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. printSettingsGetPrintPages :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintPages

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Gets the value of PRINT_SETTINGS_PRINT_PAGES. Since: 2.10

  2. printSettingsSetPageRanges :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> [PageRange] -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_PAGE_RANGES. Since: 2.10

  3. printSettingsSetPageSet :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> PageSet -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_PAGE_SET. Since: 2.10

  4. printSettingsSetPrintPages :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> PrintPages -> m ()

    gi-gtk3 GI.Gtk.Objects.PrintSettings

    Sets the value of PRINT_SETTINGS_PRINT_PAGES. Since: 2.10

  5. type ShortcutsSectionChangeCurrentPageCallback = Int32 -> IO Bool

    gi-gtk3 GI.Gtk.Objects.ShortcutsSection

    No description available in the introspection data.

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

    gi-gtk3 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.

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

    gi-gtk3 GI.Gtk.Objects.ShortcutsSection

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

    on shortcutsSection #changeCurrentPage callback
    

  8. constructWindowSkipPagerHint :: (IsWindow o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.Window

    Construct a GValueConstruct with valid value for the “skip-pager-hint” property. This is rarely needed directly, but it is used by new.

  9. getWindowSkipPagerHint :: (MonadIO m, IsWindow o) => o -> m Bool

    gi-gtk3 GI.Gtk.Objects.Window

    Get the value of the “skip-pager-hint” property. When overloading is enabled, this is equivalent to

    get window #skipPagerHint
    

  10. setWindowSkipPagerHint :: (MonadIO m, IsWindow o) => o -> Bool -> m ()

    gi-gtk3 GI.Gtk.Objects.Window

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

    set window [ #skipPagerHint := value ]
    

Page 310 of many | Previous | Next