Hoogle Search
Within LTS Haskell 24.58 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
getCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> m Boolgi-gtk3 GI.Gtk.Objects.Calendar Get the value of the “show-heading” property. When overloading is enabled, this is equivalent to
get calendar #showHeading
setCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Calendar Set the value of the “show-heading” property. When overloading is enabled, this is equivalent to
set calendar [ #showHeading := value ]
constructDialogUseHeaderBar :: (IsDialog o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Dialog Construct a GValueConstruct with valid value for the “use-header-bar” property. This is rarely needed directly, but it is used by new.
dialogGetHeaderBar :: (HasCallStack, MonadIO m, IsDialog a) => a -> m HeaderBargi-gtk3 GI.Gtk.Objects.Dialog Returns the header bar of dialog. Note that the headerbar is only used by the dialog if the Dialog:useHeaderBar property is True. Since: 3.12
getDialogUseHeaderBar :: (MonadIO m, IsDialog o) => o -> m Int32gi-gtk3 GI.Gtk.Objects.Dialog Get the value of the “use-header-bar” property. When overloading is enabled, this is equivalent to
get dialog #useHeaderBar
class (GObject o, IsDescendantOf HeaderBar o) =>
IsHeaderBar ogi-gtk3 GI.Gtk.Objects.HeaderBar Type class for types which can be safely cast to HeaderBar, for instance with toHeaderBar.
clearHeaderBarCustomTitle :: (MonadIO m, IsHeaderBar o) => o -> m ()gi-gtk3 GI.Gtk.Objects.HeaderBar Set the value of the “custom-title” property to Nothing. When overloading is enabled, this is equivalent to
clear #customTitle
clearHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> m ()gi-gtk3 GI.Gtk.Objects.HeaderBar Set the value of the “decoration-layout” property to Nothing. When overloading is enabled, this is equivalent to
clear #decorationLayout
clearHeaderBarSubtitle :: (MonadIO m, IsHeaderBar o) => o -> m ()gi-gtk3 GI.Gtk.Objects.HeaderBar Set the value of the “subtitle” property to Nothing. When overloading is enabled, this is equivalent to
clear #subtitle
clearHeaderBarTitle :: (MonadIO m, IsHeaderBar o) => o -> m ()gi-gtk3 GI.Gtk.Objects.HeaderBar Set the value of the “title” property to Nothing. When overloading is enabled, this is equivalent to
clear #title