Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/wxSmith/wxwidgets/properties/
H A Dwxsimagetreeeditordlg.h101 static const long ID_IMAGEBUTTON3; variable
H A Dwxsimagetreeeditordlg.cpp42 const long wxsImageTreeEditorDlg::ID_IMAGEBUTTON3 = wxNewId(); member in wxsImageTreeEditorDlg
122 …bDelItem = new wxBitmapButton(this, ID_IMAGEBUTTON3, wxNullBitmap, wxPoint(256,96), wxSize(24,23),… in BEGIN_EVENT_TABLE()
340 …Connect(ID_IMAGEBUTTON3,wxEVT_COMMAND_BUTTON_CLICKED,wxCommandEventHandler(wxsImageTreeEditorDlg::… in BEGIN_EVENT_TABLE()