when i create a new dialog, it comes with close button, i am talking about the 
button in the title bar. how to disable/remove it

The Saltydog <[EMAIL PROTECTED]> wrote:On 8/7/05, Yogesh M 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(,FALSE);
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to