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. setRcPropertyTypeName :: MonadIO m => RcProperty -> Word32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “type_name” field. When overloading is enabled, this is equivalent to

    set rcProperty [ #typeName := value ]
    

  2. setRcPropertyValue :: MonadIO m => RcProperty -> Ptr GValue -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set rcProperty [ #value := value ]
    

  3. setRecentActionShowNumbers :: (MonadIO m, IsRecentAction o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentAction [ #showNumbers := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #filter := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #limit := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #localOnly := value ]
    

  7. setRecentChooserMenuShowNumbers :: (MonadIO m, IsRecentChooserMenu o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooserMenu [ #showNumbers := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #selectMultiple := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #showIcons := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set recentChooser [ #showNotFound := value ]
    

Page 140 of many | Previous | Next