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