KeSh
04-24-2004, 04:10 AM
I created a sub-window at the bottom of the screen using...
//////////////////////////////////
glui2 = GLUI_Master.create_glui_subwindow( main_window, GLUI_SUBWINDOW_BOTTOM );
///////////////////////////////////
...but when i reshape the window( to fullscreen for example), it doesnt stay at the bottom! is there a function to force that?
//////////////////////////////////
glui2 = GLUI_Master.create_glui_subwindow( main_window, GLUI_SUBWINDOW_BOTTOM );
///////////////////////////////////
...but when i reshape the window( to fullscreen for example), it doesnt stay at the bottom! is there a function to force that?