Re: how to hide close button in gtk dialog



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]