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. constructColumnViewColumnHeaderMenu :: (IsColumnViewColumn o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

  2. getColumnViewColumnHeaderMenu :: (MonadIO m, IsColumnViewColumn o) => o -> m (Maybe MenuModel)

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

    get columnViewColumn #headerMenu
    

  3. setColumnViewColumnHeaderMenu :: (MonadIO m, IsColumnViewColumn o, IsMenuModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.ColumnViewColumn

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

    set columnViewColumn [ #headerMenu := value ]
    

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

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

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

    gi-gtk4 GI.Gtk.Objects.Dialog

    Deprecated: (Since version 4.10)Use Window instead

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

    gi-gtk4 GI.Gtk.Objects.Dialog

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

    get dialog #useHeaderBar
    

  7. clearDropDownHeaderFactory :: (MonadIO m, IsDropDown o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.DropDown

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

    clear #headerFactory
    

  8. constructDropDownHeaderFactory :: (IsDropDown o, MonadIO m, IsListItemFactory a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.DropDown

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

  9. dropDownGetHeaderFactory :: (HasCallStack, MonadIO m, IsDropDown a) => a -> m (Maybe ListItemFactory)

    gi-gtk4 GI.Gtk.Objects.DropDown

    Gets the factory that's currently used to create header widgets for the popup. Since: 4.12

  10. dropDownSetHeaderFactory :: (HasCallStack, MonadIO m, IsDropDown a, IsListItemFactory b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.DropDown

    Sets the GtkListItemFactory to use for creating header widgets for the popup. Since: 4.12

Page 262 of many | Previous | Next