Hoogle Search
Within LTS Haskell 24.36 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gi-gtk3 GI.Gtk.Objects.Widget Connect a signal handler for the stateChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on widget #stateChanged callback
-
gi-gtk3 GI.Gtk.Objects.Widget Connect a signal handler for the stateFlagsChanged signal, to be run before the default handler. When overloading is enabled, this is equivalent to
on widget #stateFlagsChanged callback
widgetGetState :: (HasCallStack, MonadIO m, IsWidget a) => a -> m StateTypegi-gtk3 GI.Gtk.Objects.Widget Deprecated: (Since version 3.0)Use widgetGetStateFlags instead.
widgetGetStateFlags :: (HasCallStack, MonadIO m, IsWidget a) => a -> m [StateFlags]gi-gtk3 GI.Gtk.Objects.Widget Returns the widget state as a flag set. It is worth mentioning that the effective StateFlagsInsensitive state will be returned, that is, also based on parent insensitivity, even if widget itself is sensitive. Also note that if you are looking for a way to obtain the StateFlags to pass to a StyleContext method, you should look at styleContextGetState. Since: 3.0
iconSourceGetState :: (HasCallStack, MonadIO m) => IconSource -> m StateTypegi-gtk3 GI.Gtk.Structs.IconSource Deprecated: (Since version 3.10)Use IconTheme instead.
iconSourceGetStateWildcarded :: (HasCallStack, MonadIO m) => IconSource -> m Boolgi-gtk3 GI.Gtk.Structs.IconSource Deprecated: (Since version 3.10)Use IconTheme instead.
widgetPathIterGetState :: (HasCallStack, MonadIO m) => WidgetPath -> Int32 -> m [StateFlags]gi-gtk3 GI.Gtk.Structs.WidgetPath Returns the state flags corresponding to the widget found at the position pos in the widget hierarchy defined by path Since: 3.14
-
gi-gtk4 GI.Gtk.Objects.CellRenderer Deprecated: (Since version 4.10)
printerGetStateMessage :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m Textgi-gtk4 GI.Gtk.Objects.Printer Returns the state message describing the current state of the printer.
styleContextGetState :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> m [StateFlags]gi-gtk4 GI.Gtk.Objects.StyleContext Deprecated: (Since version 4.10)Use widgetGetStateFlags instead