comp.lang.ada
 help / color / mirror / Atom feed
From: "Dmitry A. Kazakov" <mailbox@dmitry-kazakov.de>
Subject: Re: Gtk3 Checkbutton Question
Date: Sun, 31 Jul 2016 16:26:13 +0200
Date: 2016-07-31T16:26:13+02:00	[thread overview]
Message-ID: <nnl1q4$m6k$1@gioia.aioe.org> (raw)
In-Reply-To: 579e08ef$0$19551$e4fe514c@news.kpn.nl

On 2016-07-31 16:19, ldries46 wrote:
> 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

Gtk.Widget:

    procedure Hide (Widget : not null access Gtk_Widget_Record);

-- 
Regards,
Dmitry A. Kazakov
http://www.dmitry-kazakov.de


  reply	other threads:[~2016-07-31 14:26 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-31 14:19 Gtk3 Checkbutton Question ldries46
2016-07-31 14:26 ` Dmitry A. Kazakov [this message]
2016-07-31 14:57 ` ldries46
2016-07-31 15:02 ` ldries46
2016-07-31 15:26   ` Dmitry A. Kazakov
2016-08-16  9:44     ` briot.emmanuel
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox