#include "wx/wxprec.h"
#include "wx/wx.h"
#include "wx/imaglist.h"
#include "wx/artprov.h"
#include "wx/listctrl.h"
#include "wx/splitter.h"
#include "wx/progdlg.h"
#include "wx/clipbrd.h"
#include "wxluadebug/include/wxlstack.h"
#include "wxlua/include/wxlua.h"
#include "wxlua/include/wxlcallb.h"
#include "wxluadebug/include/wxldebug.h"
Go to the source code of this file.
Classes | |
class | wxLuaStackListCtrl |
Defines | |
#define | DUMMY_TREEITEM wxT(" ") |
Functions | |
void | wxLuaPrependComboBoxString (const wxString &str, int max_strings, wxComboBox *combo) |
#define DUMMY_TREEITEM wxT(" ") |
Definition at line 42 of file wxlstack.cpp.
Referenced by wxLuaStackDialog::CollapseItem(), and wxLuaStackDialog::FillTableEntry().
void wxLuaPrependComboBoxString | ( | const wxString & | str, | |
int | max_strings, | |||
wxComboBox * | combo | |||
) |
Definition at line 748 of file wxlstack.cpp.
Referenced by wxLuaStackDialog::OnFind().