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.
stackPageGetName :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.StackPage Returns the name of the page.
stackPageGetNeedsAttention :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.StackPage Returns whether the page is marked as “needs attention”.
stackPageGetTitle :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m (Maybe Text)gi-gtk4 GI.Gtk.Objects.StackPage Gets the page title.
stackPageGetUseUnderline :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.StackPage Gets whether underlines in the page title indicate mnemonics.
stackPageGetVisible :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m Boolgi-gtk4 GI.Gtk.Objects.StackPage Returns whether page is visible in its GtkStack. This is independent from the Widget:visible property of its widget.
stackPageSetIconName :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.StackPage Sets the icon name of the page.
stackPageSetName :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.StackPage Sets the name of the page.
stackPageSetNeedsAttention :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.StackPage Sets whether the page is marked as “needs attention”.
stackPageSetTitle :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Text -> m ()gi-gtk4 GI.Gtk.Objects.StackPage Sets the page title.
stackPageSetUseUnderline :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Bool -> m ()gi-gtk4 GI.Gtk.Objects.StackPage Sets whether underlines in the page title indicate mnemonics.