struct Gtk::IconTheme::ChangedSignal
- Gtk::IconTheme::ChangedSignal
- Struct
- Value
- Object
Overview
Emitted when the icon theme changes.
This can happen becuase current icon theme is switched or because GTK detects that a change has occurred in the contents of the current icon theme.
Defined in:
auto/gtk-4.0/icon_theme.crConstructors
Instance Method Summary
- #[](detail : String) : self
- #connect(&block : Proc(Nil))
- #connect(handler : Proc(Nil))
- #connect(handler : Proc(Gtk::IconTheme, Nil))
- #connect_after(&block : Proc(Nil))
- #connect_after(handler : Proc(Nil))
- #connect_after(handler : Proc(Gtk::IconTheme, Nil))
- #emit : Nil
- #name