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

void OglGui::DocScroller::SetPartialPageUpDown ( bool  horizontal,
bool  vertical 
) [inline]

Definition at line 162 of file DocScroller.h.

References mPartial.

00163     {
00164         mPartial = 0;
00165         if (horizontal)
00166             mPartial |= 1;
00167         if (vertical)
00168             mPartial |= 2;
00169     }


Generated on Fri Mar 19 12:00:52 2010 for ImpalaSrc by  doxygen 1.5.1