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.
setButtonImagePosition :: (MonadIO m, IsButton o) => o -> PositionType -> m ()gi-gtk3 GI.Gtk.Objects.Button Set the value of the “image-position” property. When overloading is enabled, this is equivalent to
set button [ #imagePosition := value ]
setButtonLabel :: (MonadIO m, IsButton o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.Button Set the value of the “label” property. When overloading is enabled, this is equivalent to
set button [ #label := value ]
setButtonRelief :: (MonadIO m, IsButton o) => o -> ReliefStyle -> m ()gi-gtk3 GI.Gtk.Objects.Button Set the value of the “relief” property. When overloading is enabled, this is equivalent to
set button [ #relief := value ]
setButtonUseStock :: (MonadIO m, IsButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Button Set the value of the “use-stock” property. When overloading is enabled, this is equivalent to
set button [ #useStock := value ]
setButtonUseUnderline :: (MonadIO m, IsButton o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Button Set the value of the “use-underline” property. When overloading is enabled, this is equivalent to
set button [ #useUnderline := value ]
setButtonXalign :: (MonadIO m, IsButton o) => o -> Float -> m ()gi-gtk3 GI.Gtk.Objects.Button Set the value of the “xalign” property. When overloading is enabled, this is equivalent to
set button [ #xalign := value ]
setButtonYalign :: (MonadIO m, IsButton o) => o -> Float -> m ()gi-gtk3 GI.Gtk.Objects.Button Set the value of the “yalign” property. When overloading is enabled, this is equivalent to
set button [ #yalign := value ]
setButtonBoxLayoutStyle :: (MonadIO m, IsButtonBox o) => o -> ButtonBoxStyle -> m ()gi-gtk3 GI.Gtk.Objects.ButtonBox Set the value of the “layout-style” property. When overloading is enabled, this is equivalent to
set buttonBox [ #layoutStyle := value ]
setCalendarDay :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Calendar Set the value of the “day” property. When overloading is enabled, this is equivalent to
set calendar [ #day := value ]
setCalendarDetailHeightRows :: (MonadIO m, IsCalendar o) => o -> Int32 -> m ()gi-gtk3 GI.Gtk.Objects.Calendar Set the value of the “detail-height-rows” property. When overloading is enabled, this is equivalent to
set calendar [ #detailHeightRows := value ]