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.
windowGetSkipPagerHint :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Boolgi-gtk3 GI.Gtk.Objects.Window Gets the value set by windowSetSkipPagerHint. Since: 2.2
windowSetSkipPagerHint :: (HasCallStack, MonadIO m, IsWindow a) => a -> Bool -> m ()gi-gtk3 GI.Gtk.Objects.Window Windows may set a hint asking the desktop environment not to display the window in the pager. This function sets this hint. (A "pager" is any desktop navigation tool such as a workspace switcher that displays a thumbnail representation of the windows on the screen.) Since: 2.2
getPageRangeEnd :: MonadIO m => PageRange -> m Int32gi-gtk3 GI.Gtk.Structs.PageRange Get the value of the “end” field. When overloading is enabled, this is equivalent to
get pageRange #end
getPageRangeStart :: MonadIO m => PageRange -> m Int32gi-gtk3 GI.Gtk.Structs.PageRange Get the value of the “start” field. When overloading is enabled, this is equivalent to
get pageRange #start
newZeroPageRange :: MonadIO m => m PageRangegi-gtk3 GI.Gtk.Structs.PageRange Construct a PageRange struct initialized to zero.
setPageRangeEnd :: MonadIO m => PageRange -> Int32 -> m ()gi-gtk3 GI.Gtk.Structs.PageRange Set the value of the “end” field. When overloading is enabled, this is equivalent to
set pageRange [ #end := value ]
setPageRangeStart :: MonadIO m => PageRange -> Int32 -> m ()gi-gtk3 GI.Gtk.Structs.PageRange Set the value of the “start” field. When overloading is enabled, this is equivalent to
set pageRange [ #start := value ]
type
AssistantPageFunc = Int32 -> IO Int32gi-gtk4 GI.Gtk.Callbacks Type of callback used to calculate the next page in a GtkAssistant. It’s called both for computing the next page when the user presses the “forward” button and for handling the behavior of the “last” button. See assistantSetForwardPageFunc.
type
AssistantPageFunc_WithClosures = Int32 -> Ptr () -> IO Int32gi-gtk4 GI.Gtk.Callbacks Type of callback used to calculate the next page in a GtkAssistant. It’s called both for computing the next page when the user presses the “forward” button and for handling the behavior of the “last” button. See assistantSetForwardPageFunc.
type
C_AssistantPageFunc = Int32 -> Ptr () -> IO Int32gi-gtk4 GI.Gtk.Callbacks Type for the callback on the (unwrapped) C side.