Definition at line 56 of file IntervalChooser.h. References ClampX(), OglGui::OglWindow::SetDimensions(), and OglGui::OglWindow::W(). Referenced by HandleThumbs(), MouseFunc(), and ReshapeFunc(). 00057 { 00058 ClampX(x); 00059 szBtn->SetDimensions(x-szBtn->W()/2,RETAIN,RETAIN,RETAIN); 00060 return x; 00061 }
Here is the call graph for this function:
|