#include <wx/propgrid/editors.h>
Contains a list of editor windows returned by CreateControls.
Public Member Functions | |
wxPGWindowList () | |
void | SetSecondary (wxWindow *secondary) |
wxPGWindowList (wxWindow *a) | |
wxPGWindowList (wxWindow *a, wxWindow *b) | |
Public Attributes | |
wxWindow * | m_primary |
wxWindow * | m_secondary |
wxPGWindowList::wxPGWindowList | ( | ) |
wxPGWindowList::wxPGWindowList | ( | wxWindow * | a | ) |
void wxPGWindowList::SetSecondary | ( | wxWindow * | secondary | ) |
wxWindow* wxPGWindowList::m_primary |
wxWindow* wxPGWindowList::m_secondary |