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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed9.news.xs4all.nl!nzpost2.xs4all.net!news.kpn.nl!not-for-mail From: "ldries46" Newsgroups: comp.lang.ada Subject: Gtk3 Checkbutton Question Date: Sun, 31 Jul 2016 16:19:02 +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 16.4.3528.331 X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331 Message-ID: <579e08ef$0$19551$e4fe514c@news.kpn.nl> NNTP-Posting-Host: 77.168.179.107 X-Trace: 1469974768 dreader34.news.xs4all.nl 19551 77.168.179.107:60468 X-Complaints-To: abuse@kpn.nl Xref: news.eternal-september.org comp.lang.ada:31231 Date: 2016-07-31T16:19:02+02:00 List-Id: I have a Checkbutton in a dialog. In some cases I don't want to see that Checkbutton, because the program will prohibit the calulation that Checkbutton is needed for. I found the method Set_Visible for the Checkbutton and applied it I was under the inpression that when I used Show_all for that dialog I would not see the Checkbutton (with false as parameter). But the Checkbutton could be used and it even could be check with some Error as result. What do I have to do to just hide only the Checkbutton in the Dialog L. Dries