|
OglGui::Strut::Strut |
( |
Window * |
parent, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height | |
|
) |
| | [inline] |
Definition at line 15 of file Strut.h.
References Init(). 00015 :
00016 Window(parent, x, y, width, height)
00017 {
00018 Init();
00019 }
Strut(Window* parent, int width, int height) :
Here is the call graph for this function:
|