#include #include #include #ifdef _DEBUG #define new DEBUG_NEW #endif namespace creaImageIO { const int ID_COMBO = 180; // CTor WxAttributeSelectionPanel::WxAttributeSelectionPanel(wxWindow *parent, wxDialog* dial, WxGimmickView* view, std::vector sAtts, std::vector nsAtts, int numLev) : wxPanel( parent, -1, wxDefaultPosition, wxDefaultSize, wxRESIZE_BORDER | wxSYSTEM_MENU | wxCLOSE_BOX | wxMAXIMIZE_BOX | wxMINIMIZE_BOX | wxCAPTION ), dialog(dial), shownA(sAtts), notShownA(nsAtts), mView(view) { GimmickDebugMessage(1,"WxCustomizeConfigPanel::WxCustomizeConfigPanel" <