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=0.3 required=5.0 tests=BAYES_00,STOX_REPLY_TYPE, STOX_REPLY_TYPE_WITHOUT_QUOTES,XPRIO autolearn=no autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!feeder.erje.net!2.eu.feeder.erje.net!newsreader4.netcologne.de!news.netcologne.de!peer03.ams1!peer.ams1.xlned.com!news.xlned.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: Gtk Ada Message box example Date: Sat, 29 Dec 2018 16:34:03 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Newsreader: Microsoft Windows Live Mail 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Message-ID: <5c2793ed$0$19300$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 3cfc3b5d.news.kpn.nl X-Trace: G=1llyk7YV,C=U2FsdGVkX18uWevO5BHrTnNkyPXoBmHacynr2qtN6EhIiOf/j0TSLnGvIKoTF5Oga3u2qcmicxbKOb622jClDsQRzU67RHfZ5DYFt1Nh9XM= X-Complaints-To: abuse@kpn.nl X-Received-Body-CRC: 1421070198 Xref: reader01.eternal-september.org comp.lang.ada:55120 Date: 2018-12-29T16:34:03+01:00 List-Id: I am searching for an example of showing a message box in Gtk. I have been programming in VC++ earlier and there it was simple tocreate a message box because you only have to show it. I just want a message box with a title, a message and one button "OK". If possble an Icon "Warning" both text items can be either in string format or in. I do not want to use glade anymore since it cannot present ada programming language anymore. I just am glad with a link ho an example in Ada L. Dries