Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

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

  1. setSettingsValueValue :: MonadIO m => SettingsValue -> Ptr GValue -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set settingsValue [ #value := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutLabel [ #accelerator := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutLabel [ #disabledText := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsGroup [ #accelSizeGroup := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsGroup [ #title := value ]
    

  6. setShortcutsGroupTitleSizeGroup :: (MonadIO m, IsShortcutsGroup o, IsSizeGroup a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsGroup [ #titleSizeGroup := value ]
    

  7. setShortcutsGroupView :: (MonadIO m, IsShortcutsGroup o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsGroup [ #view := value ]
    

  8. setShortcutsSectionMaxHeight :: (MonadIO m, IsShortcutsSection o) => o -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsSection [ #maxHeight := value ]
    

  9. setShortcutsSectionSectionName :: (MonadIO m, IsShortcutsSection o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsSection [ #sectionName := value ]
    

  10. setShortcutsSectionTitle :: (MonadIO m, IsShortcutsSection o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsSection [ #title := value ]
    

Page 155 of many | Previous | Next