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 X-Google-Thread: 103376,33defb6569eefe4c,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!feeder.erje.net!xlned.com!feeder7.xlned.com!feed.xsnews.nl!border-3.ams.xsnews.nl!upload-2.xsnews.nl!10.10.69.12.MISMATCH!frontend-F09-12.ams.news.kpn.nl From: "ldries46" Newsgroups: comp.lang.ada Subject: response on OK button Date: Sat, 9 Jul 2011 12:37:58 +0200 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 15.4.3508.1109 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3508.1109 Message-ID: <4e182fbc$0$2558$703f8584@news.kpn.nl> Organization: KPN.com NNTP-Posting-Host: 77.168.179.107 X-Trace: 1310207932 news.kpn.nl 2558 77.168.179.107@kpn/77.168.179.107:55490 Xref: g2news2.google.com comp.lang.ada:21127 Date: 2011-07-09T12:37:58+02:00 List-Id: I created a dialog with an OK and a cancel button. When I call the dialog using Run(dialog) only the quit button of the window gives a response. The OK and the Cancel button do not even give any response. I found this by using the Debug facility of GPS. What do I do wrong. I expected the buttons to react with giving the gtk_response_OK or _Cancel value retuirned by Run