#include <docviewref.h>


Public Types | |
| typedef Twindow | TType |
Public Member Functions | |
| a2dWindowConnector () | |
| Constructor. | |
| Twindow * | GetDisplayWindow () |
| window used by view to display itself. | |
| void | SetDisplayWindow (Twindow *window) |
| get window used by view to display itself. | |
Protected Attributes | |
| Twindow * | m_display |
This connector connects new views to a wxWindow derived class which must have a Setview() member.
wxEVT_POST_CREATE_VIEW is handled by a2dWindowConnector<Twindow>::OnPostCreateView(), and just sets the view to the m_display window.
Definition at line 3239 of file docviewref.h.