29 #include <vdk/widcontain.h>
30 #include <vdk/dlist.h>
62 virtual void Add(
VDKObject* obj,
int justify = l_justify,
63 int expand = TRUE,
int fill = TRUE ,
int padding = 0);
One of the most used widget containers.
Definition: boxes.h:38
virtual void Add(VDKObject *obj, int justify=l_justify, int expand=TRUE, int fill=TRUE, int padding=0)
Definition: boxes.cc:51
virtual ~VDKBox()
Definition: boxes.cc:47
VDKBox(VDKForm *owner=(VDKForm *) NULL, int mode=v_box)
Definition: boxes.cc:30
Containers base class.
Definition: widcontain.h:40