Hoogle Search

Within LTS Haskell 24.28 (ghc-9.10.3)

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

  1. stockJustifyCenter :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  2. stockJustifyFill :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  3. stockJustifyLeft :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  4. stockJustifyRight :: StockId

    gtk Graphics.UI.Gtk.General.StockItems

    No documentation available.

  5. afterSetScrollAdjustments :: LayoutClass self => self -> (Adjustment -> Adjustment -> IO ()) -> IO (ConnectId self)

    gtk Graphics.UI.Gtk.Layout.Layout

    In case the adjustments are replaced, this signal is emitted.

  6. layoutGetHAdjustment :: LayoutClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Layout.Layout

    This function should only be called after the layout has been placed in a ScrolledWindow or otherwise configured for scrolling. It returns the Adjustment used for communication between the horizontal scrollbar and layout. See ScrolledWindow, Scrollbar, Adjustment for details.

  7. layoutGetVAdjustment :: LayoutClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Layout.Layout

    This function should only be called after the layout has been placed in a ScrolledWindow or otherwise configured for scrolling. It returns the Adjustment used for communication between the vertical scrollbar and layout. See ScrolledWindow, Scrollbar, Adjustment for details.

  8. layoutHAdjustment :: LayoutClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Layout.Layout

    The Adjustment for the horizontal position.

  9. layoutSetHAdjustment :: LayoutClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Layout.Layout

    Sets the horizontal scroll adjustment for the layout. See ScrolledWindow, Scrollbar, Adjustment for details.

  10. layoutSetVAdjustment :: LayoutClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Layout.Layout

    Sets the vertical scroll adjustment for the layout. See ScrolledWindow, Scrollbar, Adjustment for details.

Page 93 of many | Previous | Next