Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/cctest/
H A Dcctest_frame.h48 static const long wxID_PRINT_TREE; variable
H A Dcctest_frame.cpp45 const long CCTestFrame::wxID_PRINT_TREE = wxNewId(); member in CCTestFrame
131 …btnPrintTree = new wxButton(this, wxID_PRINT_TREE, _("Print Tree"), wxDefaultPosition, wxDefaultSi… in BEGIN_EVENT_TABLE()
213 …Connect(wxID_PRINT_TREE,wxEVT_COMMAND_BUTTON_CLICKED,(wxObjectEventFunction)&CCTestFrame::OnPrintT… in BEGIN_EVENT_TABLE()