Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

mgSymListPage Class Reference

#include <SymbolDlg.h>

List of all members.


Detailed Description

A panel designed to be used in a wxNotebookPage widget.

VERY IMPORTANT: the base class cannot be wxNotebookPage because it seems that sizers do not work inside it. Instead (like all wxWidgets notebook examples), wxPanel will be used.

Definition at line 70 of file SymbolDlg.h.

Public Member Functions

 mgSymListPage (wxWindow *parent, mgSymPropPanel *prop, mcSymbolArray *arr, wxWindowID id=-1, const wxString &title=wxT("Symbols"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=0)
mgSymPropPanelGetLinkedPropPanel ()

Protected Member Functions

virtual void BuildCtrls ()
virtual void BuildAll ()
void OnSelectionChanged (wxListEvent &)

Protected Attributes

mgSymPropPanelm_pPropPanel
mcSymbolArray * m_pArray
wxListCtrl * m_pList


The documentation for this class was generated from the following files:

Documentation generated with Doxygen on Sun Feb 6 17:19:28 2005
Visit MathStudio home page for more info

[ Top ]