Re: how to hide close button in gtk dialog
- From: The Saltydog <thesaltydog gmail com>
- To: gtk-app-devel-list gnome org
- Subject: Re: how to hide close button in gtk dialog
- Date: Sun, 7 Aug 2005 17:49:54 +0200
On 8/7/05, Yogesh M <yzonesoft yahoo com> wrote:
how to hide close button in gtk dialog?
What do you mean by "hide"? If you don't want the close button, just
don't create it, if you need to set it to "grey" (unsensitive), you
should use
gtk_widget_set_sensitive(<closebutton>,FALSE);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]