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. setOrientableOrientation :: (MonadIO m, IsOrientable o) => o -> Orientation -> m ()

    gi-gtk3 GI.Gtk.Interfaces.Orientable

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

    set orientable [ #orientation := value ]
    

  2. setRecentChooserFilter :: (MonadIO m, IsRecentChooser o, IsRecentFilter a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #filter := value ]
    

  3. setRecentChooserLimit :: (MonadIO m, IsRecentChooser o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #limit := value ]
    

  4. setRecentChooserLocalOnly :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #localOnly := value ]
    

  5. setRecentChooserSelectMultiple :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #selectMultiple := value ]
    

  6. setRecentChooserShowIcons :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #showIcons := value ]
    

  7. setRecentChooserShowNotFound :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

    Set the value of the “show-not-found” property. When overloading is enabled, this is equivalent to

    set recentChooser [ #showNotFound := value ]
    

  8. setRecentChooserShowPrivate :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #showPrivate := value ]
    

  9. setRecentChooserShowTips :: (MonadIO m, IsRecentChooser o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #showTips := value ]
    

  10. setRecentChooserSortType :: (MonadIO m, IsRecentChooser o) => o -> RecentSortType -> m ()

    gi-gtk3 GI.Gtk.Interfaces.RecentChooser

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

    set recentChooser [ #sortType := value ]
    

Page 480 of many | Previous | Next