Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

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

  1. 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.

  2. 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.

  3. 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.

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

    gtk Graphics.UI.Gtk.Layout.Layout

    The Adjustment for the horizontal position.

  5. 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.

  6. 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.

  7. layoutVAdjustment :: LayoutClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Layout.Layout

    The Adjustment for the vertical position.

  8. onSetScrollAdjustments :: 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.

  9. toolPaletteGetHAdjustment :: ToolPaletteClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Gets the horizontal adjustment of the tool palette.

    • Available since Gtk+ version 2.20

  10. toolPaletteGetVAdjustment :: ToolPaletteClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Gets the vertical adjustment of the tool palette.

    • Available since Gtk+ version 2.20

Page 147 of many | Previous | Next