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

    gi-gtk4 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #actionName := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #direction := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #icon := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #iconSet := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #shortcutType := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #subtitle := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #subtitleSet := value ]
    

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

    gi-gtk4 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #title := value ]
    

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

    gi-gtk4 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 ]
    

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

    gi-gtk4 GI.Gtk.Objects.ShortcutsWindow

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

    set shortcutsWindow [ #sectionName := value ]
    

Page 679 of many | Previous | Next