Added initial cut of ComboBox

This commit is contained in:
Robert Osfield
2014-05-16 19:24:58 +00:00
parent 3e00764649
commit 87fd1d38fb
6 changed files with 245 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ class OSGUI_EXPORT PushButton : public osgUI::Widget
{
public:
PushButton();
PushButton(const PushButton& label, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY);
PushButton(const PushButton& pb, const osg::CopyOp& copyop=osg::CopyOp::SHALLOW_COPY);
META_Node(osgUI, PushButton);
void setText(const std::string& text) { _text = text; dirty(); }