Hoogle Search

Within LTS Haskell 24.41 (ghc-9.10.3)

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

  1. printUnixDialogGetPageSetupSet :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Gets whether a page setup was set by the user.

  2. printUnixDialogSetCurrentPage :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Sets the current page number. If currentPage is not -1, this enables the current page choice for the range of pages to print.

  3. printUnixDialogSetEmbedPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Embed page size combo box and orientation combo box into page setup page.

  4. printUnixDialogSetPageSetup :: (HasCallStack, MonadIO m, IsPrintUnixDialog a, IsPageSetup b) => a -> b -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

    Sets the page setup of the GtkPrintUnixDialog.

  5. setPrintUnixDialogCurrentPage :: (MonadIO m, IsPrintUnixDialog o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #currentPage := value ]
    

  6. setPrintUnixDialogEmbedPageSetup :: (MonadIO m, IsPrintUnixDialog o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #embedPageSetup := value ]
    

  7. setPrintUnixDialogPageSetup :: (MonadIO m, IsPrintUnixDialog o, IsPageSetup a) => o -> a -> m ()

    gi-gtk4 GI.Gtk.Objects.PrintUnixDialog

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

    set printUnixDialog [ #pageSetup := value ]
    

  8. printerGetDefaultPageSize :: (HasCallStack, MonadIO m, IsPrinter a) => a -> m PageSetup

    gi-gtk4 GI.Gtk.Objects.Printer

    Returns default page size of printer.

  9. type ShortcutsSectionChangeCurrentPageCallback = Int32 -> IO Bool

    gi-gtk4 GI.Gtk.Objects.ShortcutsSection

    No description available in the introspection data.

  10. afterShortcutsSectionChangeCurrentPage :: (IsShortcutsSection a, MonadIO m) => a -> ((?self :: a) => ShortcutsSectionChangeCurrentPageCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.ShortcutsSection

    Connect a signal handler for the changeCurrentPage signal, to be run after the default handler. When overloading is enabled, this is equivalent to

    after shortcutsSection #changeCurrentPage callback
    
    By default the object invoking the signal is not passed to the callback. If you need to access it, you can use the implit ?self parameter. Note that this requires activating the ImplicitParams GHC extension.

Page 336 of many | Previous | Next