Concept Framework 2.2 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
OnAdjustBounds | event | public | version 1.0 | no |
OnAdjustBounds(Sender, EventData) |
Sender | the event firing control |
EventData | contains a string encapsulating the new value. |
Event raised when the bounds are adjusted for a scalable/scrollable object (check GTK for more information). |
// EventData must be evaluated like this new_value=value EventData; |
Documented by Eduard Suica, generation time: Sun Jan 27 18:15:06 2013 GMT | (c)2013 Devronium Applications |