Definition at line 114 of file ConceptSupportControl.h. References OglGui::Button::SetButtonListener(). Referenced by Init(). 00115 { 00116 Button* btn = new Button(this, x, y, w, h, str, 4, 1); 00117 btn->SetButtonListener(this, userData); 00118 return btn; 00119 }
Here is the call graph for this function:
|