[inline]
Definition at line 257 of file View.h.
References OglGui::View::GetDimensions2D(), and H().
Referenced by H().
00258 { 00259 int x,y,w,h; 00260 GetDimensions2D(&x, &y, &w, &h); 00261 return h; 00262 }
Here is the call graph for this function: