Re: how do it specify HeaderBar decorations?



Please use "reply all" when responding so the list can see both sides of the conversation.


On 06/14/2018 00:09, John Siino wrote:
in gtkmm I would like to eliminate the minimize and maximize buttons.  I am successfully capturing the signal_delete_event(), but when I try to capture the signal_hide() all my windows minimize instead of just one.  So I would like to eliminate the minimize and maximize buttons.  Here is what I have:

Gtk::Window            *m_Window
...
m_Window[nTabs].set_type_hint(Gdk::WINDOW_TYPE_HINT_NORMAL);
...
//  here is where I would like to set the decorations
m_Window[nTabs].HeaderBar.set_decoration_layout( "icon:close" );



John


_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
https://mail.gnome.org/mailman/listinfo/gtkmm-list

--
Those who dance are considered insane by those who cannot hear the music.
   — George Carlin


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