#include <wx/propgrid/propgrid.h>
#include <wx/dynarray.h>
#include <wx/hashmap.h>
#include <wx/variant.h>
#include <wx/longlong.h>
#include <wx/dcclient.h>
#include <wx/scrolwin.h>
#include <wx/tooltip.h>
#include <wx/datetime.h>
#include <wx/tokenzr.h>
#include "props.h"
#include "editor.h"
#include <wx/toolbar.h>
#include <wx/stattext.h>
#include <wx/button.h>
#include <wx/textctrl.h>
#include <wx/dialog.h>
Go to the source code of this file.
Classes | |
class | wxPropertyGridManager |
wxPropertyGridManager is an efficient multi-page version of wxPropertyGrid, which can optionally have toolbar for mode and page selection, and help text box. Use window flags to select components to include. More... | |
class | wxPropertyGridPage |
Holder of property grid page information. You can subclass this and give instance in wxPropertyGridManager::AddPage. It inherits from wxEvtHandler and can be used to process events specific to this page (id of events will still be same as manager's). If you don't want to use it to process all events of the page, you need to return false in the derived wxPropertyGridPage::IsHandlingAllEvents. More... | |
Variables | |
WXDLLIMPEXP_PG const wxChar * | wxPropertyGridManagerNameStr |
WXDLLIMPEXP_PG const wxChar* wxPropertyGridManagerNameStr |