On Sun, 2005-03-13 at 00:47 +1100, Russell Shaw wrote:
> Hi,
> If i create a dialog box that is a top-level window, how do i make
> it so the border does not have an iconify control?

If my memory is not failing ...

void        gtk_window_set_type_hint        (GtkWindow *window,
                                             GDK_WINDOW_TYPE_HINT_UTILITY);

... before to show the window should work.

Regards.
-- 
Iago Rubio
_______________________________________________
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