Envision
A visual programming IDE for object-oriented languages
|
Public Member Functions | |
NewFormElement * | setBottomMargin (int bottom) |
Sets the bottom margin of this form element. More... | |
NewFormElement * | setLeftMargin (int left) |
Sets the left margin of this form element. More... | |
NewFormElement * | setMargins (int left, int top, int right, int bottom) |
Sets the left, top, right and bottom margins to the respective values. More... | |
NewFormElement * | setMargins (int margin) |
Sets all the margins of this form element to the value specified as margin. More... | |
NewFormElement * | setRightMargin (int right) |
Sets the right margin of this form element. More... | |
NewFormElement * | setTopMargin (int top) |
Sets the top margin of this form element. More... | |
|
inline |
Sets the bottom margin of this form element.
Returns a pointer to this form element.
|
inline |
Sets the left margin of this form element.
Returns a pointer to this form element.
|
inline |
Sets the left, top, right and bottom margins to the respective values.
Returns a pointer to this form element.
|
inline |
Sets all the margins of this form element to the value specified as margin.
Returns a pointer to this form element.
|
inline |
Sets the right margin of this form element.
Returns a pointer to this form element.
|
inline |
Sets the top margin of this form element.
Returns a pointer to this form element.