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.
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.
settingsGetForDisplay :: (HasCallStack, MonadIO m, IsDisplay a) => a -> m Settingsgi-gtk4 GI.Gtk.Objects.Settings Gets the GtkSettings object for display, creating it if necessary.
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.
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 ]
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 ]
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 ]
-
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 ]
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 ]
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 ]
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 ]