31 #ifndef STAGE_MODEL_FLASH_DECO_H 32 #define STAGE_MODEL_FLASH_DECO_H 53 static_assert (std::is_base_of<Gtk::Widget, WIT>()
54 ,
"wrapped target type required to be a Gtk::Widget");
61 auto styleContext = this->get_style_context();
64 Glib::signal_timeout()
65 .connect_once (sigc::mem_fun(*
this, &FlashDeco::flashback)
66 ,STYLE_FLASH_DURATION_in_ms
74 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.