EdWindow and EdControl resize flags
[Window control]

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

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

 All Data Structures Files Functions Variables Typedefs
Generated on Mon Jul 5 21:30:13 2010 for OpenSpace3D libs by  doxygen 1.6.3