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. setMiscYpad :: (MonadIO m, IsMisc o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set misc [ #ypad := value ]
    

  2. setModelButtonActive :: (MonadIO m, IsModelButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set modelButton [ #active := value ]
    

  3. 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 ]
    

  4. 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 ]
    

  5. 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 ]
    

  6. 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 ]
    

  7. 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 ]
    

  8. 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 ]
    

  9. 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 ]
    

  10. 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 ]
    

Page 130 of many | Previous | Next