[inline]
Definition at line 249 of file View.h.
References OglGui::View::GetDimensions2D().
00250 { 00251 int x,y,w,h; 00252 GetDimensions2D(&x, &y, &w, &h); 00253 return w; 00254 }
Here is the call graph for this function: