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. eventRequestMotions :: EventM EMotion ()

    gtk Graphics.UI.Gtk.Gdk.EventM

    Request more motion notifies if this event is a motion notify hint event. This action should be used instead of drawWindowGetPointer to request further motion notifies, because it also works for extension events where motion notifies are provided for devices other than the core pointer. Coordinate extraction, processing and requesting more motion events from a motionNotifyEvent usually works like this:

    on widget motionNotifyEvent $ do
    (x, y) <- eventCoordinates
    -- handle the x,y motion:
    ...
    -- finally, notify that we are ready to get more motion events:
    eventRequestMotions
    

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

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

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

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

    gtk Graphics.UI.Gtk.Layout.Layout

    The Adjustment for the horizontal position.

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

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

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

    gtk Graphics.UI.Gtk.Layout.Layout

    The Adjustment for the vertical position.

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

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

Page 147 of many | Previous | Next