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. note_noteable_type :: Note -> Maybe Text

    gitlab-haskell GitLab.Types

    No documentation available.

  2. note_resolvable :: Note -> Maybe Bool

    gitlab-haskell GitLab.Types

    No documentation available.

  3. note_resolved :: Note -> Maybe Bool

    gitlab-haskell GitLab.Types

    No documentation available.

  4. note_resolved_by :: Note -> Maybe User

    gitlab-haskell GitLab.Types

    No documentation available.

  5. note_system :: Note -> Maybe Bool

    gitlab-haskell GitLab.Types

    No documentation available.

  6. note_title :: Note -> Maybe Text

    gitlab-haskell GitLab.Types

    No documentation available.

  7. note_type :: Note -> Maybe Text

    gitlab-haskell GitLab.Types

    No documentation available.

  8. note_updated_at :: Note -> Maybe UTCTime

    gitlab-haskell GitLab.Types

    No documentation available.

  9. notebookAppendPage :: (NotebookClass self, WidgetClass child, GlibString string) => self -> child -> string -> IO Int

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Appends a page to notebook. The given label will be used for the label widget of the new tab. In case the context menu is enabled, this name will also appear in the popup menu. If you want to specify something else to go in the tab, use notebookAppendPageMenu.

    • This function returned () in Gtk+ version 2.2.X and earlier

  10. notebookAppendPageMenu :: (NotebookClass self, WidgetClass child, WidgetClass tabLabel, WidgetClass menuLabel) => self -> child -> tabLabel -> menuLabel -> IO Int

    gtk3 Graphics.UI.Gtk.Layout.Notebook

    Appends a page to notebook, specifying the widget to use as the label in the popup menu. Like notebookAppendPage but allows any widget to be used for the label of the new tab and the entry in the page-switch popup menu.

    • This function returned () in Gtk version 2.2.X and earlier

Page 45 of many | Previous | Next