Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. onNotebookSwitchPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookSwitchPageCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

    Connect a signal handler for the switchPage signal, to be run before the default handler. When overloading is enabled, this is equivalent to

    on notebook #switchPage callback
    

  2. setNotebookPage :: (MonadIO m, IsNotebook o) => o -> Int32 -> m ()

    gi-gtk4 GI.Gtk.Objects.Notebook

    Set the value of the “page” property. When overloading is enabled, this is equivalent to

    set notebook [ #page := value ]
    

  3. module GI.Gtk.Objects.NotebookPage

    GtkNotebookPage is an auxiliary object used by GtkNotebook.

  4. class (GObject o, IsDescendantOf NotebookPage o) => IsNotebookPage o

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Type class for types which can be safely cast to NotebookPage, for instance with toNotebookPage.

  5. newtype NotebookPage

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Memory-managed wrapper type.

  6. NotebookPage :: ManagedPtr NotebookPage -> NotebookPage

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    No documentation available.

  7. clearNotebookPageMenuLabel :: (MonadIO m, IsNotebookPage o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Set the value of the “menu-label” property to Nothing. When overloading is enabled, this is equivalent to

    clear #menuLabel
    

  8. clearNotebookPageTabLabel :: (MonadIO m, IsNotebookPage o) => o -> m ()

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Set the value of the “tab-label” property to Nothing. When overloading is enabled, this is equivalent to

    clear #tabLabel
    

  9. constructNotebookPageChild :: (IsNotebookPage o, MonadIO m, IsWidget a) => a -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Construct a GValueConstruct with valid value for the “child” property. This is rarely needed directly, but it is used by new.

  10. constructNotebookPageDetachable :: (IsNotebookPage o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.NotebookPage

    Construct a GValueConstruct with valid value for the “detachable” property. This is rarely needed directly, but it is used by new.

Page 326 of many | Previous | Next