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.
widgetGetState :: WidgetClass self => self -> IO StateTypegtk3 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.
widgetGetStateFlags :: WidgetClass widget => widget -> IO [StateFlags]gtk3 Graphics.UI.Gtk.Abstract.Widget Returns the widget state as a flag set. It is worth mentioning that the effective StateFlagInsensitive state will be returned, that is, also based on parent insensitivity, even if widget itself is sensitive.
widgetState :: WidgetClass self => Attr self StateTypegtk3 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]gtk3 Graphics.UI.Gtk.Gdk.DrawWindow Gets the bitwise OR of the currently active drawWindow state flags, from the WindowState enumeration.
iconSourceGetState :: IconSource -> IO (Maybe StateType)gtk3 Graphics.UI.Gtk.General.IconFactory Retrieve the StateType of this IconSource.
- Nothing is returned if the IconSource matches all states.
switchGetState :: SwitchClass self => self -> IO Boolgtk3 Graphics.UI.Gtk.Misc.Switch Gets the underlying state of the GtkSwitch. Set switchSetState.
-
nsis Development.NSIS.Plugins.WinMessages No documentation available.
-
nsis Development.NSIS.Plugins.WinMessages No documentation available.
-
gi-soup3 GI.Soup.Objects.WebsocketConnection Get the current state of the WebSocket.
data
AndroidEnterpriseDevicesGetState gogol-android-enterprise Gogol.AndroidEnterprise Retrieves whether a device's access to Google services is enabled or disabled. The device state takes effect only if enforcing EMM policies on Android devices is enabled in the Google Admin Console. Otherwise, the device state is ignored and all devices are allowed access to Google services. This is only supported for Google-managed users. See: newAndroidEnterpriseDevicesGetState smart constructor.