Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. constructCellRendererSpinAdjustment :: (IsCellRendererSpin o, MonadIO m, IsAdjustment a) => a -> m (GValueConstruct o)

    gi-gtk3 GI.Gtk.Objects.CellRendererSpin

    Construct a GValueConstruct with valid value for the “adjustment” property. This is rarely needed directly, but it is used by new.

  2. getCellRendererSpinAdjustment :: (MonadIO m, IsCellRendererSpin o) => o -> m (Maybe Adjustment)

    gi-gtk3 GI.Gtk.Objects.CellRendererSpin

    Get the value of the “adjustment” property. When overloading is enabled, this is equivalent to

    get cellRendererSpin #adjustment
    

  3. setCellRendererSpinAdjustment :: (MonadIO m, IsCellRendererSpin o, IsAdjustment a) => o -> a -> m ()

    gi-gtk3 GI.Gtk.Objects.CellRendererSpin

    Set the value of the “adjustment” property. When overloading is enabled, this is equivalent to

    set cellRendererSpin [ #adjustment := value ]
    

  4. colorSelectionIsAdjusting :: (HasCallStack, MonadIO m, IsColorSelection a) => a -> m Bool

    gi-gtk3 GI.Gtk.Objects.ColorSelection

    Gets the current state of the colorsel.

  5. containerGetFocusHadjustment :: (HasCallStack, MonadIO m, IsContainer a) => a -> m (Maybe Adjustment)

    gi-gtk3 GI.Gtk.Objects.Container

    Retrieves the horizontal focus adjustment for the container. See gtk_container_set_focus_hadjustment ().

  6. containerGetFocusVadjustment :: (HasCallStack, MonadIO m, IsContainer a) => a -> m (Maybe Adjustment)

    gi-gtk3 GI.Gtk.Objects.Container

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

  7. containerSetFocusHadjustment :: (HasCallStack, MonadIO m, IsContainer a, IsAdjustment b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.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.

  8. containerSetFocusVadjustment :: (HasCallStack, MonadIO m, IsContainer a, IsAdjustment b) => a -> b -> m ()

    gi-gtk3 GI.Gtk.Objects.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.

  9. entryGetCursorHadjustment :: (HasCallStack, MonadIO m, IsEntry a) => a -> m (Maybe Adjustment)

    gi-gtk3 GI.Gtk.Objects.Entry

    Retrieves the horizontal cursor adjustment for the entry. See entrySetCursorHadjustment. Since: 2.12

  10. entrySetCursorHadjustment :: (HasCallStack, MonadIO m, IsEntry a, IsAdjustment b) => a -> Maybe b -> m ()

    gi-gtk3 GI.Gtk.Objects.Entry

    Hooks up an adjustment to the cursor position in an entry, so that when the cursor is moved, the adjustment is scrolled to show that position. See scrolledWindowGetHadjustment for a typical way of obtaining the adjustment. The adjustment has to be in pixel units and in the same coordinate system as the entry. Since: 2.12

Page 82 of many | Previous | Next