Re: how to remove minimize,maximize button



"A Narasimha Sastry" <ansastry indiatimes com> writes:
how to remove minimize,maximize  button from window/dialog?


Sensible window managers automatically remove these from dialogs; if
you call gtk_window_set_transient_for() to set a dialog's parent then
the WM will know it's a dialog. For GTK 2 with newer window managers,
the WM will know a GtkDialog is a dialog even if you don't call that
function.

Havoc



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