Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
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
widgetGetState :: WidgetClass self => self -> IO StateTypegtk Graphics.UI.Gtk.Abstract.Widget Retrieve the current state of the widget.
- The state refers to different modes of user interaction, see StateType for more information.
widgetState :: WidgetClass self => Attr self StateTypegtk Graphics.UI.Gtk.Abstract.Widget The current visual user interaction state of the widget (insensitive, prelighted, selected etc). See StateType for more information.
drawWindowGetState :: DrawWindowClass self => self -> IO [WindowState]gtk Graphics.UI.Gtk.Gdk.DrawWindow Gets the bitwise OR of the currently active drawWindow state flags, from the WindowState enumeration.