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, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,ceece7f1155f2cf6 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!news2.arglkargh.de!noris.net!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail From: "Dmitry A. Kazakov" Subject: Re: Documentation or examples wanted for the File_Chooser_Dialog Newsgroups: comp.lang.ada User-Agent: 40tude_Dialog/2.0.15.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Reply-To: mailbox@dmitry-kazakov.de Organization: cbb software GmbH References: <4a04575c$0$1646$703f8584@textnews.kpn.nl> <3il2h6knjn6e$.1d81alwet09tw$.dlg@40tude.net> <4a049979$0$6677$703f8584@textnews.kpn.nl> Date: Sat, 9 May 2009 09:00:12 +0200 Message-ID: <11bbcsfmckzik$.1kok2zp59s132$.dlg@40tude.net> NNTP-Posting-Date: 09 May 2009 09:00:14 CEST NNTP-Posting-Host: 620d3142.newsspool3.arcor-online.net X-Trace: DXC=mAJI99ET]iP@@RW1FjIB5SMcF=Q^Z^V3X4Fo<]lROoRQ^YC2XCjHcbYLO7O4IaI: On Fri, 8 May 2009 22:43:42 +0200, ldries46 wrote: > THis is just one of the sites I visited. I think it is Unix like > documentation, Good when you know how to use the something but Fuzzy when > you have to learn something. The documentation is actually not bad, IMO. (But learning GTK is always an act of masochism. (:-)) > I hope that there is documentation or examples > that are more clear for leople who do want to learn something. You could start Gtk_Dialog: http://www.adacore.com/wp-content/files/auto_update/gtkada-docs/gtkada_rm/gtkada_rm/gtk-dialog.html Gtk_Dialog_Record is the parent of Gtk_File_Chooser_Dialog_Record.. The testgtk application is contains an example for Gtk_Dialog_Record. You could try to replace Gtk_Dialog with Gtk_File_Chooser_Dialog_Record there. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de