Index: trunk/doc/developer/dad/widgets.html =================================================================== --- trunk/doc/developer/dad/widgets.html (revision 21006) +++ trunk/doc/developer/dad/widgets.html (revision 21007) @@ -47,9 +47,9 @@ creation call screenshot (gtk2) description PCB_DAD_BEGIN_HBOX arrange children widgets in a horizontal list PCB_DAD_BEGIN_VBOX arrange children widgets in a vertical list -PCB_DAD_BEGIN_HPANE split the parent box horizontally into two sections; the split ratio is adjustable -PCB_DAD_BEGIN_VPANE split the parent box vertically into two sections; the split ratio is adjustable -PCB_DAD_BEGIN_TABLE arrange children widgets into a n*m matrix, allocate each cell the same size +PCB_DAD_BEGIN_HPANE split the parent box horizontally into two sections; the split ratio is adjustable
Note: "left" and "right" are the first and second children (left and right sibling) of the widget tree +PCB_DAD_BEGIN_VPANE split the parent box vertically into two sections; the split ratio is adjustable
Note: on the screenshot "left" and "right" are the first and second children (left and right sibling) of the widget tree +PCB_DAD_BEGIN_TABLE arrange children widgets into a n*m matrix, allocate each cell the same size
Note: on the screenshot the table is set up to have 3 columns PCB_DAD_BEGIN_TABBED create a "tabbed notebook" view, each children is a new tab