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. footnoteReference :: ByteString -> Inlines

    djot Djot.AST

    No documentation available.

  2. insertNote :: ByteString -> Blocks -> NoteMap -> NoteMap

    djot Djot.AST

    No documentation available.

  3. lookupNote :: ByteString -> NoteMap -> Maybe Blocks

    djot Djot.AST

    No documentation available.

  4. unNoteMap :: NoteMap -> Map ByteString Blocks

    djot Djot.AST

    No documentation available.

  5. pattern STYLE_CLASS_NOTEBOOK :: Text

    gi-gtk3 GI.Gtk.Constants

    A CSS class defining a notebook. Refer to individual widget documentation for used style classes.

  6. AnotherNotebookTab :: Int -> NotebookTab

    gi-gtk3 GI.Gtk.Enums

    Catch-all for unknown values

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

    gi-gtk3 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-gtk3 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-gtk3 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-gtk3 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 140 of many | Previous | Next