Re: How to get rid of minimize button?



I believe you can make a /request/ to the window manager to make a
window non-resizeable or non-minimizable. The same way you can request
the window be placed in the center of the screen, or have a certain size
on startup. Most windows managers respect this, but it is still only a
request.

Andreas Bauer wrote:
> On Thu, May 14, 2009 at 12:33:09PM +0400, Саша Иваненко wrote:
>
>   
>> I am developing GUI application for win using gtkmm/glade. Problem
>> is I can't get rid of minimize button on my modal dialog boxes. I
>> create dialogs as modal Gtk::Window instances in glade. I don't want
>> to use Gtk::Dialog because of a space added to the bottom of the
>> layout. But even if I use Gtk::Dialog "minimize" button is always
>> there! Please help.
>>     
>
> As far as I know, you can't.  The buttons basically come from the
> underlying window manager, and are not GTK(mm)'s business.  Someone
> please correct me, if that's wrong.  :-)
>
> Andi.
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>   



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