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.
appChooserDialogGetHeading :: (HasCallStack, MonadIO m, IsAppChooserDialog a) => a -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.AppChooserDialog Returns the text to display at the top of the dialog.
appChooserDialogSetHeading :: (HasCallStack, MonadIO m, IsAppChooserDialog a) => a -> Text -> m ()gi-gtk3 GI.Gtk.Objects.AppChooserDialog Sets the text to display at the top of the dialog. If the heading is not set, the dialog displays a default text.
-
gi-gtk3 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-gtk3 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-gtk3 GI.Gtk.Objects.AppChooserDialog Set the value of the “heading” property. When overloading is enabled, this is equivalent to
set appChooserDialog [ #heading := value ]
-
gi-gtk3 GI.Gtk.Objects.Assistant Deprecated: (Since version 3.2)Since GTK+ 3.2, a header is no longer shown;add your header decoration to the page content instead.
-
gi-gtk3 GI.Gtk.Objects.Assistant Deprecated: (Since version 3.2)Since GTK+ 3.2, a header is no longer shown;add your header decoration to the page content instead.
constructAssistantUseHeaderBar :: (IsAssistant o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk3 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-gtk3 GI.Gtk.Objects.Assistant Get the value of the “use-header-bar” property. When overloading is enabled, this is equivalent to
get assistant #useHeaderBar
constructCalendarShowHeading :: (IsCalendar o, MonadIO m) => Bool -> m (GValueConstruct o)gi-gtk3 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.