Code::Blocks
SVN r11506
|
#include "sdk_precomp.h"
#include <wx/mdi.h>
#include <wx/listimpl.cpp>
#include "configuretoolsdlg.h"
Go to the source code of this file.
Macros | |
#define | CONSOLE_RUNNER "cb_console_runner.exe" |
Functions | |
WX_DEFINE_LIST (ToolsList) | |
Variables | |
const int | idToolsConfigure = wxNewId() |
const int | idToolProcess = wxNewId() |
#define CONSOLE_RUNNER "cb_console_runner.exe" |
Referenced by ToolsManager::Execute().
WX_DEFINE_LIST | ( | ToolsList | ) |
const int idToolProcess = wxNewId() |
Definition at line 38 of file toolsmanager.cpp.
Referenced by ToolsManager::Execute().
const int idToolsConfigure = wxNewId() |
Definition at line 37 of file toolsmanager.cpp.
Referenced by ToolsManager::BuildToolsMenu().