Concept Framework 2.2 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
Packing | property | public | version 1.0 | no |
Read/Write property Packing[=PACK_DEFAULT|PACK_SHRINK|PACK_EXPAND_PADDING|PACK_EXPAND_WIDGET] |
This property sets or gets the type of the packing for this control. It's a convenient alternative to PackType (that is called on the owner of this object) |
box=new RHBox(Sender); filler=new RImage(box); // next child is filler filler.PackType=PACK_SHRINK; |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:02 2013 GMT | (c)2013 Devronium Applications |