Package: gtk
Class gtk:fixed-layout
Superclassesgtk:layout-manager, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct Slots
None
Details The gtk:fixed-layout object is a layout manager which can place
child widgets at fixed positions, and with fixed sizes. Most applications should never use this layout manager. Fixed positioning and sizing requires constant recalculations on where children need to be positioned and sized. Other layout managers perform this kind of work internally so that application developers do not need to do it. Specifically, widgets positioned in a fixed layout manager will need to take into account:
Finally, fixed positioning makes it kind of annoying to add/remove GUI elements, since you have to reposition all the other elements. This is a long-term maintenance problem for your application. | Inherited Slot Access FunctionsSee also |
2024-4-23