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.
appChooserDialogSetHeading :: (HasCallStack, MonadIO m, IsAppChooserDialog a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AppChooserDialog Deprecated: (Since version 4.10)This widget will be removed in GTK 5
-
gi-gtk4 GI.Gtk.Objects.AppChooserDialog Construct a GValueConstruct with valid value for the “heading” property. This is rarely needed directly, but it is used by new.
getAppChooserDialogHeading :: (MonadIO m, IsAppChooserDialog o) => o -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.AppChooserDialog Get the value of the “heading” property. When overloading is enabled, this is equivalent to
get appChooserDialog #heading
setAppChooserDialogHeading :: (MonadIO m, IsAppChooserDialog o) => o -> Text -> m ()gi-gtk4 GI.Gtk.Objects.AppChooserDialog Set the value of the “heading” property. When overloading is enabled, this is equivalent to
set appChooserDialog [ #heading := value ]
constructAssistantUseHeaderBar :: (IsAssistant o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Assistant Construct a GValueConstruct with valid value for the “use-header-bar” property. This is rarely needed directly, but it is used by new.
getAssistantUseHeaderBar :: (MonadIO m, IsAssistant o) => o -> m Int32gi-gtk4 GI.Gtk.Objects.Assistant Get the value of the “use-header-bar” property. When overloading is enabled, this is equivalent to
get assistant #useHeaderBar
calendarGetShowHeading :: (HasCallStack, MonadIO m, IsCalendar a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.Calendar Returns whether self is currently showing the heading. This is the value of the Calendar:showHeading property.
calendarSetShowHeading :: (HasCallStack, MonadIO m, IsCalendar a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.Calendar Sets whether the calendar should show a heading. The heading contains the current year and month as well as buttons for changing both.
constructCalendarShowHeading :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk4 GI.Gtk.Objects.Calendar Construct a GValueConstruct with valid value for the “show-heading” property. This is rarely needed directly, but it is used by new.
getCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> m Boolgi-gtk4 GI.Gtk.Objects.Calendar Get the value of the “show-heading” property. When overloading is enabled, this is equivalent to
get calendar #showHeading