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.

  1. widgetGetState :: WidgetClass self => self -> IO StateType

    gtk3 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.

  2. 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.

  3. widgetState :: WidgetClass self => Attr self StateType

    gtk3 Graphics.UI.Gtk.Abstract.Widget

    The current visual user interaction state of the widget (insensitive, prelighted, selected etc). See StateType for more information.

  4. 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.

  5. 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.

  6. switchGetState :: SwitchClass self => self -> IO Bool

    gtk3 Graphics.UI.Gtk.Misc.Switch

    Gets the underlying state of the GtkSwitch. Set switchSetState.

  7. abm_GETSTATE :: Num a => a

    nsis Development.NSIS.Plugins.WinMessages

    No documentation available.

  8. bm_GETSTATE :: Num a => a

    nsis Development.NSIS.Plugins.WinMessages

    No documentation available.

  9. websocketConnectionGetState :: (HasCallStack, MonadIO m, IsWebsocketConnection a) => a -> m WebsocketState

    gi-soup3 GI.Soup.Objects.WebsocketConnection

    Get the current state of the WebSocket.

  10. 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.

Page 8 of many | Previous | Next