1 #ifndef __SCALE_LAYOUT_H 
    2 #define __SCALE_LAYOUT_H 
   24         ScaleLayout(
unsigned int x, 
unsigned int y, 
unsigned int width,
 
ScaleLayout(unsigned int x, unsigned int y, unsigned int width, unsigned int height)
Definition: ScaleLayout.h:24
 
A Container organizes multiple Widgets into one to provide layout functionality. 
Definition: Container.h:20
 
Scales the containing widget to the size of its parent. 
Definition: ScaleLayout.h:21