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

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

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

    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.

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

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

  6. assistantGetPageHeaderImage :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b) => a -> b -> m Pixbuf

    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.

  7. assistantSetPageHeaderImage :: (HasCallStack, MonadIO m, IsAssistant a, IsWidget b, IsPixbuf c) => a -> b -> Maybe c -> m ()

    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.

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

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

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

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

Page 251 of many | Previous | Next