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.
printSettingsGetPrintPages :: (HasCallStack, MonadIO m, IsPrintSettings a) => a -> m PrintPagesgi-gtk3 GI.Gtk.Objects.PrintSettings Gets the value of PRINT_SETTINGS_PRINT_PAGES. Since: 2.10
-
gi-gtk3 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_PAGE_RANGES. Since: 2.10
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
-
gi-gtk3 GI.Gtk.Objects.PrintSettings Sets the value of PRINT_SETTINGS_PRINT_PAGES. Since: 2.10
type
ShortcutsSectionChangeCurrentPageCallback = Int32 -> IO Boolgi-gtk3 GI.Gtk.Objects.ShortcutsSection No description available in the introspection data.
-
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. -
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
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.
getWindowSkipPagerHint :: (MonadIO m, IsWindow o) => o -> m Boolgi-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
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 ]