Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. notebookPageNum :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Int32

    gi-gtk4 GI.Gtk.Objects.Notebook

    Finds the index of the page which contains the given child widget.

  2. clearPopoverMenuMenuModel :: (MonadIO m, IsPopoverMenu o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PopoverMenu

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

    clear #menuModel
    

  3. constructPopoverMenuMenuModel :: (IsPopoverMenu o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PopoverMenu

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

  4. getPopoverMenuMenuModel :: (MonadIO m, IsPopoverMenu o) => o -> m (Maybe MenuModel)

    gi-gtk4 GI.Gtk.Objects.PopoverMenu

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

    get popoverMenu #menuModel
    

  5. popoverMenuGetMenuModel :: (HasCallStack, MonadIO m, IsPopoverMenu a) => a -> m (Maybe MenuModel)

    gi-gtk4 GI.Gtk.Objects.PopoverMenu

    Returns the menu model used to populate the popover.

  6. popoverMenuSetMenuModel :: (HasCallStack, MonadIO m, IsPopoverMenu a, IsMenuModel b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.PopoverMenu

    Sets a new menu model on popover. The existing contents of popover are removed, and the popover is populated with new contents according to model.

  7. setPopoverMenuMenuModel :: (MonadIO m, IsPopoverMenu o, IsMenuModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PopoverMenu

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

    set popoverMenu [ #menuModel := value ]
    

  8. clearPopoverMenuBarMenuModel :: (MonadIO m, IsPopoverMenuBar o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.PopoverMenuBar

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

    clear #menuModel
    

  9. constructPopoverMenuBarMenuModel :: (IsPopoverMenuBar o, MonadIO m, IsMenuModel a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.PopoverMenuBar

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

  10. getPopoverMenuBarMenuModel :: (MonadIO m, IsPopoverMenuBar o) => o -> m (Maybe MenuModel)

    gi-gtk4 GI.Gtk.Objects.PopoverMenuBar

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

    get popoverMenuBar #menuModel
    

Page 190 of many | Previous | Next