EW_SizeConstraints
EW_SizeConstraints
ew
1998 12-05
CLASS
EW_SizeConstraints - size information
SYNOPSIS
Class EW_SizeConstraints
contains size information inherited by
EW_Resize and EW_Widget.
PUBLIC MEMBER FUNCTIONS
void SetMinSize(long x,long y)
void GetMinSize(long *x,long *y)
Set/Get the minimum allowable size.
void SetMaxSize(long x,long y)
void GetMaxSize(long *x,long *y)
Set/Get the maximum allowable size.
void SetPrefSize(long x,long y)
void GetPrefSize(long *x,long *y)
Set/Get the preferred size.
FILES
ew/resize.h Resize header file
SEE ALSO
EW_intro(3),
EW_Resize(3),
EW_Widget(3)