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,c6dc96abc0927aa9,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-10-24 08:00:14 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!opentransit.net!jussieu.fr!cnam.fr!not-for-mail From: evangeli Newsgroups: comp.lang.ada Subject: give focus to a window in gtkda Date: Thu, 24 Oct 2002 17:01:21 +0200 Organization: Conservatoire National des Arts et Metiers Message-ID: <3DB80B41.9040906@cnam.fr> NNTP-Posting-Host: lmi14.cnam.fr Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: kelvin.cnam.fr 1035471438 931 163.173.228.14 (24 Oct 2002 14:57:18 GMT) X-Complaints-To: usenet@news.cnam.fr NNTP-Posting-Date: 24 Oct 2002 14:57:18 GMT User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.4) Gecko/20011126 Netscape6/6.2.1 X-Accept-Language: en-us Xref: archiver1.google.com comp.lang.ada:30102 Date: 2002-10-24T14:57:18+00:00 List-Id: hello how can i give the focus to a window in gtkada (a file selection window exactly)? i didnt find the appropriate procedure in the gtk-window.ads and gtk-file_selection.ads files. i also tried to "set" a a file selection window modal with the following statement : Set_Modal(Main_Win.File_Selection_Window, true); but this doesnt work. thanks for any help Sami Evangelista