#include <glui.h>
Inherits GLUI_Control.
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 () |
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. |
GLUI_Column::GLUI_Column | ( | void | ) | [inline] |
void GLUI_Column::common_init | ( | void | ) | [inline, protected] |
void GLUI_Column::draw | ( | int | x, | |
int | y | |||
) | [virtual] |
Implements GLUI_Control.