Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

bool OglGui::SizableWindow::IsTopWindowInParent (  )  [inline]

Definition at line 53 of file SizableWindow.h.

References OglGui::OglWindow::mOglWnd.

Referenced by MouseFunc().

00054     {
00055         LIST    *obj = mOglWnd->parent->wndList;
00056 
00057         if (!obj)
00058             return false;
00059 
00060         while(obj->next)
00061             obj = obj->next;
00062 
00063         return obj->info == mOglWnd;
00064     }


Generated on Thu Jan 13 09:26:52 2011 for ImpalaSrc by  doxygen 1.5.1