Hoogle Search

Within LTS Haskell 24.4 (ghc-9.10.2)

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

  1. noTextBufferDeserializeFunc_WithClosures :: Maybe TextBufferDeserializeFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextBufferDeserializeFunc_WithClosures.

  2. noTextBufferSerializeFunc :: Maybe TextBufferSerializeFunc

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextBufferSerializeFunc.

  3. noTextBufferSerializeFunc_WithClosures :: Maybe TextBufferSerializeFunc_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextBufferSerializeFunc_WithClosures.

  4. noTextCharPredicate :: Maybe TextCharPredicate

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextCharPredicate.

  5. noTextCharPredicate_WithClosures :: Maybe TextCharPredicate_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextCharPredicate_WithClosures.

  6. noTextTagTableForeach :: Maybe TextTagTableForeach

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextTagTableForeach.

  7. noTextTagTableForeach_WithClosures :: Maybe TextTagTableForeach_WithClosures

    gi-gtk3 GI.Gtk.Callbacks

    A convenience synonym for Nothing :: Maybe TextTagTableForeach_WithClosures.

  8. notebookAppendPage :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c) => a -> b -> Maybe c -> m Int32

    gi-gtk3 GI.Gtk.Objects.Notebook

    Appends a page to notebook.

  9. notebookAppendPageMenu :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b, IsWidget c, IsWidget d) => a -> b -> Maybe c -> Maybe d -> m Int32

    gi-gtk3 GI.Gtk.Objects.Notebook

    Appends a page to notebook, specifying the widget to use as the label in the popup menu.

  10. notebookDetachTab :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.Notebook

    Removes the child from the notebook. This function is very similar to containerRemove, but additionally informs the notebook that the removal is happening as part of a tab DND operation, which should not be cancelled. Since: 3.16

Page 19 of many | Previous | Next