Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. setPopoverConstrainTo :: (MonadIO m, IsPopover o) => o -> PopoverConstraint -> m ()

    gi-gtk3 GI.Gtk.Objects.Popover

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

    set popover [ #constrainTo := value ]
    

  2. setPopoverModal :: (MonadIO m, IsPopover o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Popover

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

    set popover [ #modal := value ]
    

  3. setPopoverPointingTo :: (MonadIO m, IsPopover o) => o -> Rectangle -> m ()

    gi-gtk3 GI.Gtk.Objects.Popover

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

    set popover [ #pointingTo := value ]
    

  4. setPopoverPosition :: (MonadIO m, IsPopover o) => o -> PositionType -> m ()

    gi-gtk3 GI.Gtk.Objects.Popover

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

    set popover [ #position := value ]
    

  5. setPopoverRelativeTo :: (MonadIO m, IsPopover o, IsWidget a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.Popover

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

    set popover [ #relativeTo := value ]
    

  6. setPopoverTransitionsEnabled :: (MonadIO m, IsPopover o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Popover

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

    set popover [ #transitionsEnabled := value ]
    

  7. setPopoverMenuVisibleSubmenu :: (MonadIO m, IsPopoverMenu o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.PopoverMenu

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

    set popoverMenu [ #visibleSubmenu := value ]
    

  8. setPrintOperationAllowAsync :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #allowAsync := value ]
    

  9. setPrintOperationCurrentPage :: (MonadIO m, IsPrintOperation o) => o -> Int32 -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #currentPage := value ]
    

  10. setPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> Text -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintOperation

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

    set printOperation [ #customTabLabel := value ]
    

Page 532 of many | Previous | Next