Version: 3.2.2
wxPGWindowList Class Reference

#include <wx/propgrid/editors.h>

Detailed Description

Contains a list of editor windows returned by CreateControls.

Public Member Functions

 wxPGWindowList (wxWindow *primary, wxWindow *secondary=NULL)
 
void SetSecondary (wxWindow *secondary)
 
wxWindowGetPrimary () const
 Gets window of primary editor. More...
 
wxWindowGetSecondary () const
 Gets window of secondary editor. More...
 

Constructor & Destructor Documentation

◆ wxPGWindowList()

wxPGWindowList::wxPGWindowList ( wxWindow primary,
wxWindow secondary = NULL 
)

Member Function Documentation

◆ GetPrimary()

wxWindow * wxPGWindowList::GetPrimary ( ) const

Gets window of primary editor.

Since
3.1.4

◆ GetSecondary()

wxWindow * wxPGWindowList::GetSecondary ( ) const

Gets window of secondary editor.

Since
3.1.4

◆ SetSecondary()

void wxPGWindowList::SetSecondary ( wxWindow secondary)