Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

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

  1. notebookStyleHasSecondaryForwardStepper :: NotebookClass self => ReadAttr self Bool

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleHasSecondaryForwardStepper property determines whether a second forward arrow button is displayed on the opposite end of the tab area. Default value: False

    • Available since Gtk version 2.4

  2. notebookStyleTabCurvature :: NotebookClass self => ReadAttr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleTabCurvature property defines size of tab curvature. Allowed values: >= 0 Default value: 1

    • Available since Gtk version 2.10

  3. notebookStyleTabOverlap :: NotebookClass self => ReadAttr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    The notebookStyleTabOverlap property defines size of tab overlap area. Default value: 2

    • Available since Gtk version 2.10

  4. notebookTabBorder :: NotebookClass self => WriteAttr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Width of the border around the tab labels. Default value: 2

  5. notebookTabHborder :: NotebookClass self => Attr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Width of the horizontal border of tab labels. Default value: 2

  6. notebookTabPos :: NotebookClass self => Attr self PositionType

    gtk Graphics.UI.Gtk.Layout.Notebook

    Which side of the notebook holds the tabs. Default value: PosTop

  7. notebookTabVborder :: NotebookClass self => Attr self Int

    gtk Graphics.UI.Gtk.Layout.Notebook

    Width of the vertical border of tab labels. Default value: 2

  8. notElem :: (Foldable t, Eq a) => a -> t a -> Bool

    ihaskell IHaskellPrelude

    notElem is the negation of elem.

    Examples

    Basic usage:
    >>> 3 `notElem` []
    True
    
    >>> 3 `notElem` [1,2]
    True
    
    >>> 3 `notElem` [1,2,3,4,5]
    False
    
    For infinite structures, notElem terminates if the value exists at a finite distance from the left side of the structure:
    >>> 3 `notElem` [1..]
    False
    
    >>> 3 `notElem` ([4..] ++ [3])
    * Hangs forever *
    

  9. notebookCells :: Notebook a -> [Cell a]

    ipynb Data.Ipynb

    No documentation available.

  10. notebookFormat :: Notebook a -> (Int, Int)

    ipynb Data.Ipynb

    No documentation available.

Page 31 of many | Previous | Next