Version: 3.0.3
wxPGWindowList Class Reference

#include <wx/propgrid/editors.h>

Detailed Description

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

wxWindowm_primary
 
wxWindowm_secondary
 

Constructor & Destructor Documentation

wxPGWindowList::wxPGWindowList ( )
wxPGWindowList::wxPGWindowList ( wxWindow a)
wxPGWindowList::wxPGWindowList ( wxWindow a,
wxWindow b 
)

Member Function Documentation

void wxPGWindowList::SetSecondary ( wxWindow secondary)

Member Data Documentation

wxWindow* wxPGWindowList::m_primary
wxWindow* wxPGWindowList::m_secondary