OpenSpace3D libs
OpenSpace 3D libraries for plugITs and OS3D developer
|
Loading...
Searching...
No Matches
EdWindow and EdControl resize flags
Variables | |
var | EDWIN_RESIZE_NONE =0 |
var | EDWIN_RESIZE_LW =1 |
left border is at a flexible distance from the left border of the parent zone | |
var | EDWIN_RESIZE_MW =2 |
width is a flexible value | |
var | EDWIN_RESIZE_RW =4 |
right border is at a flexible distance from the right border of the parent zone | |
var | EDWIN_RESIZE_LH =8 |
top border is at a flexible distance from the top border of the parent zone | |
var | EDWIN_RESIZE_MH =16 |
height is a flexible value | |
var | EDWIN_RESIZE_RH =32 |
bottom border is at a flexible distance from the bottom border of the parent zone | |
var | EDWIN_RESIZE_ALL =64 |
all flexible | |
Detailed Description
EdWindow and EdControl resize flags
Variable Documentation
◆ EDWIN_RESIZE_NONE
var EDWIN_RESIZE_NONE =0 |
◆ EDWIN_RESIZE_LW
var EDWIN_RESIZE_LW =1 |
left border is at a flexible distance from the left border of the parent zone
◆ EDWIN_RESIZE_MW
var EDWIN_RESIZE_MW =2 |
width is a flexible value
◆ EDWIN_RESIZE_RW
var EDWIN_RESIZE_RW =4 |
right border is at a flexible distance from the right border of the parent zone
◆ EDWIN_RESIZE_LH
var EDWIN_RESIZE_LH =8 |
top border is at a flexible distance from the top border of the parent zone
◆ EDWIN_RESIZE_MH
var EDWIN_RESIZE_MH =16 |
height is a flexible value
◆ EDWIN_RESIZE_RH
var EDWIN_RESIZE_RH =32 |
bottom border is at a flexible distance from the bottom border of the parent zone
◆ EDWIN_RESIZE_ALL
var EDWIN_RESIZE_ALL =64 |
all flexible
Generated by 1.9.8