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: a07f3367d7,64d5f5037bcca019 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!feeder.news-service.com!ecngs!feeder.ecngs.de!Xl.tags.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!local2.nntp.ams.giganews.com!nntp.brightview.co.uk!news.brightview.co.uk.POSTED!not-for-mail NNTP-Posting-Date: Fri, 12 Nov 2010 09:57:50 -0600 Content-Type: text/plain; charset="ISO-8859-1" From: Robert Matthews Date: Fri, 12 Nov 2010 15:57:25 +0000 User-Agent: KNode/4.4.6 Content-Transfer-Encoding: 7Bit Subject: Re: Title in Main Window with GtkAda Newsgroups: comp.lang.ada References: <4cdd4d36$0$8929$703f8584@textnews.kpn.nl> Followup-To: comp.lang.ada MIME-Version: 1.0 Message-ID: <9MedneAM2sBj_kDRnZ2dnUVZ8gmdnZ2d@brightview.co.uk> X-Usenet-Provider: http://www.giganews.com X-Trace: sv3-yF1agcE2f/0uBC7KXi6VnNMZZL0aC7qax163gDiFBDFBgasc/I8LfjfnJFCUs3LvndeEo++HAXzLLoQ!Yb1F8zdFuSjPvi91rVwXoBX0jK8zlKIbHm1XXtndXruESA+4Xnp412vwTKiABHHo9PtoOxVIgvrx!1zH5xbqeBibQEeMhuWz9KTbK X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.40 X-Original-Bytes: 1329 Xref: g2news2.google.com comp.lang.ada:16414 Date: 2010-11-12T15:57:25+00:00 List-Id: ldries46 wrote: > I just want to change the Title in the main window of a Gtk ADA > application at the moment of some action, like adding a File name as is > done in Fi Word. Is that possible. IF so how can do I do it? Call Set_Title in Gtk.Window, should do the trick. Bob Matthews