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. getCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Calendar

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

    get calendar #showHeading
    

  2. setCalendarShowHeading :: (MonadIO m, IsCalendar o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Calendar

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

    set calendar [ #showHeading := value ]
    

  3. constructDialogUseHeaderBar :: (IsDialog o, MonadIO m) => Int32 -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Dialog

    Construct a GValueConstruct with valid value for the “use-header-bar” property. This is rarely needed directly, but it is used by new.

  4. dialogGetHeaderBar :: (HasCallStack, MonadIO m, IsDialog a) => a -> m HeaderBar

    gi-gtk3 GI.Gtk.Objects.Dialog

    Returns the header bar of dialog. Note that the headerbar is only used by the dialog if the Dialog:useHeaderBar property is True. Since: 3.12

  5. getDialogUseHeaderBar :: (MonadIO m, IsDialog o) => o -> m Int32

    gi-gtk3 GI.Gtk.Objects.Dialog

    Get the value of the “use-header-bar” property. When overloading is enabled, this is equivalent to

    get dialog #useHeaderBar
    

  6. class (GObject o, IsDescendantOf HeaderBar o) => IsHeaderBar o

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Type class for types which can be safely cast to HeaderBar, for instance with toHeaderBar.

  7. clearHeaderBarCustomTitle :: (MonadIO m, IsHeaderBar o) => o -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Set the value of the “custom-title” property to Nothing. When overloading is enabled, this is equivalent to

    clear #customTitle
    

  8. clearHeaderBarDecorationLayout :: (MonadIO m, IsHeaderBar o) => o -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Set the value of the “decoration-layout” property to Nothing. When overloading is enabled, this is equivalent to

    clear #decorationLayout
    

  9. clearHeaderBarSubtitle :: (MonadIO m, IsHeaderBar o) => o -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Set the value of the “subtitle” property to Nothing. When overloading is enabled, this is equivalent to

    clear #subtitle
    

  10. clearHeaderBarTitle :: (MonadIO m, IsHeaderBar o) => o -> m ()

    gi-gtk3 GI.Gtk.Objects.HeaderBar

    Set the value of the “title” property to Nothing. When overloading is enabled, this is equivalent to

    clear #title
    

Page 252 of many | Previous | Next