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. containerFocusHAdjustment :: ContainerClass self => ReadWriteAttr self (Maybe Adjustment) Adjustment

    gtk Graphics.UI.Gtk.Abstract.Container

    'focusHadjustment' property. See containerGetFocusHAdjustment and containerSetFocusHAdjustment

  2. containerFocusVAdjustment :: ContainerClass self => ReadWriteAttr self (Maybe Adjustment) Adjustment

    gtk Graphics.UI.Gtk.Abstract.Container

    'focusVadjustment' property. See containerGetFocusVAdjustment and containerSetFocusVAdjustment

  3. containerGetFocusHAdjustment :: ContainerClass self => self -> IO (Maybe Adjustment)

    gtk Graphics.UI.Gtk.Abstract.Container

    Retrieves the horizontal focus adjustment for the container. See containerSetFocusHAdjustment.

  4. containerGetFocusVAdjustment :: ContainerClass self => self -> IO (Maybe Adjustment)

    gtk Graphics.UI.Gtk.Abstract.Container

    Retrieves the vertical focus adjustment for the container. See containerSetFocusVAdjustment.

  5. containerSetFocusHAdjustment :: ContainerClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Abstract.Container

    Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget. This function sets the horizontal alignment. See scrolledWindowGetHAdjustment for a typical way of obtaining the adjustment and containerSetFocusVAdjustment for setting the vertical adjustment. The adjustments have to be in pixel units and in the same coordinate system as the allocation for immediate children of the container.

  6. containerSetFocusVAdjustment :: ContainerClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Abstract.Container

    Hooks up an adjustment to focus handling in a container, so when a child of the container is focused, the adjustment is scrolled to show that widget. This function sets the vertical alignment. See scrolledWindowGetVAdjustment for a typical way of obtaining the adjustment and containerSetFocusHAdjustment for setting the horizontal adjustment. The adjustments have to be in pixel units and in the same coordinate system as the allocation for immediate children of the container.

  7. adjustBounds :: RangeClass self => Signal self (Double -> IO ())

    gtk Graphics.UI.Gtk.Abstract.Range

    No documentation available.

  8. afterAdjustBounds :: RangeClass self => self -> (Double -> IO ()) -> IO (ConnectId self)

    gtk Graphics.UI.Gtk.Abstract.Range

    Emitted when the range is adjusted by user action. Note the value can be outside the bounds of the range since it depends on the mouse position. Usually you should use onRangeValueChanged / afterRangeValueChanged instead.

  9. onAdjustBounds :: RangeClass self => self -> (Double -> IO ()) -> IO (ConnectId self)

    gtk Graphics.UI.Gtk.Abstract.Range

    Emitted when the range is adjusted by user action. Note the value can be outside the bounds of the range since it depends on the mouse position. Usually you should use onRangeValueChanged / afterRangeValueChanged instead.

  10. rangeAdjustment :: RangeClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Abstract.Range

    The Adjustment that contains the current value of this range object.

Page 91 of many | Previous | Next