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. CalendarDisplayOptionsShowHeading :: CalendarDisplayOptions

    gi-gtk3 GI.Gtk.Flags

    Specifies that the month and year should be displayed.

  2. DebugFlagMultihead :: DebugFlag

    gi-gtk3 GI.Gtk.Flags

    No description available in the introspection data.

  3. DialogFlagsUseHeaderBar :: DialogFlags

    gi-gtk3 GI.Gtk.Flags

    Create dialog with actions in header bar instead of action area. Since 3.12.

  4. cellAccessibleParentGetColumnHeaderCells :: (HasCallStack, MonadIO m, IsCellAccessibleParent a, IsCellAccessible b) => a -> b -> m [Object]

    gi-gtk3 GI.Gtk.Interfaces.CellAccessibleParent

    No description available in the introspection data.

  5. cellAccessibleParentGetRowHeaderCells :: (HasCallStack, MonadIO m, IsCellAccessibleParent a, IsCellAccessible b) => a -> b -> m [Object]

    gi-gtk3 GI.Gtk.Interfaces.CellAccessibleParent

    No description available in the introspection data.

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

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

  8. constructAppChooserButtonHeading :: (IsAppChooserButton o, MonadIO m) => Text -> m (GValueConstruct o)

    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.

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

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

Page 250 of many | Previous | Next