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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f922fe768e3a2103 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-01-02 13:51:15 PST Path: supernews.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!newsfeed.icl.net!newsfeeds.belnet.be!news.belnet.be!uni-erlangen.de!news-nue1.dfn.de!news-han1.dfn.de!news.fh-hannover.de!news.cid.net!news.enyo.de!news1.enyo.de!not-for-mail From: Florian Weimer Newsgroups: comp.lang.ada Subject: Re: Modal dialogs with GtkAda Date: 02 Jan 2001 22:47:10 +0100 Organization: Enyo's not your organization Message-ID: <87wvcd4of5.fsf@deneb.enyo.de> References: <87ofxqqj0l.fsf@deneb.enyo.de> <92slqe$r7h$1@nnrp1.deja.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Xref: supernews.google.com comp.lang.ada:3578 Date: 2001-01-02T22:47:10+01:00 List-Id: Emmanuel Briot writes: > > Query_User_With_Dialog should not return while the dialog is > > visible on the screen. Is there are simple way to implement > > Query_User_With_Dialog? > > > We have implemented exactly that kind of dialog in the package > Gtkada.Dialogs and Gtkada.File_Selection. These packages provides two > functions that do not return until the user closes the dialog (either > by clicking on the buttons or simply by closing the window). Ah, thanks. I think I really have to upgrade my GtkAda installation; mine lacks Gtkada.Dialogs, GtkAda.File_Selection and the 'Memory Management' section in the documentation. Thanks.