Hoogle Search

Within LTS Haskell 24.42 (ghc-9.10.3)

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

  1. module Text.GridTable.Parse

    Parse reStructuredText-style grid tables.

  2. PackGrow :: Packing

    gtk Graphics.UI.Gtk.Abstract.Box

    No documentation available.

  3. PackNatural :: Packing

    gtk Graphics.UI.Gtk.Abstract.Box

    No documentation available.

  4. PackRepel :: Packing

    gtk Graphics.UI.Gtk.Abstract.Box

    No documentation available.

  5. data Packing

    gtk Graphics.UI.Gtk.Abstract.Box

    Packing parameters of a widget

    • The Packing parameter determines how the child behaves in the horizontal or vertical way in an HBox or VBox, respectively. PackNatural means the child is as big as it requests. It will stay at the start or end of a Box if there is more space available. All children packed with PackRepel will be padded on both sides with additional space. PackGrow will increase the size of a widget so that it covers the available space. A menu bar, for instance, should always stay at the top of a window and should only occupy as little space as possible. Hence it should be packed at the start of a VBox with the packing option PackNatural. The working area of a window (e.g. the text area in an editor) should expand when the window is resized. Here the packing option PackGrow is the right choice and it is irrelevant whether the main area is inserted at the start or the end of a box. Finally PackRepel is most useful in a window where no widget can make use of excess space. Examples include a dialog box without list boxes or text fields.

  6. module Graphics.UI.Gtk.Abstract.Paned

    Base class for widgets with two adjustable panes

  7. data Paned

    gtk Graphics.UI.Gtk.Abstract.Paned

    No documentation available.

  8. class ContainerClass o => PanedClass o

    gtk Graphics.UI.Gtk.Abstract.Paned

    No documentation available.

  9. PosBottom :: PositionType

    gtk Graphics.UI.Gtk.Abstract.Scale

    No documentation available.

  10. PosLeft :: PositionType

    gtk Graphics.UI.Gtk.Abstract.Scale

    No documentation available.

Page 896 of many | Previous | Next