Definition at line 20 of file Transition.h. References OglGui::OglWindow::Init(). 00020 : 00021 Window(parent,0,0,40,40) 00022 { 00023 Init(parent,40,40); 00024 } Transition(Window* parent,int x,int y,int w,int h) :
Here is the call graph for this function:
|