#include <wx/propgrid/editors.h>
Contains a list of editor windows returned by CreateControls.
Public Member Functions | |
wxPGWindowList (wxWindow *primary, wxWindow *secondary=NULL) | |
void | SetSecondary (wxWindow *secondary) |
wxWindow * | GetPrimary () const |
Gets window of primary editor. More... | |
wxWindow * | GetSecondary () const |
Gets window of secondary editor. More... | |
wxWindow* wxPGWindowList::GetPrimary | ( | ) | const |
Gets window of primary editor.
wxWindow* wxPGWindowList::GetSecondary | ( | ) | const |
Gets window of secondary editor.
void wxPGWindowList::SetSecondary | ( | wxWindow * | secondary | ) |