#include <glui.h>


Public Member Functions | |
| void | draw (int x, int y) |
| GLUI_Column (GLUI_Node *parent, int draw_bar=true) | |
| GLUI_Column (void) | |
Protected Member Functions | |
| void | common_init () |
Definition at line 1061 of file glui.h.
| GLUI_Column::GLUI_Column | ( | GLUI_Node * | parent, | |
| int | draw_bar = true | |||
| ) |
Create a new column, which separates the previous controls from subsequent controls.
| parent | The panel our object is inside; or the main GLUI object. | |
| draw_bar | If true, draw a visible bar between new and old controls. |
| void GLUI_Column::draw | ( | int | x, | |
| int | y | |||
| ) | [virtual] |
Implements GLUI_Control.
1.5.3