From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,136d550bc630ca91 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.190.104 with SMTP id gp8mr1583065pbc.4.1340329680868; Thu, 21 Jun 2012 18:48:00 -0700 (PDT) Path: l9ni5198pbj.0!nntp.google.com!news1.google.com!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "John B. Matthews" Newsgroups: comp.lang.ada Subject: Re: Drawing in a Gtk Ada window. Date: Thu, 21 Jun 2012 21:47:58 -0400 Organization: The Wasteland Message-ID: References: <4fe33f9f$0$3796$703f8584@news.kpn.nl> NNTP-Posting-Host: LQJtZWzu+iKlBROuDg+IUg.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: MT-NewsWatcher/3.5.3b3 (Intel Mac OS X) X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Date: 2012-06-21T21:47:58-04:00 List-Id: In article , "Dmitry A. Kazakov" wrote: > > I want to draw a number of lines in an Gtk Window with Ada. > > which kind of View should I use (Textview??, doesn't look logical). > > Gtk.Drawing_Area. Use Gtk_Drawing_Area_Record as the parent type. There's a simple example here: And more links here: -- John B. Matthews trashgod at gmail dot com