GEOS SDK TechDocs
|
|
3.1 Window Positioning
|
3.3 On-Screen Behavior
HINT_EXTEND_WINDOW_TO_BOTTOM_RIGHT, HINT_EXTEND_WINDOW_NEAR_BOTTOM_RIGHT, HINT_SIZE_WINDOW_AS_DESIRED, HINT_SIZE_WINDOW_AS_RATIO_OF_PARENT, HINT_SIZE_WINDOW_AS_RATIO_OF_FIELD, HINT_USE_INITIAL_BOUNDS_WHEN_RESTORED
GenClass
has a number of hints used by the window classes to determine the size of the window object initially and how the window is allowed to be resized on the screen. Specific UIs can override these hints when necessary or when they conflict with the UI's specifications. These hints are listed below.
HINT_EXTEND_WINDOW_TO_BOTTOM_RIGHT
HINT_EXTEND_WINDOW_NEAR_BOTTOM_RIGHT
HINT_SIZE_WINDOW_AS_DESIRED
HINT_SIZE_WINDOW_AS_RATIO_OF_PARENT
SpecWinSizePair
, described under
HINT_POSITION_WINDOW_AT_RATIO_OF_PARENT
. Instead of coordinates, however, the ratios in the structure are width and height.
HINT_SIZE_WINDOW_AS_RATIO_OF_FIELD
SpecWinSizePair
parameter indicating the ratio. See above.
GEOS SDK TechDocs
|
|
3.1 Window Positioning
|
3.3 On-Screen Behavior