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. setShortcutsSectionViewName :: (MonadIO m, IsShortcutsSection o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsSection [ #viewName := value ]
    

  2. setShortcutsShortcutAccelSizeGroup :: (MonadIO m, IsShortcutsShortcut 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 shortcutsShortcut [ #accelSizeGroup := value ]
    

  3. setShortcutsShortcutAccelerator :: (MonadIO m, IsShortcutsShortcut 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 shortcutsShortcut [ #accelerator := value ]
    

  4. setShortcutsShortcutActionName :: (MonadIO m, IsShortcutsShortcut o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsShortcut [ #actionName := value ]
    

  5. setShortcutsShortcutDirection :: (MonadIO m, IsShortcutsShortcut o) => o -> TextDirection -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsShortcut [ #direction := value ]
    

  6. setShortcutsShortcutIcon :: (MonadIO m, IsShortcutsShortcut o, IsIcon a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsShortcut [ #icon := value ]
    

  7. setShortcutsShortcutIconSet :: (MonadIO m, IsShortcutsShortcut o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsShortcut [ #iconSet := value ]
    

  8. setShortcutsShortcutShortcutType :: (MonadIO m, IsShortcutsShortcut o) => o -> ShortcutType -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsShortcut [ #shortcutType := value ]
    

  9. setShortcutsShortcutSubtitle :: (MonadIO m, IsShortcutsShortcut o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsShortcut [ #subtitle := value ]
    

  10. setShortcutsShortcutSubtitleSet :: (MonadIO m, IsShortcutsShortcut o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set shortcutsShortcut [ #subtitleSet := value ]
    

Page 156 of many | Previous | Next