Hoogle Search

Within LTS Haskell 24.56 (ghc-9.10.3)

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

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

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

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

    gtk3 Graphics.UI.Gtk.Layout.Layout

    The Adjustment for the horizontal position.

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

    gtk3 Graphics.UI.Gtk.Layout.Layout

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

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

    gtk3 Graphics.UI.Gtk.Layout.Layout

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

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

    gtk3 Graphics.UI.Gtk.Layout.Layout

    The Adjustment for the vertical position.

  6. onSetScrollAdjustments :: LayoutClass self => self -> (Adjustment -> Adjustment -> IO ()) -> IO (ConnectId self)

    gtk3 Graphics.UI.Gtk.Layout.Layout

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

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

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Gets the horizontal adjustment of the tool palette.

    • Available since Gtk+ version 2.20

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

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Gets the vertical adjustment of the tool palette.

    • Available since Gtk+ version 2.20

  9. toolPaletteSetScrollAdjustments :: ToolPaletteClass self => Signal self (Adjustment -> Adjustment -> IO ())

    gtk3 Graphics.UI.Gtk.MenuComboToolbar.ToolPalette

    Set the scroll adjustments for the viewport. Usually scrolled containers like ScrolledWindow will emit this signal to connect two instances of Scrollbar to the scroll directions of the Toolpalette.

    • Available since Gtk+ version 2.20

  10. module Graphics.UI.Gtk.Misc.Adjustment

    A Object representing an adjustable bounded value

Page 182 of many | Previous | Next