40 #ifndef STAGE_MODEL_FLASH_DECO_H 41 #define STAGE_MODEL_FLASH_DECO_H 62 static_assert (std::is_base_of<Gtk::Widget, WIT>()
63 ,
"wrapped target type required to be a Gtk::Widget");
70 auto styleContext = this->get_style_context();
73 Glib::signal_timeout()
74 .connect_once (sigc::mem_fun(*
this, &FlashDeco::flashback)
75 ,STYLE_FLASH_DURATION_in_ms
83 auto styleContext = this->get_style_context();
Lumiera GTK UI implementation root.
cuString CLASS_indication_flash
CSS class added temporarily to make a widget "flash" in response to the corresponding UI-Bus message...
Definition of access keys for uniform UI styling.
A set of basic GTK includes for the UI.
Decorator for a Gtk::Widget to add a visual flash action.