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. stackPageGetName :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.StackPage

    Returns the name of the page.

  2. stackPageGetNeedsAttention :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.StackPage

    Returns whether the page is marked as “needs attention”.

  3. stackPageGetTitle :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m (Maybe Text)

    gi-gtk4 GI.Gtk.Objects.StackPage

    Gets the page title.

  4. stackPageGetUseUnderline :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.StackPage

    Gets whether underlines in the page title indicate mnemonics.

  5. stackPageGetVisible :: (HasCallStack, MonadIO m, IsStackPage a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.StackPage

    Returns whether page is visible in its GtkStack. This is independent from the Widget:visible property of its widget.

  6. stackPageSetIconName :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.StackPage

    Sets the icon name of the page.

  7. stackPageSetName :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.StackPage

    Sets the name of the page.

  8. stackPageSetNeedsAttention :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.StackPage

    Sets whether the page is marked as “needs attention”.

  9. stackPageSetTitle :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Text -> m ()

    gi-gtk4 GI.Gtk.Objects.StackPage

    Sets the page title.

  10. stackPageSetUseUnderline :: (HasCallStack, MonadIO m, IsStackPage a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.StackPage

    Sets whether underlines in the page title indicate mnemonics.

Page 340 of many | Previous | Next