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. getCenterBoxShrinkCenterLast :: (MonadIO m, IsCenterBox o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.CenterBox

    Get the value of the “shrink-center-last” property. When overloading is enabled, this is equivalent to

    get centerBox #shrinkCenterLast
    

  2. setCenterBoxShrinkCenterLast :: (MonadIO m, IsCenterBox o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.CenterBox

    Set the value of the “shrink-center-last” property. When overloading is enabled, this is equivalent to

    set centerBox [ #shrinkCenterLast := value ]
    

  3. centerLayoutGetShrinkCenterLast :: (HasCallStack, MonadIO m, IsCenterLayout a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.CenterLayout

    Gets whether self shrinks the center widget after other children. Since: 4.12

  4. centerLayoutSetShrinkCenterLast :: (HasCallStack, MonadIO m, IsCenterLayout a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.CenterLayout

    Sets whether to shrink the center widget after other children. By default, when there's no space to give all three children their natural widths, the start and end widgets start shrinking and the center child keeps natural width until they reach minimum width. If set to FALSE, start and end widgets keep natural width and the center widget starts shrinking instead. Since: 4.12

  5. constructCenterLayoutShrinkCenterLast :: (IsCenterLayout o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.CenterLayout

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

  6. getCenterLayoutShrinkCenterLast :: (MonadIO m, IsCenterLayout o) => o -> m Bool

    gi-gtk4 GI.Gtk.Objects.CenterLayout

    Get the value of the “shrink-center-last” property. When overloading is enabled, this is equivalent to

    get centerLayout #shrinkCenterLast
    

  7. setCenterLayoutShrinkCenterLast :: (MonadIO m, IsCenterLayout o) => o -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.CenterLayout

    Set the value of the “shrink-center-last” property. When overloading is enabled, this is equivalent to

    set centerLayout [ #shrinkCenterLast := value ]
    

  8. gestureGetLastEvent :: (HasCallStack, MonadIO m, IsGesture a) => a -> Maybe EventSequence -> m (Maybe Event)

    gi-gtk4 GI.Gtk.Objects.Gesture

    Returns the last event that was processed for sequence. Note that the returned pointer is only valid as long as the sequence is still interpreted by the gesture. If in doubt, you should make a copy of the event.

  9. gestureGetLastUpdatedSequence :: (HasCallStack, MonadIO m, IsGesture a) => a -> m (Maybe EventSequence)

    gi-gtk4 GI.Gtk.Objects.Gesture

    Returns the GdkEventSequence that was last updated on gesture.

  10. widgetGetLastChild :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe Widget)

    gi-gtk4 GI.Gtk.Objects.Widget

    Returns the widget’s last child. This API is primarily meant for widget implementations.

Page 126 of many | Previous | Next