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. settingsInstallPropertyParser :: (HasCallStack, MonadIO m) => GParamSpec -> RcPropertyParser -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Deprecated: (Since version 3.16)This function is not useful outside GTK+.

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

    gi-gtk3 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. Since: 3.20

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

    gi-gtk3 GI.Gtk.Objects.Settings

    Deprecated: (Since version 3.16)Use g_object_set() instead.

  4. settingsSetLongProperty :: (HasCallStack, MonadIO m, IsSettings a) => a -> Text -> CLong -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Deprecated: (Since version 3.16)Use g_object_set() instead.

  5. settingsSetPropertyValue :: (HasCallStack, MonadIO m, IsSettings a) => a -> Text -> SettingsValue -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Deprecated: (Since version 3.16)Use g_object_set() instead.

  6. settingsSetStringProperty :: (HasCallStack, MonadIO m, IsSettings a) => a -> Text -> Text -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.Settings

    Deprecated: (Since version 3.16)Use g_object_set() instead.

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

    gi-gtk3 GI.Gtk.Objects.ShortcutLabel

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

    set shortcutLabel [ #accelerator := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutLabel

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

    set shortcutLabel [ #disabledText := value ]
    

  9. setShortcutsGroupAccelSizeGroup :: (MonadIO m, IsShortcutsGroup o, IsSizeGroup a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.ShortcutsGroup

    Set the value of the “accel-size-group” property. When overloading is enabled, this is equivalent to

    set shortcutsGroup [ #accelSizeGroup := value ]
    

  10. setShortcutsGroupTitle :: (MonadIO m, IsShortcutsGroup o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ShortcutsGroup

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

    set shortcutsGroup [ #title := value ]
    

Page 548 of many | Previous | Next