Maulet wrote:

ALLs soft wrote:

how can I make GtkMessageDialog without title bar?

thanks



GtkMessageDialog is a GtkWindow:

gtk_window_set_title(GTK_WINDOW(dialog), title);



Please excuse me. I didn't read your question well. You'd better try:

   gtk_window_set_decorated(GTK_WINDOW(dialog), FALSE);

but this won't work for all window managers. See the GTK+ API.


.[drr].

_______________________________________________
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