Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. settingsGetDefault :: (HasCallStack, MonadIO m) => m (Maybe Settings)

    gi-gtk4 GI.Gtk.Objects.Settings

    Gets the GtkSettings object for the default display, creating it if necessary. See settingsGetForDisplay.

  2. settingsGetForDisplay :: (HasCallStack, MonadIO m, IsDisplay a) => a -> m Settings

    gi-gtk4 GI.Gtk.Objects.Settings

    Gets the GtkSettings object for display, creating it if necessary.

  3. settingsResetProperty :: (HasCallStack, MonadIO m, IsSettings a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.Settings

    Undoes the effect of calling g_object_set() to install an application-specific value for a setting. After this call, the setting will again follow the session-wide value for this setting.

  4. setShortcutAction :: (MonadIO m, IsShortcut o, IsShortcutAction a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Shortcut

    Set the value of the “action” property. When overloading is enabled, this is equivalent to

    set shortcut [ #action := value ]
    

  5. setShortcutArguments :: (MonadIO m, IsShortcut o) => o -> GVariant -> m ()

    gi-gtk4 GI.Gtk.Objects.Shortcut

    Set the value of the “arguments” property. When overloading is enabled, this is equivalent to

    set shortcut [ #arguments := value ]
    

  6. setShortcutTrigger :: (MonadIO m, IsShortcut o, IsShortcutTrigger a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.Shortcut

    Set the value of the “trigger” property. When overloading is enabled, this is equivalent to

    set shortcut [ #trigger := value ]
    

  7. setShortcutControllerMnemonicModifiers :: (MonadIO m, IsShortcutController o) => o -> [ModifierType] -> m ()

    gi-gtk4 GI.Gtk.Objects.ShortcutController

    Set the value of the “mnemonic-modifiers” property. When overloading is enabled, this is equivalent to

    set shortcutController [ #mnemonicModifiers := value ]
    

  8. setShortcutControllerScope :: (MonadIO m, IsShortcutController o) => o -> ShortcutScope -> m ()

    gi-gtk4 GI.Gtk.Objects.ShortcutController

    Set the value of the “scope” property. When overloading is enabled, this is equivalent to

    set shortcutController [ #scope := value ]
    

  9. setShortcutLabelAccelerator :: (MonadIO m, IsShortcutLabel o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ShortcutLabel

    Set the value of the “accelerator” property. When overloading is enabled, this is equivalent to

    set shortcutLabel [ #accelerator := value ]
    

  10. setShortcutLabelDisabledText :: (MonadIO m, IsShortcutLabel o) => o -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.ShortcutLabel

    Set the value of the “disabled-text” property. When overloading is enabled, this is equivalent to

    set shortcutLabel [ #disabledText := value ]
    

Page 677 of many | Previous | Next