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. setButtonLabel :: (MonadIO m, IsButton o) => o -> Text -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #label := value ]
    

  2. setButtonRelief :: (MonadIO m, IsButton o) => o -> ReliefStyle -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #relief := value ]
    

  3. setButtonUseStock :: (MonadIO m, IsButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #useStock := value ]
    

  4. setButtonUseUnderline :: (MonadIO m, IsButton o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #useUnderline := value ]
    

  5. setButtonXalign :: (MonadIO m, IsButton o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #xalign := value ]
    

  6. setButtonYalign :: (MonadIO m, IsButton o) => o -> Float -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set button [ #yalign := value ]
    

  7. setCalendarDay :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set calendar [ #day := value ]
    

  8. setCalendarDetailHeightRows :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set calendar [ #detailHeightRows := value ]
    

  9. setCalendarDetailWidthChars :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

    Set the value of the “detail-width-chars” property. When overloading is enabled, this is equivalent to

    set calendar [ #detailWidthChars := value ]
    

  10. setCalendarMonth :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set calendar [ #month := value ]
    

Page 87 of many | Previous | Next