Hoogle Search

Within Stackage Nightly 2026-06-26 (ghc-9.12.4)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. setModelButtonCentered :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set modelButton [ #centered := value ]
    

  2. setModelButtonIcon :: (MonadIO m, IsModelButton o, IsIcon a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set modelButton [ #icon := value ]
    

  3. setModelButtonIconic :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set modelButton [ #iconic := value ]
    

  4. setModelButtonInverted :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set modelButton [ #inverted := value ]
    

  5. setModelButtonMenuName :: (MonadIO m, IsModelButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set modelButton [ #menuName := value ]
    

  6. setModelButtonRole :: (MonadIO m, IsModelButton o) => o -> ButtonRole -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set modelButton [ #role := value ]
    

  7. setModelButtonText :: (MonadIO m, IsModelButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set modelButton [ #text := value ]
    

  8. setModelButtonUseMarkup :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set modelButton [ #useMarkup := value ]
    

  9. setMountOperationParent :: (MonadIO m, IsMountOperation o, IsWindow a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set mountOperation [ #parent := value ]
    

  10. setMountOperationScreen :: (MonadIO m, IsMountOperation o, IsScreen a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set mountOperation [ #screen := value ]
    

Page 128 of many | Previous | Next