Hoogle Search

Within LTS Haskell 24.55 (ghc-9.10.3)

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

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

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

    gtk Graphics.UI.Gtk.Abstract.Range

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

  3. rangeGetAdjustment :: RangeClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Abstract.Range

    Get the Adjustment which is the "model" object for Range. See rangeSetAdjustment for details.

  4. rangeSetAdjustment :: RangeClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Abstract.Range

    Sets the adjustment to be used as the "model" object for this range widget. The adjustment indicates the current range value, the minimum and maximum range values, the step/page increments used for keybindings and scrolling, and the page size. The page size is normally 0 for Scale and nonzero for Scrollbar, and indicates the size of the visible area of the widget being scrolled. The page size affects the size of the scrollbar slider.

  5. widgetListMnemonicLabels :: WidgetClass self => self -> IO [Widget]

    gtk Graphics.UI.Gtk.Abstract.Widget

    Returns a list of the widgets, normally labels, for which this widget is a the target of a mnemonic (see for example, labelSetMnemonicWidget).

    • Available since Gtk+ version 2.4

  6. widgetSetScrollAdjustments :: WidgetClass self => self -> Maybe Adjustment -> Maybe Adjustment -> IO Bool

    gtk Graphics.UI.Gtk.Abstract.Widget

    For widgets that support scrolling, sets the scroll adjustments and returns True. For widgets that don't support scrolling, does nothing and returns False. Widgets that don't support scrolling can be scrolled by placing them in a Viewport, which does support scrolling. Removed in Gtk3.

  7. scaleButtonAdjustment :: ScaleButtonClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Buttons.ScaleButton

    The Adjustment that contains the current value of this scale button object.

  8. spinButtonAdjustment :: SpinButtonClass self => Attr self Adjustment

    gtk Graphics.UI.Gtk.Entry.SpinButton

    The adjustment that holds the value of the spinbutton.

  9. spinButtonGetAdjustment :: SpinButtonClass self => self -> IO Adjustment

    gtk Graphics.UI.Gtk.Entry.SpinButton

    Get the adjustment associated with a SpinButton

  10. spinButtonSetAdjustment :: SpinButtonClass self => self -> Adjustment -> IO ()

    gtk Graphics.UI.Gtk.Entry.SpinButton

    Replaces the Adjustment associated with the spin button.

Page 146 of many | Previous | Next