class CAboutBox
#include </home/jlblanco/mrpt/libs/gui/src/CAboutBox_wx.h> class CAboutBox: public wxDialog, public CAboutBoxBase { public: // fields static const long ID_STATICTEXT1 = wxNewId(); static const long ID_STATICTEXT2 = wxNewId(); static const long ID_STATICBITMAP1 = wxNewId(); static const long ID_STATICLINE1 = wxNewId(); static const long ID_TEXTCTRL4; static const long ID_TEXTCTRL1 = wxNewId(); static const long ID_TEXTCTRL2 = wxNewId(); static const long ID_TEXTCTRL3 = wxNewId(); static const long ID_NOTEBOOK1 = wxNewId(); static const long ID_BUTTON1 = wxNewId(); // construction CAboutBox( wxWindow* parent, const std::string& appName, const std::string& additionalInfo, const bool showStandardInfo ); };