Top |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── HdyTitleBar
HdyTitleBar is meant to be used as the top-level widget of your window's title bar. It will be drawn with the same style as a GtkHeaderBar but it won't force a widget layout on you: you can put whatever widget you want in it, including a GtkHeaderBar.
HdyTitleBar becomes really useful when you want to animate header bars, like an adaptive application using HdyLeaflet would do.
gboolean
hdy_title_bar_get_selection_mode (HdyTitleBar *self
);
Returns wether whether self
is in selection mode.
void hdy_title_bar_set_selection_mode (HdyTitleBar *self
,gboolean selection_mode
);
Sets whether self
is in selection mode.
“selection-mode”
property“selection-mode” gboolean
Whether or not the title bar is in selection mode.
Flags: Read / Write
Default value: FALSE