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. setShortcutsGroupTitleSizeGroup :: (MonadIO m, IsShortcutsGroup o, IsSizeGroup a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.ShortcutsGroup

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

    set shortcutsGroup [ #titleSizeGroup := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsGroup

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

    set shortcutsGroup [ #view := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsSection

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

    set shortcutsSection [ #maxHeight := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsSection

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

    set shortcutsSection [ #sectionName := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsSection

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

    set shortcutsSection [ #title := value ]
    

  6. setShortcutsSectionViewName :: (MonadIO m, IsShortcutsSection o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.ShortcutsSection

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

    set shortcutsSection [ #viewName := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #accelSizeGroup := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #accelerator := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #actionName := value ]
    

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsShortcut

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

    set shortcutsShortcut [ #direction := value ]
    

Page 549 of many | Previous | Next