Hoogle Search

Within Stackage Nightly 2026-06-28 (ghc-9.12.4)

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-gtk-hs Data.GI.Gtk

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

    set popover [ #constrainTo := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set popoverMenu [ #visibleSubmenu := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set popover [ #modal := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set popover [ #pointingTo := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set popover [ #position := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set popover [ #relativeTo := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

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

    set popover [ #transitionsEnabled := value ]
    

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

    gi-gtk-hs Data.GI.Gtk

    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-gtk-hs Data.GI.Gtk

    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-gtk-hs Data.GI.Gtk

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

    set printOperation [ #customTabLabel := value ]
    

Page 135 of many | Previous | Next