Home
last modified time | relevance | path

Searched refs:ID_COLOURPICKERCTRL3 (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmithDemo/
H A DwxSmithDemoMain.h126 static const long ID_COLOURPICKERCTRL3; variable
H A DwxSmithDemoMain.cpp74 const long wxSmithDemoFrame::ID_COLOURPICKERCTRL3 = wxNewId(); member in wxSmithDemoFrame
243 …ColourPickerCtrl3 = new wxColourPickerCtrl(Panel2, ID_COLOURPICKERCTRL3, wxColour(0,0,0), wxDefaul… in BEGIN_EVENT_TABLE()