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.
CalendarDisplayOptionsShowHeading :: CalendarDisplayOptionsgi-gtk3 GI.Gtk.Flags Specifies that the month and year should be displayed.
DebugFlagMultihead :: DebugFlaggi-gtk3 GI.Gtk.Flags No description available in the introspection data.
DialogFlagsUseHeaderBar :: DialogFlagsgi-gtk3 GI.Gtk.Flags Create dialog with actions in header bar instead of action area. Since 3.12.
-
gi-gtk3 GI.Gtk.Interfaces.CellAccessibleParent No description available in the introspection data.
-
gi-gtk3 GI.Gtk.Interfaces.CellAccessibleParent No description available in the introspection data.
appChooserButtonGetHeading :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.AppChooserButton Returns the text to display at the top of the dialog.
appChooserButtonSetHeading :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> Text -> m ()gi-gtk3 GI.Gtk.Objects.AppChooserButton 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.AppChooserButton Construct a GValueConstruct with valid value for the “heading” property. This is rarely needed directly, but it is used by new.
getAppChooserButtonHeading :: (MonadIO m, IsAppChooserButton o) => o -> m (Maybe Text)gi-gtk3 GI.Gtk.Objects.AppChooserButton Get the value of the “heading” property. When overloading is enabled, this is equivalent to
get appChooserButton #heading
setAppChooserButtonHeading :: (MonadIO m, IsAppChooserButton o) => o -> Text -> m ()gi-gtk3 GI.Gtk.Objects.AppChooserButton Set the value of the “heading” property. When overloading is enabled, this is equivalent to
set appChooserButton [ #heading := value ]