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.

  1. 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

  2. constructAppChooserDialogHeading :: (IsAppChooserDialog o, MonadIO m) => Text -> m (GValueConstruct o)

    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.

  3. 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
    

  4. 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 ]
    

  5. 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.

  6. getAssistantUseHeaderBar :: (MonadIO m, IsAssistant o) => o -> m Int32

    gi-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
    

  7. calendarGetShowHeading :: (HasCallStack, MonadIO m, IsCalendar a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.Calendar

    Returns whether self is currently showing the heading. This is the value of the Calendar:showHeading property.

  8. 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.

  9. 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.

  10. getCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.Calendar

    Get the value of the “show-heading” property. When overloading is enabled, this is equivalent to

    get calendar #showHeading
    

Page 260 of many | Previous | Next