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

OglGui::ScrollBar::ScrollThumb::ScrollThumb ( ScrollBar parent,
int  width,
int  height,
std::string  label 
) [inline]

Definition at line 465 of file ScrollBar.h.

References mParent, OglGui::StaticText::SetAlignOffsets(), OglGui::OglWindow::SetBackground(), OglGui::Button::SetBorderType(), and OglGui::OglWindow::SetRoundness().

00465                                                                                :
00466             Button(parent, width, height, label)
00467         {
00468             mParent = parent;
00469             SetRoundness(0, 0, 0, 0);
00470             SetBorderType(BEV_ETCHED);
00471             SetBackground(0x0);
00472 #if defined(OGL_USING_GLUT) || defined(OGL_USING_QT)
00473             SetAlignOffsets(0,-1);
00474 #endif
00475         }

Here is the call graph for this function:


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