#include "wx/colordlg.h"
#include <wx/wxprec.h>
#include <wx/wx.h>
#include "marTypes.h"
Go to the source code of this file.
Classes | |
class | mBarRange |
Enumerations | |
enum | { cntID_CHANGE_COLOR = 7000, cntID_ENABLE_ACTUAL, cntID_MOVABLE_ACTUAL_BAR } |
anonymous enum |
Command IDs used by pColorPoint
Definition at line 49 of file mBarRange.h.
00050 { 00051 cntID_CHANGE_COLOR = 7000, 00052 cntID_ENABLE_ACTUAL, 00053 cntID_MOVABLE_ACTUAL_BAR, 00054 };