Hoogle Search

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

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

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

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

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

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

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

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

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

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

  9. setPrintOperationDefaultPageSetup :: (MonadIO m, IsPrintOperation o, IsPageSetup a) => o -> a -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #defaultPageSetup := value ]
    

  10. setPrintOperationEmbedPageSetup :: (MonadIO m, IsPrintOperation o) => o -> Bool -> m ()

    gi-gtk-hs Data.GI.Gtk

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

    set printOperation [ #embedPageSetup := value ]
    

Page 133 of many | Previous | Next