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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.107.29.80 with SMTP id d77mr25890249iod.27.1517513481210; Thu, 01 Feb 2018 11:31:21 -0800 (PST) X-Received: by 10.157.85.15 with SMTP id l15mr2040098oth.12.1517513481021; Thu, 01 Feb 2018 11:31:21 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!paganini.bofh.team!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!w142no335509ita.0!news-out.google.com!k194ni1270itb.0!nntp.google.com!w142no335507ita.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 1 Feb 2018 11:31:20 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:908:1871:9f20:ec76:459e:c0d9:6f71; posting-account=ifDHAQoAAAChn7JEz8vNVppKh6KK5Kxc NNTP-Posting-Host: 2a02:908:1871:9f20:ec76:459e:c0d9:6f71 References: <971a4397-8bcf-4f7d-a4e2-8d82dc108ecc@googlegroups.com> <2a9f8c1c-8a50-4741-8190-4a8b9f99db49@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: gtkada -- package gtk.text missing From: tonikaparallele@gmail.com Injection-Date: Thu, 01 Feb 2018 19:31:21 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader02.eternal-september.org comp.lang.ada:50260 Date: 2018-02-01T11:31:20-08:00 List-Id: Am Donnerstag, 1. Februar 2018 18:39:10 UTC+1 schrieb Dmitry A. Kazakov: > On 2018-02-01 17:16, tonikaparallele@gmail.com wrote: > > > but my main problem is that I can not create a window and write text > > into it. Is there any example of this? I am already in despair! > > Why window? GtkTextView is a widget. Anyway, it is > model-view-controller. You create widget, create a text buffer for it. > The text is placed into the buffer. > > In > > http://www.dmitry-kazakov.de/ada/gtkada_contributions.htm > > there is a test: ./test/test_gtk_asynchronous_spawn.adb creates four > Gtk_Text_View widgets. > > -- > Regards, > Dmitry A. Kazakov > http://www.dmitry-kazakov.de Unfortunately, English is not my mother tongue, so I can not express what I mean. Excuse me.