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.
-
gi-gtk3 GI.Gtk.Objects.Notebook Connect a signal handler for the pageReordered signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after notebook #pageReordered 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.Notebook Connect a signal handler for the selectPage signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after notebook #selectPage 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.Notebook Connect a signal handler for the switchPage signal, to be run after the default handler. When overloading is enabled, this is equivalent to
after notebook #switchPage 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. constructNotebookPage :: (IsNotebook o, MonadIO m) => Int32 -> m (GValueConstruct o)gi-gtk3 GI.Gtk.Objects.Notebook Construct a GValueConstruct with valid value for the “page” property. This is rarely needed directly, but it is used by new.
getNotebookPage :: (MonadIO m, IsNotebook o) => o -> m Int32gi-gtk3 GI.Gtk.Objects.Notebook Get the value of the “page” property. When overloading is enabled, this is equivalent to
get notebook #page
-
gi-gtk3 GI.Gtk.Objects.Notebook Appends a page to notebook.
-
gi-gtk3 GI.Gtk.Objects.Notebook Appends a page to notebook, specifying the widget to use as the label in the popup menu.
notebookGetCurrentPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32gi-gtk3 GI.Gtk.Objects.Notebook Returns the page number of the current page.
notebookGetNPages :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Int32gi-gtk3 GI.Gtk.Objects.Notebook Gets the number of pages in a notebook. Since: 2.2
notebookGetNthPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m (Maybe Widget)gi-gtk3 GI.Gtk.Objects.Notebook Returns the child widget contained in page number pageNum.