Hoogle Search

Within LTS Haskell 24.35 (ghc-9.10.3)

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

  1. NotebookTabLast :: NotebookTab

    gi-gtk4 GI.Gtk.Enums

    the last tab in the notebook

  2. centerBoxGetShrinkCenterLast :: (HasCallStack, MonadIO m, IsCenterBox a) => a -> m Bool

    gi-gtk4 GI.Gtk.Objects.CenterBox

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

  3. centerBoxSetShrinkCenterLast :: (HasCallStack, MonadIO m, IsCenterBox a) => a -> Bool -> m ()

    gi-gtk4 GI.Gtk.Objects.CenterBox

    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

  4. constructCenterBoxShrinkCenterLast :: (IsCenterBox o, MonadIO m) => Bool -> m (GValueConstruct o)

    gi-gtk4 GI.Gtk.Objects.CenterBox

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

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

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

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

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

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

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

Page 108 of many | Previous | Next