Package: gtk

Class gtk:constraint-guide

Superclasses

gobject:object, common-lisp:standard-object, common-lisp:t

Documented Subclasses

None

Direct Slots

max-height
The max-height property of type :int (Read / Write)
The maximum height of the guide.
Allowed values: >= 0
Default value: 2147483647
max-width
The max-width property of type :int (Read / Write)
The maximum width of the guide.
Allowed values: >= 0
Default value: 2147483647
min-height
The min-height property of type :int (Read / Write)
The minimum height of the guide.
Allowed values: >= 0
Default value: 0
min-width
The min-width property of type :int (Read / Write)
The minimum width of the guide.
Allowed values: >= 0
Default value: 0
name
The name property of type :string (Read / Write)
The name that identifies the gtk:constraint-guide object, for debugging.
Default value: nil
nat-height
The nat-height property of type :int (Read / Write)
The preferred, or natural, height of the guide.
Allowed values: >= 0
Default value: 0
nat-width
The nat-width property of type :int (Read / Write)
The preferred, or natural, width of the guide.
Allowed values: >= 0
Default value: 0
strength
The name property of type :string (Read / Write)
The gtk:constraint-strength value to be used for the constraint on the natural size of the guide.
Default value: :medium

Details

An object that can be added to a gtk:constraint-layout object and be used in constraints like a widget, without being drawn.

Guides have a minimum, maximum and natural size. Depending on the constraints that are applied, they can act like a guideline that widgets can be aligned to, or like 'flexible space'.
 

Returned by

Slot Access Functions

Inherited Slot Access Functions

See also

2024-4-23