Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

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

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

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

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

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

  6. popoverMenuBarGetMenuModel :: (HasCallStack, MonadIO m, IsPopoverMenuBar a) => a -> m (Maybe MenuModel)

    gi-gtk4 GI.Gtk.Objects.PopoverMenuBar

    Returns the model from which the contents of bar are taken.

  7. popoverMenuBarSetMenuModel :: (HasCallStack, MonadIO m, IsPopoverMenuBar a, IsMenuModel b) => a -> Maybe b -> m ()

    gi-gtk4 GI.Gtk.Objects.PopoverMenuBar

    Sets a menu model from which bar should take its contents.

  8. setPopoverMenuBarMenuModel :: (MonadIO m, IsPopoverMenuBar o, IsMenuModel a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PopoverMenuBar

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

    set popoverMenuBar [ #menuModel := value ]
    

  9. printJobGetNumCopies :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> m Int32

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Gets the number of copies of this job.

  10. printJobSetNumCopies :: (HasCallStack, MonadIO m, IsPrintJob a) => a -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintJob

    Sets the number of copies for this job.

Page 397 of many | Previous | Next