21 #ifndef __ANTARES_TOOLBOX_INPUT_H__
22 #define __ANTARES_TOOLBOX_INPUT_H__
24 #include <ui/common/component/panel.h>
26 namespace Antares::Toolbox::InputSelector
64 return wxPoint(50, 50);
68 virtual void internalBuildSubControls() = 0;
Panel implementation.
Definition: panel.h:34