Re: GtkMessageDialog without title bar



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].




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]