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. setShortcutsShortcutIcon :: (MonadIO m, IsShortcutsShortcut o, IsIcon a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #icon := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #iconSet := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #shortcutType := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #subtitle := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #subtitleSet := value ]
    

  6. setShortcutsShortcutTitle :: (MonadIO m, IsShortcutsShortcut o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #title := value ]
    

  7. setShortcutsShortcutTitleSizeGroup :: (MonadIO m, IsShortcutsShortcut o, IsSizeGroup a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #titleSizeGroup := value ]
    

  8. setShortcutsWindowSectionName :: (MonadIO m, IsShortcutsWindow o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ShortcutsWindow

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

    set shortcutsWindow [ #sectionName := value ]
    

  9. setShortcutsWindowViewName :: (MonadIO m, IsShortcutsWindow o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ShortcutsWindow

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

    set shortcutsWindow [ #viewName := value ]
    

  10. setSizeGroupIgnoreHidden :: (MonadIO m, IsSizeGroup o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.SizeGroup

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

    set sizeGroup [ #ignoreHidden := value ]
    

Page 550 of many | Previous | Next