Hoogle Search

Within LTS Haskell 24.49 (ghc-9.10.3)

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

  1. class (GObject o, IsDescendantOf NotebookAccessible o) => IsNotebookAccessible o

    gi-gtk3 GI.Gtk.Objects.NotebookAccessible

    Type class for types which can be safely cast to NotebookAccessible, for instance with toNotebookAccessible.

  2. toNotebookAccessible :: (MonadIO m, IsNotebookAccessible o) => o -> m NotebookAccessible

    gi-gtk3 GI.Gtk.Objects.NotebookAccessible

    Cast to NotebookAccessible, for types for which this is known to be safe. For general casts, use castTo.

  3. class (GObject o, IsDescendantOf NotebookPageAccessible o) => IsNotebookPageAccessible o

    gi-gtk3 GI.Gtk.Objects.NotebookPageAccessible

    Type class for types which can be safely cast to NotebookPageAccessible, for instance with toNotebookPageAccessible.

  4. toNotebookPageAccessible :: (MonadIO m, IsNotebookPageAccessible o) => o -> m NotebookPageAccessible

    gi-gtk3 GI.Gtk.Objects.NotebookPageAccessible

    Cast to NotebookPageAccessible, for types for which this is known to be safe. For general casts, use castTo.

  5. AccessibleRoleNote :: AccessibleRole

    gi-gtk4 GI.Gtk.Enums

    Unused

  6. AnotherNotebookTab :: Int -> NotebookTab

    gi-gtk4 GI.Gtk.Enums

    Catch-all for unknown values

  7. class (GObject o, IsDescendantOf Notebook o) => IsNotebook o

    gi-gtk4 GI.Gtk.Objects.Notebook

    Type class for types which can be safely cast to Notebook, for instance with toNotebook.

  8. afterNotebookChangeCurrentPage :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookChangeCurrentPageCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    after notebook #changeCurrentPage 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.

  9. afterNotebookCreateWindow :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookCreateWindowCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    after notebook #createWindow 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.

  10. afterNotebookFocusTab :: (IsNotebook a, MonadIO m) => a -> ((?self :: a) => NotebookFocusTabCallback) -> m SignalHandlerId

    gi-gtk4 GI.Gtk.Objects.Notebook

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

    after notebook #focusTab 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.

Page 145 of many | Previous | Next