+:Base wx.hlp
+1 Copyright notice
+2 Copyright notice=topic0
+1 Introduction
+2 Introduction=introduction
+2 What is wxWindows?=topic1
+2 Why another cross-platform development tool?=topic2
+2 Changes from version 1.xx=versionchanges
+2 wxWindows requirements=requirements
+2 Availability and location of wxWindows=topic3
+2 Acknowledgments=topic4
+1 Multi-platform development with wxWindows
+2 Multi-platform development with wxWindows=multiplat
+2 Include files=topic5
+2 Libraries=topic6
+2 Configuration
+3 Configuration=topic7
+3 General features=topic8
+3 X features=topic9
+3 Windows and NT features=topic10
+2 Makefiles
+3 Makefiles=topic11
+3 Windows makefiles=topic12
+3 UNIX makefiles=topic13
+2 Windows-specific files
+3 Windows-specific files=topic14
+3 Resource file=resources
+3 Module definition file=topic15
+2 Memory models and memory allocation
+3 Memory models and memory allocation=memorymodels
+3 Allocating and deleting wxWindows objects=topic16
+2 Dynamic Link Libraries
+3 Dynamic Link Libraries=topic17
+2 Conditional compilation
+3 Conditional compilation=topic18
+2 Building on-line help
+3 Building on-line help=topic19
+2 C++ issues
+3 C++ issues=topic20
+3 Templates=topic21
+3 Precompiled headers=topic22
+2 File handling
+3 File handling=topic23
+1 Utilities supplied with wxWindows
+2 Utilities supplied with wxWindows=utilities
+2 wxHelp=wxhelp
+2 Tex2RTF=textortf
+2 wxTreeLayout=topic24
+2 wxGraphLayout=topic25
+2 wxImage=wximage
+2 MFUTILS=mfutils
+2 Colours=coloursampler
+1 Tutorial
+2 Tutorial=tutorial
+1 Programming strategies
+2 Programming strategies=strategies
+2 Strategies for reducing programming errors
+3 Strategies for reducing programming errors=topic26
+3 Use ASSERT=topic27
+3 Use wxString in preference to character arrays=topic28
+2 Strategies for portability
+3 Strategies for portability=topic29
+3 Use relative positioning or constraints=topic30
+3 Use wxWindows resource files=topic31
+2 Strategies for debugging
+3 Strategies for debugging=topic32
+3 Positive thinking=topic33
+3 Simplify the problem=topic34
+3 Genetic mutation=topic35
+3 Use a debugger=topic36
+3 Use tracing code=topic37
+3 Use wxObject::Dump and the wxDebugContext class=topic38
+3 Check Windows debug messages=topic39
+1 Alphabetical class reference
+2 Alphabetical class reference=classref
+2 wxActivateEvent
+3 wxActivateEvent=wxactivateevent
+3 wxActivateEvent::wxActivateEvent=topic40
+3 wxActivateEvent::m_active=topic41
+3 wxActivateEvent::GetActive=wxactivateeventgetactive
+2 wxApp
+3 wxApp=wxapp
+3 wxApp::wxApp=topic42
+3 wxApp::~wxApp=topic43
+3 wxApp::argc=wxappargc
+3 wxApp::argv=wxappargv
+3 wxApp::wx_class=topic44
+3 wxApp::work_proc=topic45
+3 wxApp::Dispatch=wxappdispatch
+3 wxApp::GetAppName=wxappgetappname
+3 wxApp::GetAuto3D=wxappgetauto3d
+3 wxApp::GetClassName=wxappgetclassname
+3 wxApp::GetExitOnDelete=wxappgetexitondelete
+3 wxApp::GetPrintMode=wxappgetprintmode
+3 wxApp::GetTopWindow=wxappgettopwindow
+3 wxApp::ExitMainLoop=wxappexitmainloop
+3 wxApp::Initialized=wxappinitialized
+3 wxApp::MainLoop=wxappmainloop
+3 wxApp::OnActivate=wxapponactivate
+3 wxApp::OnExit=wxapponexit
+3 wxApp::OnCharHook=wxapponcharhook
+3 wxApp::OnIdle=wxapponidle
+3 wxApp::OnInit=wxapponinit
+3 wxApp::Pending=wxapppending
+3 wxApp::ProcessMessage=wxappprocessmessage
+3 wxApp::SetAppName=wxappsetappname
+3 wxApp::SetAuto3D=wxappsetauto3d
+3 wxApp::SetClassName=wxappsetclassname
+3 wxApp::SetExitOnDelete=wxappsetexitondelete
+3 wxApp::SetPrintMode=wxappsetprintmode
+3 wxApp::SetTopWindow=wxappsettopwindow
+2 wxButton
+3 wxButton=wxbutton
+3 wxButton::wxButton=wxbuttonconstr
+3 wxButton::~wxButton=topic46
+3 wxButton::Create=wxbuttoncreate
+3 wxButton::GetLabel=wxbuttongetlabel
+3 wxButton::SetDefault=wxbuttonsetdefault
+3 wxButton::SetLabel=wxbuttonsetlabel
+2 wxBitmap
+3 wxBitmap=wxbitmap
+3 wxBitmap::wxBitmap=wxbitmapconstr
+3 wxBitmap::~wxBitmap=topic47
+3 wxBitmap::AddHandler=wxbitmapaddhandler
+3 wxBitmap::CleanUpHandlers=topic48
+3 wxBitmap::Create=topic49
+3 wxBitmap::FindHandler=topic50
+3 wxBitmap::GetDepth=topic51
+3 wxBitmap::GetHandlers=topic52
+3 wxBitmap::GetHeight=wxbitmapgetheight
+3 wxBitmap::GetPalette=wxbitmapgetpalette
+3 wxBitmap::GetMask=wxbitmapgetmask
+3 wxBitmap::GetWidth=wxbitmapgetwidth
+3 wxBitmap::InitStandardHandlers=topic53
+3 wxBitmap::InsertHandler=topic54
+3 wxBitmap::LoadFile=wxbitmaploadfile
+3 wxBitmap::Ok=wxbitmapok
+3 wxBitmap::RemoveHandler=topic55
+3 wxBitmap::SaveFile=wxbitmapsavefile
+3 wxBitmap::SetDepth=wxbitmapsetdepth
+3 wxBitmap::SetHeight=wxbitmapsetheight
+3 wxBitmap::SetMask=wxbitmapsetmask
+3 wxBitmap::SetOk=topic56
+3 wxBitmap::SetPalette=wxbitmapsetpalette
+3 wxBitmap::SetWidth=topic57
+3 wxBitmap::operator ==topic58
+3 wxBitmap::operator ===topic59
+3 wxBitmap::operator !==topic60
+2 wxBitmapHandler
+3 wxBitmapHandler=wxbitmaphandler
+3 wxBitmapHandler::wxBitmapHandler=wxbitmaphandlerconstr
+3 wxBitmapHandler::~wxBitmapHandler=topic61
+3 wxBitmapHandler::Create=topic62
+3 wxBitmapHandler::GetName=topic63
+3 wxBitmapHandler::GetExtension=topic64
+3 wxBitmapHandler::GetType=topic65
+3 wxBitmapHandler::LoadFile=wxbitmaphandlerloadfile
+3 wxBitmapHandler::SaveFile=wxbitmaphandlersavefile
+3 wxBitmapHandler::SetName=topic66
+3 wxBitmapHandler::SetExtension=topic67
+3 wxBitmapHandler::SetType=topic68
+2 wxBitmapButton
+3 wxBitmapButton=wxbitmapbutton
+3 wxBitmapButton::wxBitmapButton=wxbitmapbuttonconstr
+3 wxBitmapButton::~wxBitmapButton=topic69
+3 wxBitmapButton::Create=wxbitmapbuttoncreate
+3 wxBitmapButton::GetBitmapDisabled=wxbitmapbuttongetbitmapdisabled
+3 wxBitmapButton::GetBitmapFocus=wxbitmapbuttongetbitmapfocus
+3 wxBitmapButton::GetBitmapLabel=wxbitmapbuttongetbitmaplabel
+3 wxBitmapButton::GetBitmapSelected=wxbitmapbuttongetbitmapselected
+3 wxBitmapButton::SetBitmapDisabled=wxbitmapbuttonsetbitmapdisabled
+3 wxBitmapButton::SetBitmapFocus=wxbitmapbuttonsetbitmapfocus
+3 wxBitmapButton::SetBitmapLabel=wxbitmapbuttonsetbitmaplabel
+3 wxBitmapButton::SetBitmapSelected=wxbitmapbuttonsetbitmapselected
+2 wxBrush
+3 wxBrush=wxbrush
+3 wxBrush::wxBrush=topic70
+3 wxBrush::~wxBrush=topic71
+3 wxBrush::GetColour=wxbrushgetcolour
+3 wxBrush::GetStipple=wxbrushgetstipple
+3 wxBrush::GetStyle=wxbrushgetstyle
+3 wxBrush::Ok=wxbrushok
+3 wxBrush::SetColour=wxbrushsetcolour
+3 wxBrush::SetStipple=wxbrushsetstipple
+3 wxBrush::SetStyle=wxbrushsetstyle
+3 wxBrush::operator ==wxbrushassignment
+3 wxBrush::operator ===wxbrushequals
+3 wxBrush::operator !==wxbrushnotequals
+2 wxBrushList
+3 wxBrushList=wxbrushlist
+3 wxBrushList::wxBrushList=wxbrushlistconstr
+3 wxBrushList::AddBrush=wxbrushlistaddbrush
+3 wxBrushList::FindOrCreateBrush=wxbrushlistfindorcreatebrush
+3 wxBrushList::RemoveBrush=wxbrushlistremovebrush
+2 wxCheckBox
+3 wxCheckBox=wxcheckbox
+3 wxCheckBox::wxCheckBox=wxcheckboxconstr
+3 wxCheckBox::~wxCheckBox=topic72
+3 wxCheckBox::Create=wxcheckboxcreate
+3 wxCheckBox::GetValue=wxcheckboxgetvalue
+3 wxCheckBox::SetValue=wxcheckboxsetvalue
+2 wxChoice
+3 wxChoice=wxchoice
+3 wxChoice::wxChoice=wxchoiceconstr
+3 wxChoice::~wxChoice=topic73
+3 wxChoice::Append=wxchoiceappend
+3 wxChoice::Clear=wxchoiceclear
+3 wxChoice::Create=wxchoicecreate
+3 wxChoice::FindString=wxchoicefindstring
+3 wxChoice::GetColumns=wxchoicegetcolumns
+3 wxChoice::GetSelection=wxchoicegetselection
+3 wxChoice::GetString=wxchoicegetstring
+3 wxChoice::GetStringSelection=wxchoicegetstringselection
+3 wxChoice::Number=wxchoicenumber
+3 wxChoice::SetColumns=wxchoicesetcolumns
+3 wxChoice::SetSelection=wxchoicesetselection
+3 wxChoice::SetStringSelection=wxchoicesetstringselection
+2 wxClassInfo
+3 wxClassInfo=wxclassinfo
+3 wxClassInfo::wxClassInfo=wxclassinfoconstr
+3 wxClassInfo::CreateObject=topic74
+3 wxClassInfo::FindClass=topic75
+3 wxClassInfo::GetBaseClassName1=topic76
+3 wxClassInfo::GetBaseClassName2=topic77
+3 wxClassInfo::GetClassName=topic78
+3 wxClassInfo::GetSize=topic79
+3 wxClassInfo::InitializeClasses=topic80
+3 wxClassInfo::IsKindOf=wxclassinfoiskindof
+2 wxClientDC
+3 wxClientDC=wxclientdc
+3 wxClientDC::wxClientDC=topic81
+2 wxClipboard
+3 wxClipboard=wxclipboard
+3 wxClipboard::GetClipboardClient=topic82
+3 wxClipboard::GetClipboardData=topic83
+3 wxClipboard::GetClipboardString=topic84
+3 wxClipboard::SetClipboardClient=topic85
+3 wxClipboard::SetClipboardString=topic86
+2 wxClipboardClient
+3 wxClipboardClient=wxclipboardclient
+3 wxClipboardClient::formats=topic87
+3 wxClipboardClient::BeingReplaced=topic88
+3 wxClipboardClient::GetData=topic89
+2 wxCloseEvent
+3 wxCloseEvent=wxcloseevent
+3 wxCloseEvent::wxCloseEvent=topic90
+3 wxCloseEvent::GetLoggingOff=wxcloseeventgetloggingoff
+3 wxCloseEvent::GetSessionEnding=wxcloseeventgetsessionending
+3 wxCloseEvent::GetForce=wxcloseeventgetforce
+3 wxCloseEvent::Veto=wxcloseeventveto
+2 wxColour
+3 wxColour=wxcolour
+3 wxColour::wxColour=wxcolourconstr
+3 wxColour::Blue=wxcolourblue
+3 wxColour::GetPixel=wxcolourgetpixel
+3 wxColour::Green=wxcolourgreen
+3 wxColour::Ok=wxcolourok
+3 wxColour::Red=wxcolourred
+3 wxColour::Set=wxcolourset
+3 wxColour::operator ==wxcolourassign
+3 wxColour::operator ===wxcolourequality
+3 wxColour::operator !==wxcolourinequality
+2 wxColourData
+3 wxColourData=wxcolourdata
+3 wxColourData::wxColourData=wxcolourdataconstr
+3 wxColourData::~wxColourData=topic91
+3 wxColourData::GetChooseFull=wxcolourdatagetchoosefull
+3 wxColourData::GetColour=wxcolourdatagetcolour
+3 wxColourData::GetCustomColour=wxcolourdatagetcustomcolour
+3 wxColourData::SetChooseFull=wxcolourdatasetchoosefull
+3 wxColourData::SetColour=wxcolourdatasetcolour
+3 wxColourData::SetCustomColour=wxcolourdatasetcustomcolour
+3 wxColourData::operator ==wxcolourdataassign
+2 wxColourDatabase
+3 wxColourDatabase=wxcolourdatabase
+3 wxColourDatabase::wxColourDatabase=wxcolourdatabaseconstr
+3 wxColourDatabase::FindColour=wxcolourdatabasefindcolour
+3 wxColourDatabase::FindName=wxcolourdatabasefindname
+3 wxColourDatabase::Initialize=wxcolourdatabaseinitialize
+2 wxColourDialog
+3 wxColourDialog=wxcolourdialog
+3 wxColourDialog::wxColourDialog=topic92
+3 wxColourDialog::~wxColourDialog=topic93
+3 wxColourDialog::GetColourData=topic94
+3 wxColourDialog::ShowModal=topic95
+2 wxComboBox
+3 wxComboBox=wxcombobox
+3 wxComboBox::wxComboBox=wxcomboboxconstr
+3 wxComboBox::~wxComboBox=topic96
+3 wxComboBox::Append=wxcomboboxappend
+3 wxComboBox::Clear=wxcomboboxclear
+3 wxComboBox::Create=wxcomboboxcreate
+3 wxComboBox::Copy=wxcomboboxcopy
+3 wxComboBox::Cut=wxcomboboxcut
+3 wxComboBox::Delete=wxcomboboxdelete
+3 wxComboBox::Deselect=wxcomboboxdeselect
+3 wxComboBox::FindString=wxcomboboxfindstring
+3 wxComboBox::GetClientData=wxcomboboxgetclientdata
+3 wxComboBox::GetInsertionPoint=wxcomboboxgetinsertionpoint
+3 wxComboBox::GetLastPosition=wxcomboboxgetlastposition
+3 wxComboBox::GetSelection=wxcomboboxgetselection
+3 wxComboBox::GetString=wxcomboboxgetstring
+3 wxComboBox::GetStringSelection=wxcomboboxgetstringselection
+3 wxComboBox::GetValue=wxcomboboxgetvalue
+3 wxComboBox::Number=wxcomboboxnumber
+3 wxComboBox::Paste=wxcomboboxpaste
+3 wxComboBox::Replace=wxcomboboxreplace
+3 wxComboBox::Remove=wxcomboboxremove
+3 wxComboBox::SetClientData=wxcomboboxsetclientdata
+3 wxComboBox::SetInsertionPoint=wxcomboboxsetinsertionpoint
+3 wxComboBox::SetInsertionPointEnd=wxcomboboxsetinsertionpointend
+3 wxComboBox::SetSelection=wxcomboboxsetselection
+3 wxComboBox::SetValue=wxcomboboxsetvalue
+2 wxCommand
+3 wxCommand=wxcommand
+3 wxCommand::wxCommand=topic97
+3 wxCommand::~wxCommand=topic98
+3 wxCommand::CanUndo=topic99
+3 wxCommand::Do=topic100
+3 wxCommand::GetName=topic101
+3 wxCommand::Undo=topic102
+2 wxCommandEvent
+3 wxCommandEvent=wxcommandevent
+3 wxCommandEvent::m_clientData=topic103
+3 wxCommandEvent::m_commandInt=topic104
+3 wxCommandEvent::m_commandString=topic105
+3 wxCommandEvent::m_extraLong=topic106
+3 wxCommandEvent::wxCommandEvent=topic107
+3 wxCommandEvent::Checked=topic108
+3 wxCommandEvent::GetClientData=topic109
+3 wxCommandEvent::GetExtraLong=topic110
+3 wxCommandEvent::GetInt=topic111
+3 wxCommandEvent::GetSelection=topic112
+3 wxCommandEvent::GetString=topic113
+3 wxCommandEvent::IsSelection=topic114
+3 wxCommandEvent::SetClientData=topic115
+3 wxCommandEvent::SetExtraLong=topic116
+3 wxCommandEvent::SetInt=topic117
+3 wxCommandEvent::SetString=topic118
+2 wxCommandProcessor
+3 wxCommandProcessor=wxcommandprocessor
+3 wxCommandProcessor::wxCommandProcessor=topic119
+3 wxCommandProcessor::~wxCommandProcessor=topic120
+3 wxCommandProcessor::CanUndo=topic121
+3 wxCommandProcessor::ClearCommands=topic122
+3 wxCommandProcessor::Do=topic123
+3 wxCommandProcessor::GetCommands=topic124
+3 wxCommandProcessor::GetMaxCommands=topic125
+3 wxCommandProcessor::GetEditMenu=topic126
+3 wxCommandProcessor::Initialize=topic127
+3 wxCommandProcessor::SetEditMenu=topic128
+3 wxCommandProcessor::Submit=topic129
+3 wxCommandProcessor::Undo=topic130
+2 wxControl
+3 wxControl=wxcontrol
+3 wxControl::Command=wxcontrolcommand
+3 wxControl::GetLabel=wxcontrolgetlabel
+3 wxControl::SetLabel=wxcontrolsetlabel
+2 wxCursor
+3 wxCursor=wxcursor
+3 wxCursor::wxCursor=wxcursorconstr
+3 wxCursor::~wxCursor=topic131
+3 wxCursor::Ok=wxcursorok
+3 wxCursor::operator ==wxcursorassignment
+3 wxCursor::operator ===wxcursorequals
+3 wxCursor::operator !==wxcursornotequals
+2 wxDatabase
+3 wxDatabase=wxdatabase
+3 wxDatabase::wxDatabase=topic132
+3 wxDatabase::~wxDatabase=topic133
+3 wxDatabase::BeginTrans=topic134
+3 wxDatabase::Cancel=topic135
+3 wxDatabase::CanTransact=topic136
+3 wxDatabase::CanUpdate=topic137
+3 wxDatabase::Close=topic138
+3 wxDatabase::CommitTrans=topic139
+3 wxDatabase::ErrorOccured=topic140
+3 wxDatabase::ErrorSnapshot=topic141
+3 wxDatabase::GetDatabaseName=topic142
+3 wxDatabase::GetDataSource=topic143
+3 wxDatabase::GetErrorClass=topic144
+3 wxDatabase::GetErrorCode=topic145
+3 wxDatabase::GetErrorMessage=topic146
+3 wxDatabase::GetErrorNumber=topic147
+3 wxDatabase::GetHDBC=topic148
+3 wxDatabase::GetHENV=topic149
+3 wxDatabase::GetInfo=topic150
+3 wxDatabase::GetPassword=topic151
+3 wxDatabase::GetUsername=topic152
+3 wxDatabase::GetODBCVersionFloat=topic153
+3 wxDatabase::GetODBCVersionString=topic154
+3 wxDatabase::InWaitForDataSource=topic155
+3 wxDatabase::IsOpen=topic156
+3 wxDatabase::Open=wxdatabaseopen
+3 wxDatabase::OnSetOptions=topic157
+3 wxDatabase::OnWaitForDataSource=topic158
+3 wxDatabase::RollbackTrans=topic159
+3 wxDatabase::SetDataSource=topic160
+3 wxDatabase::SetLoginTimeout=topic161
+3 wxDatabase::SetPassword=topic162
+3 wxDatabase::SetSynchronousMode=topic163
+3 wxDatabase::SetQueryTimeout=topic164
+3 wxDatabase::SetUsername=topic165
+2 wxDate
+3 wxDate=wxdate
+3 wxDate::wxDate=wxdateconstr
+3 wxDate::~wxDate=topic166
+3 wxDate::AddMonths=wxdateaddmonths
+3 wxDate::AddWeeks=wxdateaddweeks
+3 wxDate::AddYears=wxdateaddyears
+3 wxDate::FormatDate=wxdateformatdate
+3 wxDate::GetDay=wxdategetday
+3 wxDate::GetDayOfWeek=wxdategetdayofweek
+3 wxDate::GetDayOfWeekName=wxdategetdayofweekname
+3 wxDate::GetDayOfYear=wxdategetdayofyear
+3 wxDate::GetDaysInMonth=wxdategetdaysinmonth
+3 wxDate::GetFirstDayOfMonth=wxdategetfirstdayofmonth
+3 wxDate::GetJulianDate=wxdategetjuliandate
+3 wxDate::GetMonth=wxdategetmonth
+3 wxDate::GetMonthEnd=topic167
+3 wxDate::GetMonthName=wxdategetmonthname
+3 wxDate::GetMonthStart=wxdategetmonthstart
+3 wxDate::GetWeekOfMonth=wxdategetweekofmonth
+3 wxDate::GetWeekOfYear=wxdategetweekofyear
+3 wxDate::GetYear=wxdategetyear
+3 wxDate::GetYearEnd=wxdategetyearend
+3 wxDate::GetYearStart=wxdategetyearstart
+3 wxDate::IsLeapYear=wxdateisleapyear
+3 wxDate::Set=wxdateset
+3 wxDate::SetFormat=wxdatesetformat
+3 wxDate::SetOption=wxdatesetoption
+3 wxDate::operator wxString=wxdatewxstring
+3 wxDate::operator +=wxdateplus
+3 wxDate::operator -=wxdateminus
+3 wxDate::operator +==wxdateplusequals
+3 wxDate::operator -==wxdateminusequals
+3 wxDate::operator ++=wxdateplusplus
+3 wxDate::operator --=wxdateminusminus
+3 wxDate::operator <=wxdatelessthan
+3 wxDate::operator <==wxdatelessthaneq
+3 wxDate::operator >=wxdategreaterthan
+3 wxDate::operator >==wxdategreaterthaneq
+3 wxDate::operator ===wxdateequals
+3 wxDate::operator !==wxdatenotequals
+3 wxDate::operator <<=wxdateinsert
+2 wxDC
+3 wxDC=wxdc
+3 wxDC::wxDC=topic168
+3 wxDC::~wxDC=topic169
+3 wxDC::BeginDrawing=wxdcbegindrawing
+3 wxDC::Blit=wxdcblit
+3 wxDC::Clear=wxdcclear
+3 wxDC::CrossHair=wxdccrosshair
+3 wxDC::DestroyClippingRegion=wxdcdestroyclippingregion
+3 wxDC::DeviceToLogicalX=wxdcdevicetologicalx
+3 wxDC::DeviceToLogicalXRel=wxdcdevicetologicalxrel
+3 wxDC::DeviceToLogicalY=wxdcdevicetologicaly
+3 wxDC::DeviceToLogicalYRel=wxdcdevicetologicalyrel
+3 wxDC::DrawArc=wxdcdrawarc
+3 wxDC::DrawEllipse=wxdcdrawellipse
+3 wxDC::DrawEllipticArc=wxdcdrawellipticarc
+3 wxDC::DrawIcon=wxdcdrawicon
+3 wxDC::DrawLine=wxdcdrawline
+3 wxDC::DrawLines=wxdcdrawlines
+3 wxDC::DrawPolygon=wxdcdrawpolygon
+3 wxDC::DrawPoint=wxdcdrawpoint
+3 wxDC::DrawRectangle=wxdcdrawrectangle
+3 wxDC::DrawRoundedRectangle=wxdcdrawroundedrectangle
+3 wxDC::DrawSpline=wxdcdrawspline
+3 wxDC::DrawText=wxdcdrawtext
+3 wxDC::EndDoc=wxdcenddoc
+3 wxDC::EndDrawing=wxdcenddrawing
+3 wxDC::EndPage=wxdcendpage
+3 wxDC::FloodFill=wxdcfloodfill
+3 wxDC::GetBackground=wxdcgetbackground
+3 wxDC::GetBrush=wxdcgetbrush
+3 wxDC::GetCharHeight=wxdcgetcharheight
+3 wxDC::GetCharWidth=wxdcgetcharwidth
+3 wxCanvas::GetClippingBox=wxdcgetclippingbox
+3 wxDC::GetFont=wxdcgetfont
+3 wxDC::GetLogicalFunction=wxdcgetlogicalfunction
+3 wxDC::GetMapMode=wxdcgetmapmode
+3 wxDC::GetOptimization=wxdcgetoptimization
+3 wxDC::GetPen=wxdcgetpen
+3 wxDC::GetPixel=wxdcgetpixel
+3 wxDC::GetSize=wxdcgetsize
+3 wxDC::GetTextBackground=wxdcgettextbackground
+3 wxDC::GetTextExtent=wxdcgettextextent
+3 wxDC::GetTextForeground=wxdcgettextforeground
+3 wxDC::LogicalToDeviceX=wxdclogicaltodevicex
+3 wxDC::LogicalToDeviceXRel=wxdclogicaltodevicexrel
+3 wxDC::LogicalToDeviceY=wxdclogicaltodevicey
+3 wxDC::LogicalToDeviceYRel=wxdclogicaltodeviceyrel
+3 wxDC::MaxX=wxdcmaxx
+3 wxDC::MaxY=wxdcmaxy
+3 wxDC::MinX=wxdcminx
+3 wxDC::MinY=wxdcminy
+3 wxDC::Ok=wxdcok
+3 wxDC::SetDeviceOrigin=wxdcsetdeviceorigin
+3 wxDC::SetBackground=wxdcsetbackground
+3 wxDC::SetBackgroundMode=wxdcsetbackgroundmode
+3 wxDC::SetClippingRegion=wxdcsetclippingregion
+3 wxDC::SetPalette=wxdcsetpalette
+3 wxDC::SetBrush=wxdcsetbrush
+3 wxDC::SetFont=wxdcsetfont
+3 wxDC::SetLogicalFunction=wxdcsetlogicalfunction
+3 wxDC::SetMapMode=wxdcsetmapmode
+3 wxDC::SetOptimization=wxsetoptimization
+3 wxDC::SetPen=wxdcsetpen
+3 wxDC::SetTextBackground=wxdcsettextbackground
+3 wxDC::SetTextForeground=wxdcsettextforeground
+3 wxDC::SetUserScale=wxdcsetuserscale
+3 wxDC::StartDoc=wxdcstartdoc
+3 wxDC::StartPage=wxdcstartpage
+2 wxDDEClient
+3 wxDDEClient=wxddeclient
+3 wxDDEClient::wxDDEClient=topic170
+3 wxDDEClient::MakeConnection=wxddeclientmakeconnection
+3 wxDDEClient::OnMakeConnection=wxddeclientonmakeconnection
+3 wxDDEClient::ValidHost=topic171
+2 wxDDEConnection
+3 wxDDEConnection=wxddeconnection
+3 wxDDEConnection::wxDDEConnection=topic172
+3 wxDDEConnection::Advise=topic173
+3 wxDDEConnection::Execute=topic174
+3 wxDDEConnection::Disconnect=topic175
+3 wxDDEConnection::OnAdvise=wxddeconnectiononadvise
+3 wxDDEConnection::OnDisconnect=wxddeconnectionondisconnect
+3 wxDDEConnection::OnExecute=wxddeconnectiononexecute
+3 wxDDEConnection::OnPoke=wxddeconnectiononpoke
+3 wxDDEConnection::OnRequest=wxddeconnectiononrequest
+3 wxDDEConnection::OnStartAdvise=wxddeconnectiononstartadvise
+3 wxDDEConnection::OnStopAdvise=wxddeconnectiononstopadvise
+3 wxDDEConnection::Poke=wxddeconnectionpoke
+3 wxDDEConnection::Request=wxddeconnectionrequest
+3 wxDDEConnection::StartAdvise=wxddeconnectionstartadvise
+3 wxDDEConnection::StopAdvise=wxddeconnectionstopadvise
+2 wxDDEServer
+3 wxDDEServer=wxddeserver
+3 wxDDEServer::wxDDEServer=topic176
+3 wxDDEServer::Create=topic177
+3 wxDDEServer::OnAcceptConnection=wxddeserveronacceptconnection
+2 wxDebugContext
+3 wxDebugContext=wxdebugcontext
+3 wxDebugContext::Check=wxdebugcontextcheck
+3 wxDebugContext::Dump=wxdebugcontextdump
+3 wxDebugContext::GetCheckPrevious=wxdebugcontextgetcheckprevious
+3 wxDebugContext::GetDebugMode=wxdebugcontextgetdebugmode
+3 wxDebugContext::GetLevel=wxdebugcontextgetlevel
+3 wxDebugContext::GetStream=wxdebugcontextgetstream
+3 wxDebugContext::GetStreamBuf=wxdebugcontextgetstreambuf
+3 wxDebugContext::HasStream=wxdebugcontexthasstream
+3 wxDebugContext::PrintClasses=wxdebugcontextprintclasses
+3 wxDebugContext::PrintStatistics=wxdebugcontextprintstatistics
+3 wxDebugContext::SetCheckpoint=wxdebugcontextsetcheckpoint
+3 wxDebugContext::SetCheckPrevious=wxdebugcontextsetcheckprevious
+3 wxDebugContext::SetDebugMode=wxdebugcontextsetdebugmode
+3 wxDebugContext::SetFile=wxdebugcontextsetfile
+3 wxDebugContext::SetLevel=wxdebugcontextsetlevel
+3 wxDebugContext::SetStandardError=wxdebugcontextsetstandarderror
+3 wxDebugContext::SetStream=wxdebugcontextsetstream
+2 wxDebugStreamBuf
+3 wxDebugStreamBuf=wxdebugstreambuf
+2 wxDialog
+3 wxDialog=wxdialog
+3 wxDialog::wxDialog=wxdialogconstr
+3 wxDialog::~wxDialog=topic178
+3 wxDialog::Centre=wxdialogcentre
+3 wxDialog::Create=wxdialogcreate
+3 wxDialog::EndModal=wxdialogendmodal
+3 wxDialog::GetTitle=wxdialoggettitle
+3 wxDialog::Iconize=wxdialogiconized
+3 wxDialog::IsIconized=wxdialogisiconized
+3 wxDialog::IsModal=wxdialogismodal
+3 wxDialog::OnCharHook=wxdialogoncharhook
+3 wxDialog::OnApply=wxdialogonapply
+3 wxDialog::OnCancel=wxdialogoncancel
+3 wxDialog::OnOK=wxdialogonok
+3 wxDialog::OnSysColourChanged=wxdialogonsyscolourchanged
+3 wxDialog::SetModal=wxdialogsetmodal
+3 wxDialog::SetTitle=wxdialogsettitle
+3 wxDialog::Show=wxdialogshow
+3 wxDialog::ShowModal=wxdialogshowmodal
+2 wxDirDialog
+3 wxDirDialog=wxdirdialog
+3 wxDirDialog::wxDirDialog=wxdirdialogconstr
+3 wxDirDialog::~wxDirDialog=topic179
+3 wxDirDialog::GetPath=wxdirdialoggetpath
+3 wxDirDialog::GetMessage=wxdirdialoggetmessage
+3 wxDirDialog::GetStyle=wxdirdialoggetstyle
+3 wxDirDialog::SetMessage=wxdirdialogsetmessage
+3 wxDirDialog::SetPath=wxdirdialogsetpath
+3 wxDirDialog::SetStyle=wxdirdialogsetstyle
+3 wxDirDialog::ShowModal=wxdirdialogshowmodal
+2 wxDocument
+3 wxDocument=wxdocument
+3 wxDocument::m_commandProcessor=topic180
+3 wxDocument::m_documentFile=topic181
+3 wxDocument::m_documentModified=topic182
+3 wxDocument::m_documentTemplate=topic183
+3 wxDocument::m_documentTitle=topic184
+3 wxDocument::m_documentTypeName=documenttypename
+3 wxDocument::m_documentViews=topic185
+3 wxDocument::wxDocument=topic186
+3 wxDocument::~wxDocument=topic187
+3 wxDocument::AddView=topic188
+3 wxDocument::Close=topic189
+3 wxDocument::DeleteAllViews=topic190
+3 wxDocument::GetCommandProcessor=topic191
+3 wxDocument::GetDocumentTemplate=topic192
+3 wxDocument::GetDocumentManager=topic193
+3 wxDocument::GetDocumentName=topic194
+3 wxDocument::GetDocumentWindow=topic195
+3 wxDocument::GetFilename=topic196
+3 wxDocument::GetFirstView=topic197
+3 wxDocument::GetPrintableName=topic198
+3 wxDocument::GetTitle=topic199
+3 wxDocument::IsModified=wxdocumentismodified
+3 wxDocument::LoadObject=topic200
+3 wxDocument::Modify=wxdocumentmodify
+3 wxDocument::OnChangedViewList=topic201
+3 wxDocument::OnCloseDocument=topic202
+3 wxDocument::OnCreate=topic203
+3 wxDocument::OnCreateCommandProcessor=topic204
+3 wxDocument::OnNewDocument=topic205
+3 wxDocument::OnOpenDocument=topic206
+3 wxDocument::OnSaveDocument=topic207
+3 wxDocument::OnSaveModified=topic208
+3 wxDocument::RemoveView=topic209
+3 wxDocument::Save=topic210
+3 wxDocument::SaveAs=topic211
+3 wxDocument::SaveObject=topic212
+3 wxDocument::SetCommandProcessor=topic213
+3 wxDocument::SetDocumentName=topic214
+3 wxDocument::SetDocumentTemplate=topic215
+3 wxDocument::SetFilename=topic216
+3 wxDocument::SetTitle=topic217
+2 wxDocChildFrame
+3 wxDocChildFrame=wxdocchildframe
+3 wxDocChildFrame::m_childDocument=topic218
+3 wxDocChildFrame::m_childView=topic219
+3 wxDocChildFrame::wxDocChildFrame=topic220
+3 wxDocChildFrame::~wxDocChildFrame=topic221
+3 wxDocChildFrame::GetDocument=topic222
+3 wxDocChildFrame::GetView=topic223
+3 wxDocChildFrame::OnActivate=topic224
+3 wxDocChildFrame::OnClose=topic225
+3 wxDocChildFrame::SetDocument=topic226
+3 wxDocChildFrame::SetView=topic227
+2 wxDocManager
+3 wxDocManager=wxdocmanager
+3 wxDocManager::m_currentView=topic228
+3 wxDocManager::m_defaultDocumentNameCounter=topic229
+3 wxDocManager::m_fileHistory=topic230
+3 wxDocManager::m_maxDocsOpen=topic231
+3 wxDocManager::m_docs=topic232
+3 wxDocManager::m_flags=topic233
+3 wxDocManager::m_templates=topic234
+3 wxDocManager::wxDocManager=topic235
+3 wxDocManager::~wxDocManager=topic236
+3 wxDocManager::ActivateView=topic237
+3 wxDocManager::AddDocument=topic238
+3 wxDocManager::AddFileToHistory=topic239
+3 wxDocManager::AssociateTemplate=topic240
+3 wxDocManager::CreateDocument=topic241
+3 wxDocManager::CreateView=topic242
+3 wxDocManager::DisassociateTemplate=topic243
+3 wxDocManager::FileHistoryLoad=topic244
+3 wxDocManager::FileHistorySave=topic245
+3 wxDocManager::FileHistoryUseMenu=topic246
+3 wxDocManager::FindTemplateForPath=topic247
+3 wxDocManager::GetCurrentDocument=topic248
+3 wxDocManager::GetCurrentView=topic249
+3 wxDocManager::GetDocuments=topic250
+3 wxDocManager::GetFileHistory=topic251
+3 wxDocManager::GetMaxDocsOpen=topic252
+3 wxDocManager::GetNoHistoryFiles=topic253
+3 wxDocManager::Initialize=wxdocmanagerinitialize
+3 wxDocManager::MakeDefaultName=topic254
+3 wxDocManager::OnCreateFileHistory=topic255
+3 wxDocManager::OnFileClose=topic256
+3 wxDocManager::OnFileNew=topic257
+3 wxDocManager::OnFileOpen=topic258
+3 wxDocManager::OnFileSave=topic259
+3 wxDocManager::OnFileSaveAs=topic260
+3 wxDocManager::OnMenuCommand=topic261
+3 wxDocManager::RemoveDocument=topic262
+3 wxDocManager::SelectDocumentPath=topic263
+3 wxDocManager::SelectDocumentType=topic264
+3 wxDocManager::SelectViewType=topic265
+3 wxDocManager::SetMaxDocsOpen=topic266
+2 wxDocParentFrame
+3 wxDocParentFrame=wxdocparentframe
+3 wxDocParentFrame::wxDocParentFrame=topic267
+3 wxDocParentFrame::~wxDocParentFrame=topic268
+3 wxDocParentFrame::OnClose=topic269
+2 wxDocTemplate
+3 wxDocTemplate=wxdoctemplate
+3 wxDocTemplate::m_defaultExt=topic270
+3 wxDocTemplate::m_description=topic271
+3 wxDocTemplate::m_directory=topic272
+3 wxDocTemplate::m_docClassInfo=topic273
+3 wxDocTemplate::m_docTypeName=topic274
+3 wxDocTemplate::m_documentManager=topic275
+3 wxDocTemplate::m_fileFilter=topic276
+3 wxDocTemplate::m_flags=topic277
+3 wxDocTemplate::m_viewClassInfo=topic278
+3 wxDocTemplate::m_viewTypeName=topic279
+3 wxDocTemplate::wxDocTemplate=topic280
+3 wxDocTemplate::~wxDocTemplate=topic281
+3 wxDocTemplate::CreateDocument=topic282
+3 wxDocTemplate::CreateView=topic283
+3 wxDocTemplate::GetDefaultExtension=topic284
+3 wxDocTemplate::GetDescription=topic285
+3 wxDocTemplate::GetDirectory=topic286
+3 wxDocTemplate::GetDocumentManager=topic287
+3 wxDocTemplate::GetDocumentName=topic288
+3 wxDocTemplate::GetFileFilter=topic289
+3 wxDocTemplate::GetFlags=topic290
+3 wxDocTemplate::GetViewName=topic291
+3 wxDocTemplate::IsVisible=topic292
+3 wxDocTemplate::SetDefaultExtension=topic293
+3 wxDocTemplate::SetDescription=topic294
+3 wxDocTemplate::SetDirectory=topic295
+3 wxDocTemplate::SetDocumentManager=topic296
+3 wxDocTemplate::SetFileFilter=topic297
+3 wxDocTemplate::SetFlags=topic298
+2 wxDropFilesEvent
+3 wxDropFilesEvent=wxdropfilesevent
+3 wxDropFilesEvent::wxDropFilesEvent=topic299
+3 wxDropFilesEvent::m_files=topic300
+3 wxDropFilesEvent::m_noFiles=topic301
+3 wxDropFilesEvent::m_pos=topic302
+3 wxDropFilesEvent::GetFiles=wxdropfileseventgetfiles
+3 wxDropFilesEvent::GetNumberOfFiles=wxdropfileseventgetnumberoffiles
+3 wxDropFilesEvent::GetPosition=wxdropfileseventgetposition
+2 wxEraseEvent
+3 wxEraseEvent=wxeraseevent
+3 wxEraseEvent::wxEraseEvent=topic303
+3 wxEraseEvent::m_dc=topic304
+3 wxEraseEvent::GetDC=wxeraseeventgetdc
+2 wxEvent
+3 wxEvent=wxevent
+3 wxEvent::wxEvent=topic305
+3 wxEvent::m_eventHandle=topic306
+3 wxEvent::m_eventObject=topic307
+3 wxEvent::m_eventType=topic308
+3 wxEvent::m_id=topic309
+3 wxEvent::m_skipped=topic310
+3 wxEvent::m_timeStamp=topic311
+3 wxEvent::GetEventClass=topic312
+3 wxEvent::GetEventObject=topic313
+3 wxEvent::GetEventType=topic314
+3 wxEvent::GetId=topic315
+3 wxEvent::GetObjectType=topic316
+3 wxEvent::GetSkipped=topic317
+3 wxEvent::GetTimestamp=topic318
+3 wxEvent::SetEventObject=topic319
+3 wxEvent::SetEventType=topic320
+3 wxEvent::SetId=topic321
+3 wxEvent::SetTimestamp=topic322
+3 wxEvent::Skip=wxeventskip
+2 wxEvtHandler
+3 wxEvtHandler=wxevthandler
+3 wxEvtHandler::wxEvtHandler=topic323
+3 wxEvtHandler::~wxEvtHandler=topic324
+3 wxEvtHandler::Default=wxevthandlerdefault
+3 wxEvtHandler::GetClientData=wxevthandlergetclientdata
+3 wxEvtHandler::GetEvtHandlerEnabled=wxevthandlergetevthandlerenabled
+3 wxEvtHandler::GetNextHandler=wxevthandlergetnexthandler
+3 wxEvtHandler::GetPreviousHandler=wxevthandlergetprevioushandler
+3 wxEvtHandler::ProcessEvent=wxevthandlerprocessevent
+3 wxEvtHandler::SearchEventTable=wxevthandlersearcheventtable
+3 wxEvtHandler::SetClientData=wxevthandlersetclientdata
+3 wxEvtHandler::SetEvtHandlerEnabled=wxevthandlersetevthandlerenabled
+3 wxEvtHandler::SetNextHandler=wxevthandlersetnexthandler
+3 wxEvtHandler::SetPreviousHandler=wxevthandlersetprevioushandler
+2 wxExpr
+3 wxExpr=wxexpr
+3 wxExpr::wxExpr=wxexprconstr
+3 wxExpr::~wxExpr=topic325
+3 wxExpr::AddAttributeValue=wxexpraddattributevalue
+3 wxExpr::AddAttributeValueString=wxexpraddattributevaluestring
+3 wxExpr::AddAttributeValueStringList=wxexpraddattributevaluestringlist
+3 wxExpr::AddAttributeValueWord=wxexpraddattributevalueword
+3 wxExpr::Append=wxexprappend
+3 wxExpr::Arg=wxexprarg
+3 wxExpr::Insert=wxexprinsert
+3 wxExpr::GetAttributeValue=wxexprgetattributevalue
+3 wxExpr::GetAttributeValueStringList=wxexprgetattributestringlist
+3 wxExpr::AttributeValue=wxexprattributevalue
+3 wxExpr::Copy=wxexprcopy
+3 wxExpr::DeleteAttributeValue=wxexprdeletattributevalue
+3 wxExpr::Functor=wxexprfunctor
+3 wxExpr::GetClientData=wxexprgetclientdata
+3 wxExpr::GetFirst=wxexprgetfirst
+3 wxExpr::GetLast=wxexprgetlast
+3 wxExpr::GetNext=wxexprgetnext
+3 wxExpr::IntegerValue=wxexprintegervalue
+3 wxExpr::Nth=wxexprnth
+3 wxExpr::RealValue=wxexprrealvalue
+3 wxExpr::SetClientData=wxexprsetclientdata
+3 wxExpr::StringValue=wxexprstringvalue
+3 wxExpr::Type=wxexprtype
+3 wxExpr::WordValue=wxexprwordvalue
+3 wxExpr::WriteLispExpr=wxexprwritelistexpr
+3 wxExpr::WritePrologClause=wxexprwriteprologclause
+3 wxExpr::WriteExpr=wxexprwriteexpr
+3 Functions and macros=topic326
+2 wxExprDatabase
+3 wxExprDatabase=wxexprdatabase
+3 wxExprDatabase::wxExprDatabase=wxexprdatabaseconstr
+3 wxExprDatabase::~wxExprDatabase=topic327
+3 wxExprDatabase::Append=wxexprdatabaseappend
+3 wxExprDatabase::BeginFind=wxexprdatabasebeginfind
+3 wxExprDatabase::ClearDatabase=wxexprdatabasecleardatabase
+3 wxExprDatabase::FindClause=wxexprdatabasefindclause
+3 wxExprDatabase::FindClauseByFunctor=wxexprdatabasefindclausebyfunctor
+3 wxExprDatabase::GetErrorCount=wxexprdatabasegeterrorcount
+3 wxExprDatabase::HashFind=wxexprdatabasehashfind
+3 wxExprDatabase::Read=wxexprdatabaseread
+3 wxExprDatabase::ReadFromString=wxexprdatabasereadfromstring
+3 wxExprDatabase::WriteLisp=wxexprdatabasewritelisp
+3 wxExprDatabase::Write=wxexprdatabasewrite
+2 wxFileDialog
+3 wxFileDialog=wxfiledialog
+3 wxFileDialog::wxFileDialog=wxfiledialogconstr
+3 wxFileDialog::~wxFileDialog=topic328
+3 wxFileDialog::GetDirectory=wxfiledialoggetdirectory
+3 wxFileDialog::GetFilename=wxfiledialoggetfilename
+3 wxFileDialog::GetFilterIndex=wxfiledialoggetfilterindex
+3 wxFileDialog::GetMessage=wxfiledialoggetmessage
+3 wxFileDialog::GetPath=wxfiledialoggetpath
+3 wxFileDialog::GetStyle=wxfiledialoggetstyle
+3 wxFileDialog::GetWildcard=wxfiledialoggetwildcard
+3 wxFileDialog::SetDirectory=wxfiledialogsetdirectory
+3 wxFileDialog::SetFilename=wxfiledialogsetfilename
+3 wxFileDialog::SetFilterIndex=wxfiledialogsetfilterindex
+3 wxFileDialog::SetMessage=wxfiledialogsetmessage
+3 wxFileDialog::SetPath=wxfiledialogsetpath
+3 wxFileDialog::SetStyle=wxfiledialogsetstyle
+3 wxFileDialog::SetWildcard=wxfiledialogsetwildcard
+3 wxFileDialog::ShowModal=wxfiledialogshowmodal
+2 wxFileHistory
+3 wxFileHistory=wxfilehistory
+3 wxFileHistory::m_fileHistory=topic329
+3 wxFileHistory::m_fileHistoryN=topic330
+3 wxFileHistory::m_fileMaxFiles=topic331
+3 wxFileHistory::m_fileMenu=topic332
+3 wxFileHistory::wxFileHistory=topic333
+3 wxFileHistory::~wxFileHistory=topic334
+3 wxFileHistory::AddFileToHistory=topic335
+3 wxFileHistory::FileHistoryLoad=topic336
+3 wxFileHistory::FileHistorySave=topic337
+3 wxFileHistory::FileHistoryUseMenu=topic338
+3 wxFileHistory::GetMaxFiles=topic339
+3 wxFileHistory::GetNoHistoryFiles=topic340
+2 wxFocusEvent
+3 wxFocusEvent=wxfocusevent
+3 wxFocusEvent::wxFocusEvent=topic341
+2 wxFont
+3 wxFont=wxfont
+3 wxFont::wxFont=wxfontconstr
+3 wxFont::~wxFont=topic342
+3 wxFont::GetFaceName=wxfontgetfacename
+3 wxFont::GetFamily=wxfontgetfamily
+3 wxFont::GetFontId=wxfontgetfontid
+3 wxFont::GetPointSize=wxfontgetpointsize
+3 wxFont::GetStyle=wxfontgetstyle
+3 wxFont::GetUnderlined=wxfontgetunderlined
+3 wxFont::GetWeight=wxfontgetweight
+3 wxFont::SetFaceName=wxfontsetfacename
+3 wxFont::SetFamily=wxfontsetfamily
+3 wxFont::SetPointSize=wxfontsetpointsize
+3 wxFont::SetStyle=wxfontsetstyle
+3 wxFont::SetUnderlined=wxfontsetunderlined
+3 wxFont::SetWeight=wxfontsetweight
+3 wxFont::operator ==wxfontassignment
+3 wxFont::operator ===wxfontequals
+3 wxFont::operator !==wxfontnotequals
+2 wxFontData
+3 wxFontData=wxfontdata
+3 wxFontData::wxFontData=topic343
+3 wxFontData::~wxFontData=topic344
+3 wxFontData::EnableEffects=topic345
+3 wxFontData::GetAllowSymbols=topic346
+3 wxFontData::GetColour=topic347
+3 wxFontData::GetChosenFont=topic348
+3 wxFontData::GetEnableEffects=topic349
+3 wxFontData::GetInitialFont=topic350
+3 wxFontData::GetShowHelp=topic351
+3 wxFontData::SetAllowSymbols=topic352
+3 wxFontData::SetChosenFont=topic353
+3 wxFontData::SetColour=topic354
+3 wxFontData::SetInitialFont=topic355
+3 wxFontData::SetRange=topic356
+3 wxFontData::SetShowHelp=topic357
+3 wxFontData::operator ==topic358
+2 wxFontDialog
+3 wxFontDialog=wxfontdialog
+3 wxFontDialog::wxFontDialog=topic359
+3 wxFontDialog::~wxFontDialog=topic360
+3 wxFontDialog::GetFontData=topic361
+3 wxFontDialog::ShowModal=topic362
+2 wxFontList
+3 wxFontList=wxfontlist
+3 wxFontList::wxFontList=topic363
+3 wxFontList::AddFont=topic364
+3 wxFontList::FindOrCreateFont=findorcreatefont
+3 wxFontList::RemoveFont=topic365
+2 wxFrame
+3 wxFrame=wxframe
+3 wxFrame::wxFrame=wxframeconstr
+3 wxFrame::~wxFrame=topic366
+3 wxFrame::Centre=wxframecentre
+3 wxFrame::Command=wxframecommand
+3 wxFrame::Create=wxframecreate
+3 wxFrame::CreateStatusBar=wxframecreatestatusbar
+3 wxFrame::GetMenuBar=wxframegetmenubar
+3 wxFrame::GetStatusBar=wxframegetstatusbar
+3 wxFrame::GetTitle=wxframegettitle
+3 wxFrame::Iconize=wxframeiconize
+3 wxFrame::IsIconized=wxframeisiconized
+3 wxFrame::LoadAccelerators=wxframeloadaccelerators
+3 wxFrame::Maximize=wxframemaximize
+3 wxFrame::OnActivate=topic367
+3 wxFrame::OnCreateStatusBar=wxframeoncreatestatusbar
+3 wxFrame::OnMenuCommand=wxframeonmenucommand
+3 wxFrame::OnMenuHighlight=wxframeonmenuhighlight
+3 wxFrame::OnSize=wxframeonsize
+3 wxFrame::SetIcon=wxframeseticon
+3 wxFrame::SetMenuBar=wxframesetmenubar
+3 wxFrame::SetStatusText=wxframesetstatustext
+3 wxFrame::SetStatusWidths=wxframesetstatuswidths
+3 wxFrame::SetTitle=wxframesettitle
+2 wxGauge
+3 wxGauge=wxgauge
+3 wxGauge::wxGauge=wxgaugeconstr
+3 wxGauge::~wxGauge=topic368
+3 wxGauge::Create=wxgaugecreate
+3 wxGauge::GetBezelFace=wxgaugegetbezelface
+3 wxGauge::GetRange=wxgaugegetrange
+3 wxGauge::GetShadowWidth=wxgaugegetshadowwidth
+3 wxGauge::GetValue=wxgaugegetvalue
+3 wxGauge::SetBezelFace=wxgaugesetbezelface
+3 wxGauge::SetRange=wxgaugesetrange
+3 wxGauge::SetShadowWidth=wxgaugesetshadowwidth
+3 wxGauge::SetValue=wxgaugesetvalue
+2 wxGDIObject
+3 wxGDIObject=wxgdiobject
+3 wxGDIObject::wxGDIObject=wxgdiobjectconstr
+2 wxGrid
+3 wxGrid=wxgrid
+3 wxGrid::wxGrid=wxgridconstr
+3 wxGrid::AdjustScrollbars=wxgridadjustscrollbars
+3 wxGrid::AppendCols=wxgridappendcols
+3 wxGrid::AppendRows=wxgridappendrows
+3 wxGrid::BeginBatch=wxgridbeginbatch
+3 wxGrid::CellHitTest=wxgridcellhittest
+3 wxGrid::CreateGrid=wxgridcreategrid
+3 wxGrid::CurrentCellVisible=wxgridcurrentcellvisible
+3 wxGrid::DeleteCols=wxgriddeletecols
+3 wxGrid::DeleteRows=wxgriddeleterows
+3 wxGrid::EndBatch=wxgridendbatch
+3 wxGrid::GetBatchCount=wxgridgetbatchcount
+3 wxGrid::GetCell=wxgridgetcell
+3 wxGrid::GetCellAlignment=wxgridgetcellalignment
+3 wxGrid::GetCellBackgroundColour=wxgridgetcellbackgroundcolour
+3 wxGrid::GetCells=wxgridgetcells
+3 wxGrid::GetCellTextColour=wxgridgetcelltextcolour
+3 wxGrid::GetCellTextFont=wxgridgetcelltextfont
+3 wxGrid::GetCellValue=wxgridgetcellvalue
+3 wxGrid::GetCols=wxgridgetcols
+3 wxGrid::GetColumnWidth=wxgridcolumnwidth
+3 wxGrid::GetCurrentRect=wxgridgetcurrentrect
+3 wxGrid::GetCursorColumn=wxgridgetcursorcolumn
+3 wxGrid::GetCursorRow=wxgridgetcursorrow
+3 wxGrid::GetEditable=wxgridgeteditable
+3 wxGrid::GetHorizScrollBar=wxgridgethorizscrollbar
+3 wxGrid::GetLabelAlignment=wxgridgetlabelalignment
+3 wxGrid::GetLabelBackgroundColour=wxgridgetlabelbackgroundcolour
+3 wxGrid::GetLabelSize=wxgridgetlabelsize
+3 wxGrid::GetLabelTextColour=wxgridgetlabeltextcolour
+3 wxGrid::GetLabelTextFont=wxgridgetlabeltextfont
+3 wxGrid::GetLabelValue=wxgridgetlabelvalue
+3 wxGrid::GetRowHeight=wxgridgetrowheight
+3 wxGrid::GetRows=wxgridgetrows
+3 wxGrid::GetScrollPosX=wxgridgetscrollposx
+3 wxGrid::GetScrollPosY=wxgridgetscrollposy
+3 wxGrid::GetTextItem=wxgridgettextitem
+3 wxGrid::GetVertScrollBar=wxgridgetvertscrollbar
+3 wxGrid::InsertCols=wxgridinsertcols
+3 wxGrid::InsertRows=wxgridinsertrows
+3 wxGrid::OnActivate=wxgridonactivate
+3 wxGrid::OnChangeLabels=wxgridonchangelabels
+3 wxGrid::OnChangeSelectionLabel=wxgridonchangeselectionlabel
+3 wxGrid::OnCreateCell=wxgridoncreatecell
+3 wxGrid::OnCellLeftClick=wxgridoncellleftclick
+3 wxGrid::OnCellRightClick=wxgridoncellrightclick
+3 wxGrid::OnLabelLeftClick=wxgridonlabelleftclick
+3 wxGrid::OnLabelRightClick=wxgridonlabelrightclick
+3 wxGrid::OnSelectCell=wxgridonselectcell
+3 wxGrid::OnSelectCellImplementation=wxgridonselectcellimplementation
+3 wxGrid::SetCellAlignment=wxgridsetcellalignment
+3 wxGrid::SetCellBackgroundColour=wxgridsetcellbackgroundcolour
+3 wxGrid::SetCellTextColour=wxgridsetcelltextcolour
+3 wxGrid::SetCellTextFont=wxgridsetcelltextfont
+3 wxGrid::SetCellValue=wxgridsetcellvalue
+3 wxGrid::SetColumnWidth=wxgridsetcolumnwidth
+3 wxGrid::SetDividerPen=wxgridsetdividerpen
+3 wxGrid::SetEditable=wxgridseteditable
+3 wxGrid::SetGridCursor=wxgridsetgridcursor
+3 wxGrid::SetLabelAlignment=wxgridsetlabelalignment
+3 wxGrid::SetLabelBackgroundColour=wxgridsetlabelbackgroundcolour
+3 wxGrid::SetLabelSize=wxgridsetlabelsize
+3 wxGrid::SetLabelTextColour=wxgridsetlabeltextcolour
+3 wxGrid::SetLabelTextFont=wxgridsetlabeltextfont
+3 wxGrid::SetLabelValue=wxgridsetlabelvalue
+3 wxGrid::SetRowHeight=wxgridsetrowheight
+3 wxGrid::UpdateDimensions=wxgridupdatedimensions
+2 wxHashTable
+3 wxHashTable=wxhashtable
+3 wxHashTable::wxHashTable=topic369
+3 wxHashTable::~wxHashTable=topic370
+3 wxHashTable::BeginFind=topic371
+3 wxHashTable::Clear=topic372
+3 wxHashTable::Delete=topic373
+3 wxHashTable::Get=topic374
+3 wxHashTable::MakeKey=topic375
+3 wxHashTable::Next=topic376
+3 wxHashTable::Put=topic377
+2 wxHelpInstance
+3 wxHelpInstance=wxhelpinstance
+3 wxHelpInstance::wxHelpInstance=topic378
+3 wxHelpInstance::~wxHelpInstance=topic379
+3 wxHelpInstance::Initialize=topic380
+3 wxHelpInstance::DisplayBlock=topic381
+3 wxHelpInstance::DisplayContents=topic382
+3 wxHelpInstance::DisplaySection=topic383
+3 wxHelpInstance::KeywordSearch=topic384
+3 wxHelpInstance::LoadFile=topic385
+3 wxHelpInstance::OnQuit=topic386
+3 wxHelpInstance::Quit=topic387
+2 wxIdleEvent
+3 wxIdleEvent=wxidleevent
+3 wxIdleEvent::wxIdleEvent=topic388
+2 wxIcon
+3 wxIcon=wxicon
+3 wxIcon::wxIcon=wxiconconstr
+3 wxIcon::~wxIcon=topic389
+3 wxIcon::GetDepth=topic390
+3 wxIcon::GetHeight=wxicongetheight
+3 wxIcon::GetWidth=wxicongetwidth
+3 wxIcon::LoadFile=wxiconloadfile
+3 wxIcon::Ok=wxiconok
+3 wxIcon::SetDepth=wxiconsetdepth
+3 wxIcon::SetHeight=wxiconsetheight
+3 wxIcon::SetOk=topic391
+3 wxIcon::SetWidth=topic392
+3 wxIcon::operator ==topic393
+3 wxIcon::operator ===topic394
+3 wxIcon::operator !==topic395
+2 wxImageList
+3 wxImageList=wximagelist
+3 wxImageList::wxImageList=wximagelistconstr
+3 wxImageList::Add=wximagelistadd
+3 wxImageList::Create=wximagelistcreate
+3 wxImageList::Draw=wximagelistdraw
+3 wxImageList::GetImageCount=wximagelistgetimagecount
+3 wxImageList::Remove=wximagelistremove
+3 wxImageList::RemoveAll=wximagelistremoveall
+3 wxImageList::Replace=wximagelistreplace
+2 wxIndividualLayoutConstraint
+3 wxIndividualLayoutConstraint=wxindividuallayoutconstraint
+3 Edges and relationships=topic396
+3 wxIndividualLayoutConstraint::wxIndividualLayoutConstraint=topic397
+3 wxIndividualLayoutConstraint::Above=topic398
+3 wxIndividualLayoutConstraint::Absolute=topic399
+3 wxIndividualLayoutConstraint::AsIs=topic400
+3 wxIndividualLayoutConstraint::Below=topic401
+3 wxIndividualLayoutConstraint::Unconstrained=topic402
+3 wxIndividualLayoutConstraint::LeftOf=topic403
+3 wxIndividualLayoutConstraint::PercentOf=topic404
+3 wxIndividualLayoutConstraint::RightOf=topic405
+3 wxIndividualLayoutConstraint::SameAs=topic406
+3 wxIndividualLayoutConstraint::Set=topic407
+2 wxInitDialogEvent
+3 wxInitDialogEvent=wxinitdialogevent
+3 wxInitDialogEvent::wxInitDialogEvent=topic408
+2 wxKeyEvent
+3 wxKeyEvent=wxkeyevent
+3 wxKeyEvent::m_altDown=topic409
+3 wxKeyEvent::m_controlDown=topic410
+3 wxKeyEvent::m_keyCode=topic411
+3 wxKeyEvent::m_metaDown=topic412
+3 wxKeyEvent::m_shiftDown=topic413
+3 wxKeyEvent::m_x=topic414
+3 wxKeyEvent::m_y=topic415
+3 wxKeyEvent::wxKeyEvent=topic416
+3 wxKeyEvent::AltDown=topic417
+3 wxKeyEvent::ControlDown=topic418
+3 wxKeyEvent::GetX=topic419
+3 wxKeyEvent::GetY=topic420
+3 wxKeyEvent::KeyCode=topic421
+3 wxKeyEvent::MetaDown=topic422
+3 wxKeyEvent::Position=topic423
+3 wxKeyEvent::ShiftDown=topic424
+2 wxLayoutConstraints
+3 wxLayoutConstraints=wxlayoutconstraints
+3 wxLayoutConstraints::wxLayoutConstraints=topic425
+3 wxLayoutConstraints::bottom=topic426
+3 wxLayoutConstraints::centreX=topic427
+3 wxLayoutConstraints::centreY=topic428
+3 wxLayoutConstraints::height=topic429
+3 wxLayoutConstraints::left=topic430
+3 wxLayoutConstraints::right=topic431
+3 wxLayoutConstraints::top=topic432
+3 wxLayoutConstraints::width=topic433
+2 wxList
+3 wxList=wxlist
+3 wxList::wxList=topic434
+3 wxList::~wxList=topic435
+3 wxList::Append=topic436
+3 wxList::Clear=topic437
+3 wxList::DeleteContents=topic438
+3 wxList::DeleteNode=topic439
+3 wxList::DeleteObject=topic440
+3 wxList::Find=topic441
+3 wxList::First=topic442
+3 wxList::Insert=topic443
+3 wxList::Last=topic444
+3 wxList::Member=topic445
+3 wxList::Nth=topic446
+3 wxList::Number=topic447
+3 wxList::Sort=topic448
+2 wxListBox
+3 wxListBox=wxlistbox
+3 wxListBox::wxListBox=wxlistboxconstr
+3 wxListBox::~wxListBox=topic449
+3 wxListBox::Append=wxlistboxappend
+3 wxListBox::Clear=wxlistboxclear
+3 wxListBox::Create=wxlistboxcreate
+3 wxListBox::Delete=wxlistboxdelete
+3 wxListBox::Deselect=wxlistboxdeselect
+3 wxListBox::FindString=wxlistboxfindstring
+3 wxListBox::GetClientData=wxlistboxgetclientdata
+3 wxListBox::GetSelection=wxlistboxgetselection
+3 wxListBox::GetSelections=wxlistboxgetselections
+3 wxListBox::GetString=wxlistboxgetstring
+3 wxListBox::GetStringSelection=wxlistboxgetstringselection
+3 wxListBox::Number=wxlistboxnumber
+3 wxListBox::Selected=wxlistboxselected
+3 wxListBox::Set=wxlistboxset
+3 wxListBox::SetClientData=wxlistboxsetclientdata
+3 wxListBox::SetFirstItem=wxlistboxsetfirstitem
+3 wxListBox::SetSelection=wxlistboxsetselection
+3 wxListBox::SetString=wxlistboxsetstring
+3 wxListBox::SetStringSelection=wxlistboxsetstringselection
+2 wxListCtrl
+3 wxListCtrl=wxlistctrl
+3 wxListCtrl::wxListCtrl=wxlistctrlconstr
+3 wxListCtrl::~wxListCtrl=topic450
+3 wxListCtrl::Arrange=wxlistctrlarrange
+3 wxListCtrl::Create=wxlistctrlcreate
+3 wxListCtrl::DeleteItem=wxlistctrldeleteitem
+3 wxListCtrl::DeleteAllItems=wxlistctrldeleteallitems
+3 wxListCtrl::DeleteColumn=wxlistctrldeletecolumn
+3 wxListCtrl::Edit=wxlistctrledit
+3 wxListCtrl::EnsureVisible=wxlistctrlensurevisible
+3 wxListCtrl::FindItem=wxlistctrlfinditem
+3 wxListCtrl::GetColumn=wxlistctrlgetcolumn
+3 wxListCtrl::GetColumnWidth=wxlistctrlgetcolumnwidth
+3 wxListCtrl::GetCountPerPage=wxlistctrlgetcountperpage
+3 wxListCtrl::GetEditControl=wxlistctrlgeteditcontrol
+3 wxListCtrl::GetImageList=wxlistctrlgetimagelist
+3 wxListCtrl::GetItem=wxlistctrlgetitem
+3 wxListCtrl::GetItemData=wxlistctrlgetitemdata
+3 wxListCtrl::GetItemPosition=wxlistctrlgetitemposition
+3 wxListCtrl::GetItemRect=wxlistctrlgetitemrect
+3 wxListCtrl::GetItemState=wxlistctrlgetitemstate
+3 wxListCtrl::GetItemCount=wxlistctrlgetitemcount
+3 wxListCtrl::GetItemSpacing=wxlistctrlgetitemspacing
+3 wxListCtrl::GetItemText=wxlistctrlgetitemtext
+3 wxListCtrl::GetNextItem=wxlistctrlgetnextitem
+3 wxListCtrl::GetSelectedItemCount=wxlistctrlgetselecteditemcount
+3 wxListCtrl::GetTextColour=wxlistctrlgettextcolour
+3 wxListCtrl::GetTopItem=wxlistctrlgettopitem
+3 wxListCtrl::HitTest=wxlistctrlhittest
+3 wxListCtrl::InsertColumn=wxlistctrlinsertcolumn
+3 wxListCtrl::InsertItem=wxlistctrlinsertitem
+3 wxListCtrl::ScrollList=wxlistctrlscrolllist
+3 wxListCtrl::SetBackgroundColour=wxlistctrlsetbackgroundcolour
+3 wxListCtrl::SetColumn=wxlistctrlsetcolumn
+3 wxListCtrl::SetColumnWidth=wxlistctrlsetcolumnwidth
+3 wxListCtrl::SetImageList=wxlistctrlsetimagelist
+3 wxListCtrl::SetItem=wxlistctrlsetitem
+3 wxListCtrl::SetItemData=wxlistctrlsetitemdata
+3 wxListCtrl::SetItemImage=wxlistctrlsetitemimage
+3 wxListCtrl::SetItemPosition=wxlistctrlsetitemposition
+3 wxListCtrl::SetItemState=wxlistctrlsetitemstate
+3 wxListCtrl::SetItemText=wxlistctrlsetitemtext
+3 wxListCtrl::SetSingleStyle=wxlistctrlsetsinglestyle
+3 wxListCtrl::SetTextColour=wxlistctrlsettextcolour
+3 wxListCtrl::SetWindowStyleFlag=wxlistctrlsetwindowstyleflag
+3 wxListCtrl::SortItems=wxlistctrlsortitems
+2 wxListEvent
+3 wxListEvent=wxlistevent
+3 wxListEvent::wxListEvent=topic451
+3 wxListEvent::m_code=topic452
+3 wxListEvent::m_itemIndex=topic453
+3 wxListEvent::m_oldItemIndex=topic454
+3 wxListEvent::m_col=topic455
+3 wxListEvent::m_cancelled=topic456
+3 wxListEvent::m_pointDrag=topic457
+3 wxListEvent::m_item=topic458
+2 wxMask
+3 wxMask=wxmask
+3 wxMask::wxMask=wxmaskconstr
+3 wxMask::~wxMask=topic459
+2 wxMDIChildFrame
+3 wxMDIChildFrame=wxmdichildframe
+3 wxMDIChildFrame::wxMDIChildFrame=wxmdichildframeconstr
+3 wxMDIChildFrame::~wxMDIChildFrame=topic460
+3 wxMDIChildFrame::Activate=wxmdichildframeactivate
+3 wxMDIChildFrame::Create=wxmdichildframecreate
+3 wxMDIChildFrame::Maximize=wxmdichildframemaximize
+3 wxMDIChildFrame::Restore=wxmdichildframerestore
+2 wxMDIClientWindow
+3 wxMDIClientWindow=wxmdiclientwindow
+3 wxMDIClientWindow::wxMDIClientWindow=wxmdiclientwindowconstr
+3 wxMDIClientWindow::~wxMDIClientWindow=topic461
+3 wxMDIClientWindow::CreateClient=wxmdiclientwindowcreateclient
+2 wxMDIParentFrame
+3 wxMDIParentFrame=wxmdiparentframe
+3 wxMDIParentFrame::wxMDIParentFrame=wxmdiparentframeconstr
+3 wxMDIParentFrame::~wxMDIParentFrame=topic462
+3 wxMDIParentFrame::ActivateNext=wxmdiparentframeactivatenext
+3 wxMDIParentFrame::ActivatePrevious=wxmdiparentframeactivateprevious
+3 wxMDIParentFrame::ArrangeIcons=wxmdiparentframearrangeicons
+3 wxMDIParentFrame::Cascade=wxmdiparentframecascade
+3 wxMDIParentFrame::Create=wxmdiparentframecreate
+3 wxMDIParentFrame::GetClientSize=wxmdiparentframegetclientsize
+3 wxMDIParentFrame::GetActiveChild=wxmdiparentframegetactivechild
+3 wxMDIParentFrame::GetClientWindow=wxmdiparentframegetclientwindow
+3 wxMDIParentFrame::GetToolBar=wxmdiparentframegettoolbar
+3 wxMDIParentFrame::OnCreateClient=wxmdiparentframeoncreateclient
+3 wxMDIParentFrame::SetToolBar=wxmdiparentframesettoolbar
+3 wxMDIParentFrame::Tile=wxmdiparentframetile
+2 wxMenu
+3 wxMenu=wxmenu
+3 wxMenu::wxMenu=wxmenuconstr
+3 wxMenu::~wxMenu=topic463
+3 wxMenu::Append=wxmenuappend
+3 wxMenu::AppendSeparator=wxmenuappendseparator
+3 wxMenu::Break=wxmenubreak
+3 wxMenu::Check=wxmenucheck
+3 wxMenu::Checked=wxmenuchecked
+3 wxMenu::Enable=wxmenuenable
+3 wxMenu::Enabled=wxmenuenabled
+3 wxMenu::FindItem=wxmenufinditem
+3 wxMenu::FindItemForId=wxmenufinditemforid
+3 wxMenu::GetHelpString=wxmenugethelpstring
+3 wxMenu::GetLabel=wxmenugetlabel
+3 wxMenu::GetTitle=wxmenugettitle
+3 wxMenu::SetHelpString=wxmenusethelpstring
+3 wxMenu::SetLabel=wxmenusetlabel
+3 wxMenu::SetTitle=wxmenusettitle
+2 wxMenuBar
+3 wxMenuBar=wxmenubar
+3 wxMenuBar::wxMenuBar=wxmenubarconstr
+3 wxMenuBar::~wxMenuBar=topic464
+3 wxMenuBar::Append=wxmenubarappend
+3 wxMenuBar::Check=wxmenubarcheck
+3 wxMenuBar::Checked=wxmenubarchecked
+3 wxMenuBar::Enable=wxmenubarenable
+3 wxMenuBar::EnableTop=wxmenubarenabletop
+3 wxMenuBar::FindMenuItem=wxmenubarfindmenuitem
+3 wxMenuBar::FindItemById=wxmenubarfinditembyid
+3 wxMenuBar::GetHelpString=wxmenubargethelpstring
+3 wxMenuBar::GetLabel=wxmenubargetlabel
+3 wxMenuBar::GetLabelTop=wxmenubargetlabeltop
+3 wxMenuBar::SetHelpString=wxmenubarsethelpstring
+3 wxMenuBar::SetLabel=wxmenubarsetlabel
+3 wxMenuBar::SetLabelTop=wxmenubarsetlabeltop
+2 wxMenuEvent
+3 wxMenuEvent=wxmenuevent
+3 wxMenuEvent::wxMenuEvent=topic465
+3 wxMenuEvent::m_menuId=topic466
+3 wxMenuEvent::GetMenuId=wxmenueventgetmenuid
+2 wxMemoryDC
+3 wxMemoryDC=wxmemorydc
+3 wxMemoryDC::wxMemoryDC=topic467
+3 wxMemoryDC::SelectObject=topic468
+2 wxMessageDialog
+3 wxMessageDialog=wxmessagedialog
+3 wxMessageDialog::wxMessageDialog=wxmessagedialogconstr
+3 wxMessageDialog::~wxMessageDialog=topic469
+3 wxMessageDialog::ShowModal=wxmessagedialogshowmodal
+2 wxMetaFile
+3 wxMetaFile=wxmetafile
+3 wxMetaFile::wxMetaFile=topic470
+3 wxMetaFile::~wxMetaFile=topic471
+3 wxMetaFile::Ok=wxmetafileok
+3 wxMetaFile::Play=wxmetafileplay
+3 wxMetaFile::SetClipboard=topic472
+2 wxMetaFileDC
+3 wxMetaFileDC=wxmetafiledc
+3 wxMetaFileDC::wxMetaFileDC=topic473
+3 wxMetaFileDC::~wxMetaFileDC=topic474
+3 wxMetaFileDC::Close=wxmetafiledcclose
+2 wxMiniFrame
+3 wxMiniFrame=wxminiframe
+3 wxMiniFrame::wxMiniFrame=wxminiframeconstr
+3 wxMiniFrame::~wxMiniFrame=topic475
+3 wxMiniFrame::Create=wxminiframecreate
+2 wxMouseEvent
+3 wxMouseEvent=wxmouseevent
+3 wxMouseEvent::m_altDown=topic476
+3 wxMouseEvent::m_controlDown=topic477
+3 wxMouseEvent::m_leftDown=topic478
+3 wxMouseEvent::m_middleDown=topic479
+3 wxMouseEvent::m_rightDown=topic480
+3 wxMouseEvent::m_leftDown=topic481
+3 wxMouseEvent::m_metaDown=topic482
+3 wxMouseEvent::m_shiftDown=topic483
+3 wxMouseEvent::m_x=topic484
+3 wxMouseEvent::m_y=topic485
+3 wxMouseEvent::wxMouseEvent=topic486
+3 wxMouseEvent::AltDown=topic487
+3 wxMouseEvent::Button=topic488
+3 wxMouseEvent::ButtonDClick=buttondclick
+3 wxMouseEvent::ButtonDown=topic489
+3 wxMouseEvent::ButtonUp=topic490
+3 wxMouseEvent::ControlDown=topic491
+3 wxMouseEvent::Dragging=topic492
+3 wxMouseEvent::Entering=wxmouseevententering
+3 wxMouseEvent::GetX=wxmouseeventgetx
+3 wxMouseEvent::GetY=wxmouseeventgety
+3 wxMouseEvent::IsButton=topic493
+3 wxMouseEvent::Leaving=wxmouseeventleaving
+3 wxMouseEvent::LeftDClick=topic494
+3 wxMouseEvent::LeftDown=topic495
+3 wxMouseEvent::LeftIsDown=topic496
+3 wxMouseEvent::LeftUp=topic497
+3 wxMouseEvent::MetaDown=topic498
+3 wxMouseEvent::MiddleDClick=topic499
+3 wxMouseEvent::MiddleDown=topic500
+3 wxMouseEvent::MiddleIsDown=topic501
+3 wxMouseEvent::MiddleUp=topic502
+3 wxMouseEvent::Moving=topic503
+3 wxMouseEvent::Position=topic504
+3 wxMouseEvent::RightDClick=topic505
+3 wxMouseEvent::RightDown=topic506
+3 wxMouseEvent::RightIsDown=topic507
+3 wxMouseEvent::RightUp=topic508
+3 wxMouseEvent::ShiftDown=topic509
+2 wxMoveEvent
+3 wxMoveEvent=wxmoveevent
+3 wxMoveEvent::wxMoveEvent=topic510
+3 wxMoveEvent::GetPosition=wxmoveeventgetposition
+2 wxMultipleChoiceDialog
+3 wxMultipleChoiceDialog=wxmultiplechoicedialog
+2 wxNode
+3 wxNode=wxnode
+3 wxNode::Data=topic511
+3 wxNode::Next=topic512
+3 wxNode::Previous=topic513
+3 wxNode::SetData=topic514
+2 wxObject
+3 wxObject=wxobject
+3 wxObject::wxObject=wxobjectconstr
+3 wxObject::~wxObject=topic515
+3 wxObject::m_refData=wxobjectmrefdata
+3 wxObject::Dump=wxobjectdump
+3 wxObject::GetClassInfo=wxobjectgetclassinfo
+3 wxObject::GetRefData=wxobjectgetrefdata
+3 wxObject::IsKindOf=wxobjectiskindof
+3 wxObject::Ref=wxobjectref
+3 wxObject::SetRefData=wxobjectsetrefdata
+3 wxObject::UnRef=wxobjectunref
+3 wxObject::operator new=wxobjectnew
+3 wxObject::operator delete=wxobjectdelete
+2 wxObjectRefData
+3 wxObjectRefData=wxobjectrefdata
+3 wxObjectRefData::m_count=topic516
+3 wxObjectRefData::wxObjectRefData=wxobjectrefdataconstr
+3 wxObjectRefData::~wxObjectRefData=topic517
+2 wxPageSetupData
+3 wxPageSetupData=wxpagesetupdata
+3 wxPageSetupData::wxPageSetupData=topic518
+3 wxPageSetupData::~wxPageSetupData=topic519
+3 wxPageSetupData::EnableHelp=wxpagesetupdataenablehelp
+3 wxPageSetupData::EnableMargins=wxpagesetupdataenablemargins
+3 wxPageSetupData::EnableOrientation=wxpagesetupdataenableorientation
+3 wxPageSetupData::EnablePaper=wxpagesetupdataenablepaper
+3 wxPageSetupData::EnablePrinter=wxpagesetupdataenableprinter
+3 wxPageSetupData::GetPaperSize=wxpagesetupdatagetpapersize
+3 wxPageSetupData::GetMarginTopLeft=wxpagesetupdatagetmargintopleft
+3 wxPageSetupData::GetMarginBottomRight=wxpagesetupdatagetmarginbottomright
+3 wxPageSetupData::GetMinMarginTopLeft=wxpagesetupdatagetminmargintopleft
+3 wxPageSetupData::GetMinMarginBottomRight=wxpagesetupdatagetminmarginbottomright
+3 wxPageSetupData::GetOrientation=wxpagesetupdatagetorientation
+3 wxPageSetupData::GetDefaultMinMargins=wxpagesetupdatagetdefaultminmargins
+3 wxPageSetupData::GetEnableMargins=wxpagesetupdatagetenablemargins
+3 wxPageSetupData::GetEnableOrientation=wxpagesetupdatagetenableorientation
+3 wxPageSetupData::GetEnablePaper=wxpagesetupdatagetenablepaper
+3 wxPageSetupData::GetEnablePrinter=wxpagesetupdatagetenableprinter
+3 wxPageSetupData::GetEnableHelp=wxpagesetupdatagetenablehelp
+3 wxPageSetupData::GetDefaultInfo=wxpagesetupdatagetdefaultinfo
+3 wxPageSetupData::SetPaperSize=wxpagesetupdatasetpapersize
+3 wxPageSetupData::SetMarginTopLeft=wxpagesetupdatasetmargintopleft
+3 wxPageSetupData::SetMarginBottomRight=wxpagesetupdatasetmarginbottomright
+3 wxPageSetupData::SetMinMarginTopLeft=wxpagesetupdatasetminmargintopleft
+3 wxPageSetupData::SetMinMarginBottomRight=wxpagesetupdatasetminmarginbottomright
+3 wxPageSetupData::SetOrientation=wxpagesetupdatasetorientation
+3 wxPageSetupData::SetDefaultMinMargins=wxpagesetupdatasetdefaultminmargins
+3 wxPageSetupData::SetDefaultInfo=wxpagesetupdatasetdefaultinfo
+2 wxPageSetupDialog
+3 wxPageSetupDialog=wxpagesetupdialog
+3 wxPageSetupDialog::wxPageSetupDialog=topic520
+3 wxPageSetupDialog::~wxPageSetupDialog=topic521
+3 wxPageSetupDialog::GetPageSetupData=wxpagesetupdialoggetpagesetupdata
+3 wxPageSetupDialog::ShowModal=wxpagesetupdialogshowmodal
+2 wxPaintDC
+3 wxPaintDC=wxpaintdc
+3 wxPaintDC::wxPaintDC=topic522
+2 wxPaintEvent
+3 wxPaintEvent=wxpaintevent
+3 wxPaintEvent::wxPaintEvent=topic523
+2 wxPalette
+3 wxPalette=wxpalette
+3 wxPalette::wxPalette=wxpaletteconstr
+3 wxPalette::~wxPalette=topic524
+3 wxPalette::Create=wxpalettecreate
+3 wxPalette::GetPixel=wxpalettegetpixel
+3 wxPalette::GetRGB=wxpalettegetrgb
+3 wxPalette::Ok=wxpaletteok
+3 wxPalette::operator ==wxpaletteassignment
+3 wxPalette::operator ===wxpaletteequals
+3 wxPalette::operator !==wxpalettenotequals
+2 wxPanel
+3 wxPanel=wxpanel
+3 wxPanel::wxPanel=wxpanelconstr
+3 wxPanel::~wxPanel=topic525
+3 wxPanel::Create=wxpanelcreate
+3 wxPanel::InitDialog=wxpanelinitdialog
+3 wxPanel::OnSysColourChanged=wxpanelonsyscolourchanged
+2 wxPanelTabView
+3 wxPanelTabView=wxpaneltabview
+3 wxPanelTabView::wxPanelTabView=wxpaneltabviewconstr
+3 wxPanelTabView::~wxPanelTabView=topic526
+3 wxPanelTabView::AddTabWindow=wxpaneltabviewaddtabwindow
+3 wxPanelTabView::ClearWindows=topic527
+3 wxPanelTabView::GetCurrentWindow=topic528
+3 wxPanelTabView::GetTabWindow=topic529
+3 wxPanelTabView::ShowWindowForTab=topic530
+2 wxPathList
+3 wxPathList=wxpathlist
+3 wxPathList::wxPathList=topic531
+3 wxPathList::AddEnvList=topic532
+3 wxPathList::Add=topic533
+3 wxPathList::EnsureFileAccessible=topic534
+3 wxPathList::FindAbsoluteValidPath=topic535
+3 wxPathList::FindValidPath=topic536
+3 wxPathList::Member=topic537
+2 wxPen
+3 wxPen=wxpen
+3 wxPen::wxPen=wxpenconstr
+3 wxPen::~wxPen=topic538
+3 wxPen::GetCap=wxpengetcap
+3 wxPen::GetColour=wxpengetcolour
+3 wxPen::GetDashes=wxpengetdashes
+3 wxPen::GetJoin=wxpengetjoin
+3 wxPen::GetStipple=wxpengetstipple
+3 wxPen::GetStyle=wxpengetstyle
+3 wxPen::GetWidth=wxpengetwidth
+3 wxPen::Ok=wxpenok
+3 wxPen::SetCap=wxpensetcap
+3 wxPen::SetColour=wxpensetcolour
+3 wxPen::SetDashes=wxpensetdashes
+3 wxPen::SetJoin=wxpensetjoin
+3 wxPen::SetStipple=wxpensetstipple
+3 wxPen::SetStyle=wxpensetstyle
+3 wxPen::SetWidth=wxpensetwidth
+3 wxPen::operator ==wxpenassignment
+3 wxPen::operator ===wxpenequals
+3 wxPen::operator !==wxpennotequals
+2 wxPenList
+3 wxPenList=wxpenlist
+3 wxPenList::wxPenList=topic539
+3 wxPenList::AddPen=wxpenlistaddpen
+3 wxPenList::FindOrCreatePen=wxpenlistfindorcreatepen
+3 wxPenList::RemovePen=wxpenlistremovepen
+2 wxPoint
+3 wxPoint=wxpoint
+3 wxPoint::wxPoint=topic540
+3 wxPoint::x=topic541
+3 wxPoint::y=topic542
+2 wxPreviewCanvas
+3 wxPreviewCanvas=wxpreviewcanvas
+3 wxPreviewCanvas::wxPreviewCanvas=topic543
+3 wxPreviewCanvas::~wxPreviewCanvas=topic544
+3 wxPreviewCanvas::OnPaint=wxpreviewcanvasonpaint
+2 wxPreviewControlBar
+3 wxPreviewControlBar=wxpreviewcontrolbar
+3 wxPreviewControlBar::wxPreviewControlbar=topic545
+3 wxPreviewControlBar::~wxPreviewControlBar=topic546
+3 wxPreviewControlBar::CreateButtons=topic547
+3 wxPreviewControlBar::GetPrintPreview=topic548
+3 wxPreviewControlBar::GetZoomControl=topic549
+3 wxPreviewControlBar::SetZoomControl=topic550
+2 wxPreviewFrame
+3 wxPreviewFrame=wxpreviewframe
+3 wxPreviewFrame::wxPreviewFrame=topic551
+3 wxPreviewFrame::~wxPreviewFrame=topic552
+3 wxPreviewFrame::CreateControlBar=topic553
+3 wxPreviewFrame::CreateCanvas=topic554
+3 wxPreviewFrame::Initialize=topic555
+3 wxPreviewFrame::OnClose=topic556
+2 wxPrintData
+3 wxPrintData=wxprintdata
+3 wxPrintData::wxPrintData=topic557
+3 wxPrintData::~wxPrintData=topic558
+3 wxPrintData::EnableHelp=wxprintdataenablehelp
+3 wxPrintData::EnablePageNumbers=wxprintdataenablepagenumbers
+3 wxPrintData::EnablePrintToFile=wxprintdataenableprinttofile
+3 wxPrintData::EnableSelection=wxprintdataenableselection
+3 wxPrintData::GetAllPages=wxprintdatagetallpages
+3 wxPrintData::GetCollate=wxprintdatagetcollate
+3 wxPrintData::GetFromPage=wxprintdatagetfrompage
+3 wxPrintData::GetMaxPage=wxprintdatagetmaxpage
+3 wxPrintData::GetMinPage=wxprintdatagetminpage
+3 wxPrintData::GetNoCopies=wxprintdatagetnocopies
+3 wxPrintData::GetOrientation=wxprintdatagetorientation
+3 wxPrintData::GetToPage=wxprintdatagettopage
+3 wxPrintData::SetCollate=wxprintdatasetcollate
+3 wxPrintData::SetFromPage=wxprintdatasetfrompage
+3 wxPrintData::SetMaxPage=wxprintdatasetmaxpage
+3 wxPrintData::SetMinPage=wxprintdatasetminpage
+3 wxPrintData::SetOrientation=wxprintdatasetorientation
+3 wxPrintData::SetNoCopies=wxprintdatasetnocopies
+3 wxPrintData::SetPrintToFile=wxprintdatasetprinttofile
+3 wxPrintData::SetSetupDialog=wxprintdatasetsetupdialog
+3 wxPrintData::SetToPage=wxprintdatasettopage
+2 wxPrintDialog
+3 wxPrintDialog=wxprintdialog
+3 wxPrintDialog::wxPrintDialog=topic559
+3 wxPrintDialog::~wxPrintDialog=topic560
+3 wxPrintDialog::GetPrintData=wxprintdialoggetprintdata
+3 wxPrintDialog::GetPrintDC=wxprintdialoggetprintdc
+3 wxPrintDialog::ShowModal=wxprintdialogshowmodal
+2 wxPrinter
+3 wxPrinter=wxprinter
+3 wxPrinter::wxPrinter=topic561
+3 wxPrinter::~wxPrinter=topic562
+3 wxPrinter::Abort=wxprinterabort
+3 wxPrinter::CreateAbortWindow=wxprintercreateabortwindow
+3 wxPrinter::GetPrintData=wxprintergetprintdata
+3 wxPrinter::Print=wxprinterprint
+3 wxPrinter::PrintDialog=wxprinterprintdialog
+3 wxPrinter::ReportError=wxprinterreporterror
+3 wxPrinter::Setup=wxprintersetup
+2 wxPrinterDC
+3 wxPrinterDC=wxprinterdc
+3 wxPrinterDC::wxPrinterDC=topic563
+2 wxPrintout
+3 wxPrintout=wxprintout
+3 wxPrintout::wxPrintout=topic564
+3 wxPrintout::~wxPrintout=topic565
+3 wxPrintout::GetDC=wxprintoutgetdc
+3 wxPrintout::GetPageInfo=wxprintoutgetpageinfo
+3 wxPrintout::GetPageSizeMM=wxprintoutgetpagesizemm
+3 wxPrintout::GetPageSizePixels=wxprintoutgetpagesizepixels
+3 wxPrintout::GetPPIPrinter=wxprintoutgetppiprinter
+3 wxPrintout::GetPPIScreen=wxprintoutgetppiscreen
+3 wxPrintout::HasPage=wxprintouthaspage
+3 wxPrintout::IsPreview=wxprintoutispreview
+3 wxPrintout::OnBeginDocument=wxprintoutonbegindocument
+3 wxPrintout::OnEndDocument=wxprintoutonenddocument
+3 wxPrintout::OnBeginPrinting=wxprintoutonbeginprinting
+3 wxPrintout::OnEndPrinting=wxprintoutonendprinting
+3 wxPrintout::OnPreparePrinting=wxprintoutonprepareprinting
+3 wxPrintout::OnPrintPage=wxprintoutonprintpage
+2 wxPrintPreview
+3 wxPrintPreview=wxprintpreview
+3 wxPrintPreview::wxPrintPreview=topic566
+3 wxPrintPreview::~wxPrintPreview=topic567
+3 wxPrintPreview::DrawBlankPage=wxprintpreviewdrawblankpage
+3 wxPrintPreview::GetCanvas=wxprintpreviewgetcanvas
+3 wxPrintPreview::GetCurrentPage=wxprintpreviewgetcurrentpage
+3 wxPrintPreview::GetFrame=wxprintpreviewgetframe
+3 wxPrintPreview::GetMaxPage=wxprintpreviewgetmaxpage
+3 wxPrintPreview::GetMinPage=wxprintpreviewgetminpage
+3 wxPrintPreview::GetPrintData=wxprintpreviewgetprintdata
+3 wxPrintPreview::GetPrintout=wxprintpreviewgetprintout
+3 wxPrintPreview::GetPrintoutForPrinting=wxprintpreviewgetprintoutforprinting
+3 wxPrintPreview::Ok=wxprintpreviewok
+3 wxPrintPreview::PaintPage=wxprintpreviewpaintpage
+3 wxPrintPreview::Print=wxprintpreviewprint
+3 wxPrintPreview::RenderPage=wxprintpreviewrenderpage
+3 wxPrintPreview::SetCanvas=wxprintpreviewsetcanvas
+3 wxPrintPreview::SetCurrentPage=wxprintpreviewsetcurrentpage
+3 wxPrintPreview::SetFrame=wxprintpreviewsetframe
+3 wxPrintPreview::SetPrintout=wxprintpreviewsetprintout
+3 wxPrintPreview::SetZoom=wxprintpreviewsetzoom
+2 wxPostScriptDC
+3 wxPostScriptDC=wxpostscriptdc
+3 wxPostScriptDC::wxPostScriptDC=topic568
+3 wxPostScriptDC::GetStream=topic569
+2 wxQueryCol
+3 wxQueryCol=wxquerycol
+3 wxQueryCol::wxQueryCol=topic570
+3 wxQueryCol::~wxQueryCol=topic571
+3 wxQueryCol::BindVar=topic572
+3 wxQueryCol::FillVar=topic573
+3 wxQueryCol::GetData=topic574
+3 wxQueryCol::GetName=topic575
+3 wxQueryCol::GetType=topic576
+3 wxQueryCol::GetSize=topic577
+3 wxQueryCol::IsRowDirty=topic578
+3 wxQueryCol::IsNullable=topic579
+3 wxQueryCol::AppendField=topic580
+3 wxQueryCol::SetData=topic581
+3 wxQueryCol::SetName=topic582
+3 wxQueryCol::SetNullable=topic583
+3 wxQueryCol::SetFieldDirty=topic584
+3 wxQueryCol::SetType=topic585
+2 wxQueryField
+3 wxQueryField=wxqueryfield
+3 wxQueryField::wxQueryField=topic586
+3 wxQueryField::~wxQueryField=topic587
+3 wxQueryField::AllocData=topic588
+3 wxQueryField::ClearData=topic589
+3 wxQueryField::GetData=topic590
+3 wxQueryField::GetSize=topic591
+3 wxQueryField::GetType=topic592
+3 wxQueryField::IsDirty=topic593
+3 wxQueryField::SetData=topic594
+3 wxQueryField::SetDirty=topic595
+3 wxQueryField::SetSize=topic596
+3 wxQueryField::SetType=topic597
+2 wxRealPoint
+3 wxRealPoint=wxrealpoint
+3 wxRealPoint::wxRealPoint=topic598
+2 wxRect
+3 wxRect=wxrect
+3 wxRect::wxRect=topic599
+3 wxRect::x=topic600
+3 wxRect::y=topic601
+3 wxRect::width=topic602
+3 wxRect::height=topic603
+3 wxRect::GetBottom=wxrectgetbottom
+3 wxRect::GetHeight=wxrectgetheight
+3 wxRect::GetLeft=wxrectgetleft
+3 wxRect::GetPosition=wxrectgetposition
+3 wxRect::GetRight=wxrectgetright
+3 wxRect::GetSize=wxrectgetsize
+3 wxRect::GetTop=wxrectgettop
+3 wxRect::GetWidth=wxrectgetwidth
+3 wxRect::GetX=wxrectgetx
+3 wxRect::GetY=wxrectgety
+3 wxRect::SetHeight=wxrectsetheight
+3 wxRect::SetWidth=wxrectsetwidth
+3 wxRect::SetX=wxrectsetx
+3 wxRect::SetY=wxrectsety
+3 wxRect::operator ==topic604
+3 wxRect::operator ===topic605
+3 wxRect::operator !==topic606
+2 wxRecordSet
+3 wxRecordSet=wxrecordset
+3 wxRecordSet::wxRecordSet=topic607
+3 wxRecordSet::~wxRecordSet=topic608
+3 wxRecordSet::AddNew=topic609
+3 wxRecordSet::BeginQuery=topic610
+3 wxRecordSet::BindVar=topic611
+3 wxRecordSet::CanAppend=topic612
+3 wxRecordSet::Cancel=topic613
+3 wxRecordSet::CanRestart=topic614
+3 wxRecordSet::CanScroll=topic615
+3 wxRecordSet::CanTransact=topic616
+3 wxRecordSet::CanUpdate=topic617
+3 wxRecordSet::ConstructDefaultSQL=topic618
+3 wxRecordSet::Delete=topic619
+3 wxRecordSet::Edit=topic620
+3 wxRecordSet::EndQuery=topic621
+3 wxRecordSet::ExecuteSQL=wxrecordsetexecutesql
+3 wxRecordSet::FillVars=topic622
+3 wxRecordSet::GetColName=topic623
+3 wxRecordSet::GetColType=topic624
+3 wxRecordSet::GetColumns=topic625
+3 wxRecordSet::GetCurrentRecord=topic626
+3 wxRecordSet::GetDatabase=topic627
+3 wxRecordSet::GetDataSources=wxrecordsetgetdatasources
+3 wxRecordSet::GetDefaultConnect=topic628
+3 wxRecordSet::GetDefaultSQL=topic629
+3 wxRecordSet::GetErrorCode=topic630
+3 wxRecordSet::GetFieldData=wxrecordsetgetfielddata
+3 wxRecordSet::GetFieldDataPtr=wxrecordsetgetfielddataptr
+3 wxRecordSet::GetFilter=topic631
+3 wxRecordSet::GetForeignKeys=topic632
+3 wxRecordSet::GetNumberCols=topic633
+3 wxRecordSet::GetNumberFields=topic634
+3 wxRecordSet::GetNumberParams=topic635
+3 wxRecordSet::GetNumberRecords=topic636
+3 wxRecordSet::GetPrimaryKeys=topic637
+3 wxRecordSet::GetOptions=topic638
+3 wxRecordSet::GetResultSet=topic639
+3 wxRecordSet::GetSortString=topic640
+3 wxRecordSet::GetSQL=topic641
+3 wxRecordSet::GetTableName=topic642
+3 wxRecordSet::GetTables=topic643
+3 wxRecordSet::GetType=topic644
+3 wxRecordSet::GoTo=topic645
+3 wxRecordSet::IsBOF=topic646
+3 wxRecordSet::IsFieldDirty=topic647
+3 wxRecordSet::IsFieldNull=topic648
+3 wxRecordSet::IsColNullable=topic649
+3 wxRecordSet::IsEOF=topic650
+3 wxRecordSet::IsDeleted=topic651
+3 wxRecordSet::IsOpen=topic652
+3 wxRecordSet::Move=topic653
+3 wxRecordSet::MoveFirst=topic654
+3 wxRecordSet::MoveLast=topic655
+3 wxRecordSet::MoveNext=wxrecordsetmovenext
+3 wxRecordSet::MovePrev=wxrecordsetmoveprev
+3 wxRecordSet::Query=topic656
+3 wxRecordSet::RecordCountFinal=topic657
+3 wxRecordSet::Requery=topic658
+3 wxRecordSet::SetFieldDirty=topic659
+3 wxRecordSet::SetDefaultSQL=topic660
+3 wxRecordSet::SetFieldNull=topic661
+3 wxRecordSet::SetOptions=topic662
+3 wxRecordSet::SetTableName=topic663
+3 wxRecordSet::SetType=topic664
+3 wxRecordSet::Update=topic665
+2 wxRadioBox
+3 wxRadioBox=wxradiobox
+3 wxRadioBox::wxRadioBox=wxradioboxconstr
+3 wxRadioBox::~wxRadioBox=topic666
+3 wxRadioBox::Create=wxradioboxcreate
+3 wxRadioBox::Enable=wxradioboxenable
+3 wxRadioBox::FindString=wxradioboxfindstring
+3 wxRadioBox::GetLabel=wxradioboxgetlabel
+3 wxRadioBox::GetSelection=wxradioboxgetselection
+3 wxRadioBox::GetStringSelection=wxradioboxgetstringselection
+3 wxRadioBox::Number=wxradioboxnumber
+3 wxRadioBox::SetLabel=wxradioboxsetlabel
+3 wxRadioBox::SetSelection=wxradioboxsetselection
+3 wxRadioBox::SetStringSelection=wxradioboxsetstringselection
+3 wxRadioBox::Show=wxradioboxshow
+3 wxRadioBox::GetString=wxradioboxgetstring
+2 wxRadioButton
+3 wxRadioButton=wxradiobutton
+3 wxRadioButton::wxRadioButton=wxradiobuttonconstr
+3 wxRadioButton::~wxRadioButton=topic667
+3 wxRadioButton::Create=wxradiobuttoncreate
+3 wxRadioButton::GetValue=wxradiobuttongetvalue
+3 wxRadioButton::SetValue=wxradiobuttonsetvalue
+2 wxScreenDC
+3 wxScreenDC=wxscreendc
+3 wxScreenDC::wxScreenDC=topic668
+3 wxScreenDC::StartDrawingOnTop=wxscreendcstartdrawingontop
+3 wxScreenDC::EndDrawingOnTop=wxscreendcenddrawingontop
+2 wxScrollBar
+3 wxScrollBar=wxscrollbar
+3 wxScrollBar::wxScrollBar=wxscrollbarconstr
+3 wxScrollBar::~wxScrollBar=topic669
+3 wxScrollBar::Create=wxscrollbarcreate
+3 wxScrollBar::GetRange=wxscrollbargetrange
+3 wxScrollBar::GetPageSize=wxscrollbargetpagesize
+3 wxScrollBar::GetPosition=wxscrollbargetposition
+3 wxScrollBar::GetThumbLength=wxscrollbargetthumblength
+3 wxScrollBar::SetPosition=wxscrollbarsetposition
+3 wxScrollBar::SetScrollbar=wxscrollbarsetscrollbar
+2 wxScrollEvent
+3 wxScrollEvent=wxscrollevent
+3 wxScrollEvent::wxScrollEvent=topic670
+3 wxScrollEvent::GetOrientation=wxscrolleventgetorientation
+3 wxScrollEvent::GetPosition=wxscrolleventgetposition
+2 wxScrolledWindow
+3 wxScrolledWindow=wxscrolledwindow
+3 wxScrolledWindow::wxScrolledWindow=wxscrolledwindowconstr
+3 wxScrolledWindow::~wxScrolledWindow=topic671
+3 wxScrolledWindow::Create=wxscrolledwindowcreate
+3 wxScrolledWindow::EnableScrolling=wxscrolledwindowenablescrolling
+3 wxScrolledWindow::GetScrollPixelsPerUnit=wxscrolledwindowgetscrollpixelsperunit
+3 wxScrolledWindow::GetVirtualSize=wxscrolledwindowgetvirtualsize
+3 wxScrolledWindow::IsRetained=wxscrolledwindowisretained
+3 wxScrolledWindow::PrepareDC=wxscrolledwindowpreparedc
+3 wxScrolledWindow::OnDraw=wxscrolledwindowondraw
+3 wxScrolledWindow::OnPaint=wxscrolledwindowonpaint
+3 wxScrolledWindow::OnScroll=wxscrolledwindowonscroll
+3 wxScrolledWindow::Scroll=wxscrolledwindowscroll
+3 wxScrolledWindow::SetScrollbars=wxscrolledwindowsetscrollbars
+3 wxScrolledWindow::ViewStart=wxscrolledwindowviewstart
+2 wxSingleChoiceDialog
+3 wxSingleChoiceDialog=wxsinglechoicedialog
+3 wxSingleChoiceDialog::wxSingleChoiceDialog=wxsinglechoicedialogconstr
+3 wxSingleChoiceDialog::~wxSingleChoiceDialog=topic672
+3 wxSingleChoiceDialog::GetSelection=topic673
+3 wxSingleChoiceDialog::GetSelectionClientData=topic674
+3 wxSingleChoiceDialog::GetStringSelection=topic675
+3 wxSingleChoiceDialog::ShowModal=wxsinglechoicedialogshowmodal
+2 wxSize
+3 wxSize=wxsize
+3 wxSize::wxSize=topic676
+3 wxSize::x=topic677
+3 wxSize::y=topic678
+3 wxSize::GetX=wxsizegetx
+3 wxSize::GetY=wxsizegety
+3 wxSize::Set=wxsizeset
+3 wxSize::operator ==topic679
+2 wxSizeEvent
+3 wxSizeEvent=wxsizeevent
+3 wxSizeEvent::wxSizeEvent=topic680
+3 wxSizeEvent::GetSize=wxsizeeventgetsize
+2 wxSlider
+3 wxSlider=wxslider
+3 wxSlider::wxSlider=wxsliderconstr
+3 wxSlider::~wxSlider=topic681
+3 wxSlider::ClearSel=wxsliderclearsel
+3 wxSlider::ClearTicks=wxsliderclearticks
+3 wxSlider::Create=wxslidercreate
+3 wxSlider::GetLineSize=wxslidergetlinesize
+3 wxSlider::GetMax=wxslidergetmax
+3 wxSlider::GetMin=wxslidergetmin
+3 wxSlider::GetPageSize=wxslidergetpagesize
+3 wxSlider::GetSelEnd=wxslidergetselend
+3 wxSlider::GetSelStart=wxslidergetselstart
+3 wxSlider::GetThumbLength=wxslidergetthumblength
+3 wxSlider::GetTickFreq=wxslidergettickfreq
+3 wxSlider::GetValue=wxslidergetvalue
+3 wxSlider::SetRange=wxslidersetrange
+3 wxSlider::SetTickFreq=wxslidersettickfreq
+3 wxSlider::SetLineSize=wxslidersetlinesize
+3 wxSlider::SetPageSize=wxslidersetpagesize
+3 wxSlider::SetSelection=wxslidersetselection
+3 wxSlider::SetThumbLength=wxslidersetthumblength
+3 wxSlider::SetTick=wxslidersettick
+3 wxSlider::SetValue=wxslidersetvalue
+2 wxSpinButton
+3 wxSpinButton=wxspinbutton
+3 wxSpinButton::wxSpinButton=wxspinbuttonconstr
+3 wxSpinButton::~wxSpinButton=topic682
+3 wxSpinButton::Create=wxspinbuttoncreate
+3 wxSpinButton::GetMax=wxspinbuttongetmax
+3 wxSpinButton::GetMin=wxspinbuttongetmin
+3 wxSpinButton::GetValue=wxspinbuttongetvalue
+3 wxSpinButton::SetRange=wxspinbuttonsetrange
+3 wxSpinButton::SetValue=wxspinbuttonsetvalue
+2 wxSplitterWindow
+3 wxSplitterWindow=wxsplitterwindow
+3 wxSplitterWindow::wxSplitterWindow=wxsplitterwindowconstr
+3 wxSplitterWindow::~wxSplitterWindow=topic683
+3 wxSplitterWindow::Create=wxsplitterwindowcreate
+3 wxSplitterWindow::GetMinimumPaneSize=wxsplitterwindowgetminimumpanesize
+3 wxSplitterWindow::GetSashPosition=wxsplitterwindowgetsashposition
+3 wxSplitterWindow::GetSplitMode=wxsplitterwindowgetsplitmode
+3 wxSplitterWindow::GetWindow1=wxsplitterwindowgetwindow1
+3 wxSplitterWindow::GetWindow2=wxsplitterwindowgetwindow2
+3 wxSplitterWindow::Initialize=wxsplitterwindowinitialize
+3 wxSplitterWindow::IsSplit=wxsplitterwindowissplit
+3 wxSplitterWindow::OnDoubleClickSash=wxsplitterwindowondoubleclicksash
+3 wxSplitterWindow::OnUnsplit=wxsplitterwindowonunsplit
+3 wxSplitterWindow::SetSashPosition=wxsplitterwindowsetsashposition
+3 wxSplitterWindow::SetMinimumPaneSize=wxsplitterwindowsetminimumpanesize
+3 wxSplitterWindow::SetSplitMode=wxsplitterwindowsetsplitmode
+3 wxSplitterWindow::SplitHorizontally=wxsplitterwindowsplithorizontally
+3 wxSplitterWindow::SplitVertically=wxsplitterwindowsplitvertically
+3 wxSplitterWindow::Unsplit=wxsplitterwindowunsplit
+2 wxStaticBitmap
+3 wxStaticBitmap=wxstaticbitmap
+3 wxStaticBitmap::wxStaticBitmap=wxstaticbitmapconstr
+3 wxStaticBitmap::Create=wxstaticbitmapcreate
+3 wxStaticBitmap::GetBitmap=wxstaticbitmapgetbitmap
+3 wxStaticBitmap::SetBitmap=wxstaticbitmapsetbitmap
+2 wxStaticBox
+3 wxStaticBox=wxstaticbox
+3 wxStaticBox::wxStaticBox=wxstaticboxconstr
+3 wxStaticBox::~wxStaticBox=topic684
+3 wxStaticBox::Create=wxstaticboxcreate
+2 wxStaticText
+3 wxStaticText=wxstatictext
+3 wxStaticText::wxStaticText=wxstatictextconstr
+3 wxStaticText::Create=wxstatictextcreate
+3 wxStaticText::GetLabel=wxstatictextgetlabel
+3 wxStaticText::SetLabel=wxstatictextsetlabel
+2 wxStatusBar
+3 wxStatusBar=wxstatusbar
+3 wxStatusBar::wxStatusBar=wxstatusbarconstr
+3 wxStatusBar::~wxStatusBar=topic685
+3 wxStatusBar::Create=wxstatusbarcreate
+3 wxStatusBar::GetFieldRect=wxstatusbargetfieldrect
+3 wxStatusBar::GetFieldsCount=wxstatusbargetfieldscount
+3 wxStatusBar::GetStatusText=wxstatusbargetstatustext
+3 wxStatusBar::DrawField=wxstatusbardrawfield
+3 wxStatusBar::DrawFieldText=wxstatusbardrawfieldtext
+3 wxStatusBar::InitColours=wxstatusbarinitcolours
+3 wxStatusBar::OnSysColourChanged=wxstatusbaronsyscolourchanged
+3 wxStatusBar::SetFieldsCount=wxstatusbarsetfieldscount
+3 wxStatusBar::SetStatusText=wxstatusbarsetstatustext
+3 wxStatusBar::SetStatusWidths=wxstatusbarsetstatuswidths
+2 wxString
+3 wxString=wxstring
+3 wxString::wxString=wxstringconstruct
+3 wxString::~wxString=wxstringdestruct
+3 wxString::Alloc=wxstringAlloc
+3 wxString::Allocation=wxstringAllocation
+3 wxString::Append=wxstringAppend
+3 wxString::After=wxstringAfter
+3 wxString::At=wxstringAt
+3 wxString::Before=wxstringBefore
+3 wxString::Capitalize=wxstringCapitalize
+3 wxString::Cat=wxstringCat
+3 wxString::Chars=wxstringChars
+3 wxString::CompareTo=wxstringCompareTo
+3 wxString::Contains=wxstringContains
+3 wxString::Copy=wxstringCopy
+3 wxString::Del=wxstringDel
+3 wxString::DownCase=wxstringDownCase
+3 wxString::Elem=wxstringElem
+3 wxString::Empty=wxstringEmpty
+3 wxString::Error=wxstringError
+3 wxString::First=wxstringFirst
+3 wxString::Firstchar=wxstringFirstchar
+3 wxString::Freq=wxstringFreq
+3 wxString::From=wxstringFrom
+3 wxString::GetData=wxstringGetData
+3 wxString::GSub=wxstringGSub
+3 wxString::Index=wxstringIndex
+3 wxString::Insert=wxstringInsert
+3 wxString::IsAscii=wxstringIsAscii
+3 wxString::IsDefined=wxstringIsDefined
+3 wxString::IsNull=wxstringIsNull
+3 wxString::IsNumber=wxstringIsNumber
+3 wxString::IsWord=wxstringIsWord
+3 wxString::Last=wxstringLast
+3 wxString::Lastchar=wxstringLastchar
+3 wxString::Length=wxstringLength
+3 wxString::LowerCase=wxstringLowerCase
+3 wxString::Matches=wxstringMatches
+3 wxString::OK=wxstringOK
+3 wxString::Prepend=wxstringPrepend
+3 wxString::Readline=wxstringReadline
+3 wxString::Remove=wxstringRemove
+3 wxString::Replace=wxstringReplace
+3 wxString::Replicate=wxstringReplicate
+3 wxString::Reverse=wxstringReverse
+3 wxString::sprintf=wxstringsprintf
+3 wxString::Strip=wxstringStrip
+3 wxString::SubString=wxstringSubString
+3 wxString::Through=wxstringThrough
+3 wxString::Upcase=wxstringUpcase
+3 wxString::UpperCase=wxstringUpperCase
+3 wxString::operator ==wxstringoperatorassign
+3 wxString::operator +==wxstringPlusEqual
+3 wxString::operator []=wxstringoperatorbracket
+3 wxString::operator ()=wxstringoperatorparenth
+3 wxString::operator <<=wxstringoperatorout
+3 wxString::operator >>=wxstringoperatorin
+3 wxString::operator const char*=wxstringoperatorconstcharpt
+3 wxCHARARG=wxstringwxCHARARG
+3 CommonPrefix=wxstringCommonPrefix
+3 CommonSuffix=wxstringCommonSuffix
+3 Compare=wxstringCompare
+3 FCompare=wxstringFCompare
+3 Comparison operators=wxstringComparison
+3 operator +=wxstringoperatorplus
+3 Join=wxstringJoin
+3 Split=wxstringSplit
+2 wxStringList
+3 wxStringList=wxstringlist
+3 wxStringList::wxStringList=topic686
+3 wxStringList::~wxStringList=topic687
+3 wxStringList::Add=topic688
+3 wxStringList::Delete=topic689
+3 wxStringList::ListToArray=topic690
+3 wxStringList::Member=topic691
+3 wxStringList::Sort=topic692
+2 wxSysColourChangedEvent
+3 wxSysColourChangedEvent=wxsyscolourchangedevent
+3 wxSysColourChangedEvent::wxSysColourChanged=topic693
+2 wxSystemSettings
+3 wxSystemSettings=wxsystemsettings
+3 wxSystemSettings::wxSystemSettings=topic694
+3 wxSystemSettings::GetSystemColour=wxsystemsettingsgetsystemcolour
+3 wxSystemSettings::GetSystemFont=wxsystemsettingsgetsystemfont
+3 wxSystemSettings::GetSystemMetric=wxsystemsettingsgetsystemmetric
+2 wxTabbedDialog
+3 wxTabbedDialog=wxtabbeddialogbox
+3 wxTabbedDialog::wxTabbedDialog=topic695
+3 wxTabbedDialog::~wxTabbedDialog=topic696
+3 wxTabbedDialog::SetTabView=topic697
+3 wxTabbedDialog::GetTabView=topic698
+2 wxTabbedPanel
+3 wxTabbedPanel=wxtabbedpanel
+3 wxTabbedPanel::wxTabbedPanel=topic699
+3 wxTabbedPanel::SetTabView=topic700
+3 wxTabbedPanel::GetTabView=topic701
+2 wxTabControl
+3 wxTabControl=wxtabcontrol
+3 wxTabControl::wxTabControl=topic702
+3 wxTabControl::GetColPosition=topic703
+3 wxTabControl::GetFont=topic704
+3 wxTabControl::GetHeight=topic705
+3 wxTabControl::GetId=topic706
+3 wxTabControl::GetLabel=topic707
+3 wxTabControl::GetRowPosition=topic708
+3 wxTabControl::GetSelected=topic709
+3 wxTabControl::GetWidth=topic710
+3 wxTabControl::GetX=topic711
+3 wxTabControl::GetY=topic712
+3 wxTabControl::HitTest=topic713
+3 wxTabControl::OnDraw=topic714
+3 wxTabControl::SetColPosition=topic715
+3 wxTabControl::SetFont=topic716
+3 wxTabControl::SetId=topic717
+3 wxTabControl::SetLabel=topic718
+3 wxTabControl::SetPosition=topic719
+3 wxTabControl::SetRowPosition=topic720
+3 wxTabControl::SetSelected=topic721
+3 wxTabControl::SetSize=topic722
+2 wxTabView
+3 wxTabView=wxtabview
+3 wxTabView::wxTabView=topic723
+3 wxTabView::AddTab=wxtabviewaddtab
+3 wxTabView::CalculateTabWidth=wxtabviewcalculatetabwidth
+3 wxTabView::ClearTabs=topic724
+3 wxTabView::Draw=topic725
+3 wxTabView::FindTabControlForId=topic726
+3 wxTabView::FindTabControlForPosition=topic727
+3 wxTabView::GetBackgroundBrush=topic728
+3 wxTabView::GetBackgroundColour=topic729
+3 wxTabView::GetBackgroundPen=topic730
+3 wxTabView::GetHighlightColour=topic731
+3 wxTabView::GetHighlightPen=topic732
+3 wxTabView::GetHorizontalTabOffset=topic733
+3 wxTabView::GetNumberOfLayers=topic734
+3 wxTabView::GetSelectedTabFont=topic735
+3 wxTabView::GetShadowColour=topic736
+3 wxTabView::GetTabHeight=topic737
+3 wxTabView::GetTabFont=topic738
+3 wxTabView::GetTabSelectionHeight=topic739
+3 wxTabView::GetTabStyle=topic740
+3 wxTabView::GetTabWidth=topic741
+3 wxTabView::GetTextColour=topic742
+3 wxTabView::GetTopMargin=topic743
+3 wxTabView::GetShadowPen=topic744
+3 wxTabView::GetViewRect=topic745
+3 wxTabView::GetVerticalTabTextSpacing=topic746
+3 wxTabView::GetWindow=topic747
+3 wxTabView::OnCreateTabControl=topic748
+3 wxTabView::Layout=topic749
+3 wxTabView::OnEvent=topic750
+3 wxTabView::OnTabActivate=topic751
+3 wxTabView::OnTabPreActivate=topic752
+3 wxTabView::SetBackgroundColour=topic753
+3 wxTabView::SetHighlightColour=topic754
+3 wxTabView::SetHorizontalTabOffset=topic755
+3 wxTabView::SetSelectedTabFont=topic756
+3 wxTabView::SetShadowColour=topic757
+3 wxTabView::SetTabFont=topic758
+3 wxTabView::SetTabStyle=topic759
+3 wxTabView::SetTabSize=topic760
+3 wxTabView::SetTabSelectionHeight=topic761
+3 wxTabView::SetTabSelection=topic762
+3 wxTabView::SetTextColour=topic763
+3 wxTabView::SetTopMargin=topic764
+3 wxTabView::SetVerticalTabTextSpacing=topic765
+3 wxTabView::SetViewRect=wxtabviewsetviewrect
+3 wxTabView::SetWindow=topic766
+2 wxTextCtrl
+3 wxTextCtrl=wxtextctrl
+3 wxTextCtrl::wxTextCtrl=wxtextctrlconstr
+3 wxTextCtrl::~wxTextCtrl=topic767
+3 wxTextCtrl::Clear=wxtextctrlclear
+3 wxTextCtrl::Copy=wxtextctrlcopy
+3 wxTextCtrl::Create=wxtextctrlcreate
+3 wxTextCtrl::Cut=wxtextctrlcut
+3 wxTextCtrl::DiscardEdits=topic768
+3 wxTextCtrl::GetInsertionPoint=wxtextctrlgetinsertionpoint
+3 wxTextCtrl::GetLastPosition=wxtextctrlgetlastposition
+3 wxTextCtrl::GetLineLength=wxtextctrlgetlinelength
+3 wxTextCtrl::GetLineText=wxtextctrlgetlinetext
+3 wxTextCtrl::GetNumberOfLines=wxtextctrlgetnumberoflines
+3 wxTextCtrl::GetValue=wxtextctrlgetvalue
+3 wxTextCtrl::IsModified=wxtextctrlismodified
+3 wxTextCtrl::LoadFile=wxtextctrlloadfile
+3 wxTextCtrl::OnChar=wxtextctrlonchar
+3 wxTextCtrl::OnDropFiles=wxtextctrlondropfiles
+3 wxTextCtrl::Paste=wxtextctrlpaste
+3 wxTextCtrl::PositionToXY=wxtextctrlpositiontoxy
+3 wxTextCtrl::Remove=wxtextctrlremove
+3 wxTextCtrl::Replace=wxtextctrlreplace
+3 wxTextCtrl::SaveFile=wxtextctrlsavefile
+3 wxTextCtrl::SetEditable=wxtextctrlseteditable
+3 wxTextCtrl::SetInsertionPoint=wxtextctrlsetinsertionpoint
+3 wxTextCtrl::SetInsertionPointEnd=wxtextctrlsetinsertionpointend
+3 wxTextCtrl::SetSelection=wxtextctrlsetselection
+3 wxTextCtrl::SetValue=wxtextctrlsetvalue
+3 wxTextCtrl::ShowPosition=wxtextctrlshowposition
+3 wxTextCtrl::WriteText=wxtextctrlwritetext
+3 wxTextCtrl::XYToPosition=wxtextctrlxytoposition
+3 wxTextCtrl::operator <<=wxtextctrlinsert
+2 wxTextEntryDialog
+3 wxTextEntryDialog=wxtextentrydialog
+3 wxTextEntryDialog::wxTextEntryDialog=wxtextentrydialogconstr
+3 wxTextEntryDialog::~wxTextEntryDialog=topic769
+3 wxTextEntryDialog::GetValue=wxtextentrydialoggetvalue
+3 wxTextEntryDialog::SetValue=wxtextentrydialogsetvalue
+3 wxTextEntryDialog::ShowModal=wxtextentrydialogshowmodal
+2 wxTextValidator
+3 wxTextValidator=wxtextvalidator
+3 wxTextValidator::wxTextValidator=wxtextvalidatorconstr
+3 wxTextValidator::~wxTextValidator=topic770
+3 wxTextValidator::Clone=wxtextvalidatorclone
+3 wxTextValidator::GetExcludeList=wxtextvalidatorgetexcludelist
+3 wxTextValidator::GetIncludeList=wxtextvalidatorgetincludelist
+3 wxTextValidator::GetStyle=wxtextvalidatorgetstyle
+3 wxTextValidator::OnChar=wxtextvalidatoronchar
+3 wxTextValidator::SetExcludeList=wxtextvalidatorsetexcludelist
+3 wxTextValidator::SetIncludeList=wxtextvalidatorsetincludelist
+3 wxTextValidator::SetStyle=wxtextvalidatorsetstyle
+3 wxTextValidator::TransferFromWindow=wxtextvalidatortransferfromwindow
+3 wxTextValidator::TransferToWindow=wxtextvalidatortransfertowindow
+3 wxTextValidator::Validate=wxtextvalidatorvalidate
+2 wxTime
+3 wxTime=wxtime
+2 wxTimer
+3 wxTimer=wxtimer
+3 wxTimer::wxTimer=topic771
+3 wxTimer::~wxTimer=topic772
+3 wxTimer::Interval=topic773
+3 wxTimer::Notify=topic774
+3 wxTimer::Start=topic775
+3 wxTimer::Stop=topic776
+2 wxTreeCtrl
+3 wxTreeCtrl=wxtreectrl
+3 wxTreeCtrl::wxTreeCtrl=wxtreectrlconstr
+3 wxTreeCtrl::~wxTreeCtrl=topic777
+3 wxTreeCtrl::Create=wxtreectrlcreate
+3 wxTreeCtrl::DeleteAllItems=wxtreectrldeleteallitems
+3 wxTreeCtrl::DeleteItem=wxtreectrldeleteitem
+3 wxTreeCtrl::Edit=wxtreectrledit
+3 wxTreeCtrl::EnsureVisible=wxtreectrlensurevisible
+3 wxTreeCtrl::ExpandItem=wxtreectrlexpanditem
+3 wxTreeCtrl::GetChild=wxtreectrlgetchild
+3 wxTreeCtrl::GetCount=wxtreectrlgetcount
+3 wxTreeCtrl::GetEditControl=wxtreectrlgeteditcontrol
+3 wxTreeCtrl::GetFirstVisibleItem=wxtreectrlgetfirstvisibleitem
+3 wxTreeCtrl::GetImageList=wxtreectrlgetimagelist
+3 wxTreeCtrl::GetIndent=wxtreectrlgetindent
+3 wxTreeCtrl::GetItem=wxtreectrlgetitem
+3 wxTreeCtrl::GetItemData=wxtreectrlgetitemdata
+3 wxTreeCtrl::GetItemRect=wxtreectrlgetitemrect
+3 wxTreeCtrl::GetItemState=wxtreectrlgetitemstate
+3 wxTreeCtrl::GetItemText=wxtreectrlgetitemtext
+3 wxTreeCtrl::GetNextItem=wxtreectrlgetnextitem
+3 wxTreeCtrl::GetNextVisibleItem=wxtreectrlgetnextvisibleitem
+3 wxTreeCtrl::GetParent=wxtreectrlgetparent
+3 wxTreeCtrl::GetRootItem=wxtreectrlgetrootitem
+3 wxTreeCtrl::GetSelection=wxtreectrlgetselection
+3 wxTreeCtrl::HitTest=wxtreectrlhittest
+3 wxTreeCtrl::InsertItem=wxtreectrlinsertitem
+3 wxTreeCtrl::ItemHasChildren=wxtreectrlitemhaschildren
+3 wxTreeCtrl::ScrollTo=wxtreectrlscrollto
+3 wxTreeCtrl::SelectItem=wxtreectrlselectitem
+3 wxTreeCtrl::SetIndent=wxtreectrlsetindent
+3 wxTreeCtrl::SetImageList=wxtreectrlsetimagelist
+3 wxTreeCtrl::SetItem=wxtreectrlsetitem
+3 wxTreeCtrl::SetItemImage=wxtreectrlsetitemimage
+3 wxTreeCtrl::SetItemState=wxtreectrlsetitemstate
+3 wxTreeCtrl::SetItemText=wxtreectrlsetitemtext
+3 wxTreeCtrl::SetItemData=wxtreectrlsetitemdata
+3 wxTreeCtrl::SortChildren=wxtreectrlsortchildren
+2 wxTreeEvent
+3 wxTreeEvent=wxtreeevent
+3 wxTreeEvent::wxTreeEvent=topic778
+3 wxTreeEvent::m_code=topic779
+3 wxTreeEvent::m_itemIndex=topic780
+3 wxTreeEvent::m_oldItem=topic781
+3 wxTreeEvent::m_pointDrag=topic782
+2 wxToolBarBase
+3 wxToolBarBase=wxtoolbarbase
+3 wxToolBarBase::wxToolBarBase=wxtoolbarbaseconstr
+3 wxToolBarBase::~wxToolBarBase=topic783
+3 wxToolBarBase::AddSeparator=wxtoolbarbaseaddseparator
+3 wxToolBarBase::AddTool=wxtoolbarbaseaddtool
+3 wxToolBarBase::CreateTools=wxtoolbarbasecreatetools
+3 wxToolBarBase::DrawTool=wxtoolbarbasedrawtool
+3 wxToolBarBase::EnableTool=wxtoolbarbaseenabletool
+3 wxToolBarBase::FindToolForPosition=wxtoolbarbasefindtoolforposition
+3 wxToolBarBase::GetDefaultButtonSize=wxtoolbarbasegetdefaultbuttonsize
+3 wxToolBarBase::GetDefaultSize=wxtoolbarbasegetdefaultsize
+3 wxToolBarBase::GetMargins=wxtoolbarbasegetmargins
+3 wxToolBarBase::GetMaxSize=wxtoolbarbasegetmaxsize
+3 wxToolBarBase::GetToolClientData=wxtoolbarbasegettoolclientdata
+3 wxToolBarBase::GetToolEnabled=wxtoolbarbasegettoolenabled
+3 wxToolBarBase::GetToolLongHelp=wxtoolbarbasegettoollonghelp
+3 wxToolBarBase::GetToolPacking=wxtoolbarbasegettoolpacking
+3 wxToolBarBase::GetToolSeparation=wxtoolbarbasegettoolseparation
+3 wxToolBarBase::GetToolShortHelp=wxtoolbarbasegettoolshorthelp
+3 wxToolBarBase::GetToolState=wxtoolbarbasegettoolstate
+3 wxToolBarBase::Layout=wxtoolbarbaselayout
+3 wxToolBarBase::OnLeftClick=wxtoolbarbaseonleftclick
+3 wxToolBarBase::OnMouseEnter=wxtoolbarbaseonmouseenter
+3 wxToolBarBase::OnRightClick=wxtoolbarbaseonrightclick
+3 wxToolBarBase::SetDefaultSize=wxtoolbarbasesetdefaultsize
+3 wxToolBarBase::SetMargins=wxtoolbarbasesetmargins
+3 wxToolBarBase::SetToolLongHelp=wxtoolbarbasesettoollonghelp
+3 wxToolBarBase::SetToolPacking=wxtoolbarbasesettoolpacking
+3 wxToolBarBase::SetToolShortHelp=wxtoolbarbasesettoolshorthelp
+3 wxToolBarBase::SetToolSeparation=wxtoolbarbasesettoolseparation
+3 wxToolBarBase::ToggleTool=wxtoolbarbasetoggletool
+2 wxToolBar95
+3 wxToolBar95=wxtoolbar95
+3 wxToolBar95::wxToolBar95=wxtoolbar95constr
+2 wxToolBarMSW
+3 wxToolBarMSW=wxtoolbarmsw
+3 wxToolBarMSW::wxToolBarMSW=wxtoolbarmswconstr
+2 wxToolBarSimple
+3 wxToolBarSimple=wxtoolbarsimple
+3 wxToolBarSimple::wxToolBarSimple=wxtoolbarsimpleconstr
+2 wxUpdateIterator
+3 wxUpdateIterator=wxupdateiterator
+3 wxUpdateIterator::wxUpdateIterator=topic784
+3 wxUpdateIterator::GetX=topic785
+3 wxUpdateIterator::GetY=topic786
+3 wxUpdateIterator::GetWidth=topic787
+3 wxUpdateIterator::GetHeight=topic788
+3 wxUpdateIterator::operator ++=topic789
+2 wxUpdateUIEvent
+3 wxUpdateUIEvent=wxupdateuievent
+3 wxUpdateUIEvent::wxUpdateUIEvent=topic790
+3 wxUpdateUIEvent::m_checked=topic791
+3 wxUpdateUIEvent::m_enabled=topic792
+3 wxUpdateUIEvent::m_setChecked=topic793
+3 wxUpdateUIEvent::m_setEnabled=topic794
+3 wxUpdateUIEvent::m_setText=topic795
+3 wxUpdateUIEvent::m_text=topic796
+3 wxUpdateUIEvent::Check=wxupdateuieventcheck
+3 wxUpdateUIEvent::Enable=wxupdateuieventenable
+3 wxUpdateUIEvent::GetChecked=wxupdateuieventgetchecked
+3 wxUpdateUIEvent::GetEnabled=wxupdateuieventgetenabled
+3 wxUpdateUIEvent::GetSetChecked=wxupdateuieventgetsetchecked
+3 wxUpdateUIEvent::GetSetEnabled=wxupdateuieventgetsetenabled
+3 wxUpdateUIEvent::GetSetText=wxupdateuieventgetsettext
+3 wxUpdateUIEvent::GetText=wxupdateuieventgettext
+3 wxUpdateUIEvent::SetText=wxupdateuieventsettext
+2 wxValidator
+3 wxValidator=wxvalidator
+3 wxValidator::wxValidator=wxvalidatorconstr
+3 wxValidator::~wxValidator=topic797
+3 wxValidator::Clone=wxvalidatorclone
+3 wxValidator::GetWindow=wxvalidatorgetwindow
+3 wxValidator::SetWindow=wxvalidatorsetwindow
+3 wxValidator::TransferFromWindow=wxvalidatortransferfromwindow
+3 wxValidator::TransferToWindow=wxvalidatortransfertowindow
+3 wxValidator::Validate=wxvalidatorvalidate
+2 wxView
+3 wxView=wxview
+3 wxView::m_viewDocument=topic798
+3 wxView::m_viewFrame=topic799
+3 wxView::m_viewTypeName=topic800
+3 wxView::wxView=topic801
+3 wxView::~wxView=topic802
+3 wxView::Activate=topic803
+3 wxView::Close=topic804
+3 wxView::GetDocument=topic805
+3 wxView::GetDocumentManager=topic806
+3 wxView::GetFrame=topic807
+3 wxView::GetViewName=topic808
+3 wxView::OnActivateView=topic809
+3 wxView::OnChangeFilename=topic810
+3 wxView::OnClose=topic811
+3 wxView::OnCreate=topic812
+3 wxView::OnCreatePrintout=topic813
+3 wxView::OnUpdate=topic814
+3 wxView::SetDocument=topic815
+3 wxView::SetFrame=topic816
+3 wxView::SetViewName=topic817
+2 wxWindow
+3 wxWindow=wxwindow
+3 wxWindow::wxWindow=topic818
+3 wxWindow::~wxWindow=topic819
+3 wxWindow::AddChild=topic820
+3 wxWindow::CaptureMouse=wxwindowcapturemouse
+3 wxWindow::Center=wxwindowcenter
+3 wxWindow::Centre=wxwindowcentre
+3 wxWindow::Clear=wxwindowclear
+3 wxWindow::ClientToScreen=topic821
+3 wxWindow::Close=wxwindowclose
+3 wxWindow::Destroy=wxwindowdestroy
+3 wxWindow::DestroyChildren=topic822
+3 wxWindow::DragAcceptFiles=wxwindowdragacceptfiles
+3 wxWindow::Enable=wxwindowenable
+3 wxWindow::FakePopupMenu=wxwindowfakepopupmenu
+3 wxWindow::FindFocus=wxwindowfindfocus
+3 wxWindow::Fit=wxwindowfit
+3 wxWindow::GetBackgroundColour=wxwindowgetbackgroundcolour
+3 wxWindow::GetCharHeight=topic823
+3 wxWindow::GetCharWidth=topic824
+3 wxWindow::GetChildren=topic825
+3 wxWindow::GetClientSize=wxwindowgetclientsize
+3 wxWindow::GetConstraints=wxwindowgetconstraints
+3 wxWindow::GetDefaultItem=wxwindowgetdefaultitem
+3 wxWindow::GetEventHandler=wxwindowgeteventhandler
+3 wxWindow::GetFont=wxwindowgetfont
+3 wxWindow::GetForegroundColour=wxwindowgetforegroundcolour
+3 wxWindow::GetGrandParent=topic826
+3 wxWindow::GetHandle=topic827
+3 wxWindow::GetId=wxwindowgetid
+3 wxWindow::GetPosition=topic828
+3 wxWindow::GetLabel=topic829
+3 wxWindow::GetName=wxwindowgetname
+3 wxWindow::GetParent=topic830
+3 wxWindow::GetReturnCode=wxwindowgetreturncode
+3 wxWindow::GetScrollThumb=wxwindowgetscrollthumb
+3 wxWindow::GetScrollPos=wxwindowgetscrollpos
+3 wxWindow::GetScrollRange=wxwindowgetscrollrange
+3 wxWindow::GetSize=topic831
+3 wxWindow::GetTextExtent=topic832
+3 wxWindow::GetTitle=wxwindowgettitle
+3 wxWindow::GetWindowStyleFlag=topic833
+3 wxWindow::InitDialog=wxwindowinitdialog
+3 wxWindow::IsEnabled=wxwindowisenabled
+3 wxWindow::IsRetained=wxwindowisretained
+3 wxWindow::IsShown=wxwindowisshown
+3 wxWindow::Layout=wxwindowlayout
+3 wxWindow::LoadFromResource=wxwindowloadfromresource
+3 wxWindow::Lower=wxwindowlower
+3 wxWindow::MakeModal=wxwindowmakemodal
+3 wxWindow::Move=wxwindowmove
+3 wxWindow::OnActivate=wxwindowonactivate
+3 wxWindow::OnChar=wxwindowonchar
+3 wxWindow::OnCharHook=wxwindowoncharhook
+3 wxWindow::OnCommand=wxwindowoncommand
+3 wxWindow::OnClose=wxwindowonclose
+3 wxWindow::OnCloseWindow=wxwindowonclosewindow
+3 wxWindow::OnDefaultAction=wxwindowondefaultaction
+3 wxWindow::OnDropFiles=wxwindowondropfiles
+3 wxWindow::OnEraseBackground=wxwindowonerasebackground
+3 wxWindow::OnKillFocus=wxwindowonkillfocus
+3 wxWindow::OnIdle=wxwindowonidle
+3 wxWindow::OnInitDialog=wxwindowoninitdialog
+3 wxWindow::OnMenuCommand=wxwindowonmenucommand
+3 wxWindow::OnMenuHighlight=wxwindowonmenuhighlight
+3 wxWindow::OnMouseEvent=wxwindowonmouseevent
+3 wxWindow::OnMove=wxwindowonmove
+3 wxWindow::OnPaint=wxwindowonpaint
+3 wxWindow::OnScroll=wxwindowonscroll
+3 wxWindow::OnSetFocus=wxwindowonsetfocus
+3 wxWindow::OnSize=wxwindowonsize
+3 wxWindow::OnSysColourChanged=wxwindowonsyscolourchanged
+3 wxWindow::PopEventHandler=wxwindowpopeventhandler
+3 wxWindow::PopupMenu=wxwindowpopupmenu
+3 wxWindow::PushEventHandler=wxwindowpusheventhandler
+3 wxWindow::Raise=wxwindowraise
+3 wxWindow::Refresh=wxwindowrefresh
+3 wxWindow::ReleaseMouse=wxwindowreleasemouse
+3 wxWindow::RemoveChild=wxwindowremovechild
+3 wxWindow::ScreenToClient=topic834
+3 wxWindow::ScrollWindow=wxwindowscrollwindow
+3 wxWindow::SetAutoLayout=wxwindowsetautolayout
+3 wxWindow::SetBackgroundColour=wxwindowsetbackgroundcolour
+3 wxWindow::SetConstraints=wxwindowsetconstraints
+3 wxWindow::SetFocus=wxwindowsetfocus
+3 wxWindow::SetFont=wxwindowsetfont
+3 wxWindow::SetForegroundColour=wxwindowsetforegroundcolour
+3 wxWindow::SetId=wxwindowsetid
+3 wxWindow::SetName=wxwindowsetname
+3 wxWindow::SetReturnCode=wxwindowsetreturncode
+3 wxWindow::SetScrollbar=wxwindowsetscrollbar
+3 wxWindow::SetScrollPos=wxwindowsetscrollpos
+3 wxWindow::SetSize=wxwindowsetsize
+3 wxWindow::SetSizeHints=wxwindowsetsizehints
+3 wxWindow::SetClientSize=topic835
+3 wxWindow::SetPalette=topic836
+3 wxWindow::SetCursor=wxwindowsetcursor
+3 wxWindow::SetEventHandler=wxwindowseteventhandler
+3 wxWindow::SetTitle=wxwindowsettitle
+3 wxWindow::Show=topic837
+3 wxWindow::TransferDataFromWindow=wxwindowtransferdatafromwindow
+3 wxWindow::TransferDataToWindow=wxwindowtransferdatatowindow
+3 wxWindow::Validate=wxwindowvalidate
+3 wxWindow::WarpPointer=wxwindowwarppointer
+2 wxWindowDC
+3 wxWindowDC=wxwindowdc
+3 wxWindowDC::wxWindowDC=topic838
+1 Functions
+2 Functions=functions
+2 File functions
+3 File functions=filefunctions
+3 ::wxDirExists=topic839
+3 ::wxDos2UnixFilename=topic840
+3 ::wxFileExists=topic841
+3 ::wxFileNameFromPath=topic842
+3 ::wxFindFirstFile=wxfindfirstfile
+3 ::wxFindNextFile=wxfindnextfile
+3 ::wxIsAbsolutePath=topic843
+3 ::wxPathOnly=topic844
+3 ::wxUnix2DosFilename=topic845
+3 ::wxConcatFiles=topic846
+3 ::wxCopyFile=topic847
+3 ::wxGetHostName=wxgethostname
+3 ::wxGetEmailAddress=wxgetemailaddress
+3 ::wxGetUserId=wxgetuserid
+3 ::wxGetUserName=wxgetusername
+3 ::wxGetWorkingDirectory=topic848
+3 ::wxGetTempFileName=topic849
+3 ::wxIsWild=wxiswild
+3 ::wxMatchWild=wxmatchwild
+3 ::wxMkdir=topic850
+3 ::wxRemoveFile=topic851
+3 ::wxRenameFile=topic852
+3 ::wxRmdir=topic853
+3 ::wxSetWorkingDirectory=topic854
+2 String functions
+3 String functions=topic855
+3 ::copystring=topic856
+3 ::wxStringMatch=topic857
+3 ::wxStringEq=wxstringeq
+3 ::wxTransferFileToStream=wxtransferfiletostream
+3 ::wxTransferStreamToFile=wxtransferstreamtofile
+2 Dialog functions
+3 Dialog functions=dialogfunctions
+3 ::wxFileSelector=wxfileselector
+3 ::wxGetTextFromUser=wxgettextfromuser
+3 ::wxGetMultipleChoice=wxgetmultiplechoice
+3 ::wxGetSingleChoice=wxgetsinglechoice
+3 ::wxGetSingleChoiceIndex=wxgetsinglechoiceindex
+3 ::wxGetSingleChoiceData=wxgetsinglechoicedata
+3 ::wxMessageBox=wxmessagebox
+2 GDI functions
+3 GDI functions=gdifunctions
+3 ::wxColourDisplay=topic858
+3 ::wxDisplayDepth=topic859
+3 ::wxMakeMetaFilePlaceable=wxmakemetafileplaceable
+3 ::wxSetCursor=wxsetcursor
+2 System event functions
+3 System event functions=topic860
+3 ::wxAddPrimaryEventHandler=topic861
+3 ::wxAddSecondaryEventHandler=topic862
+3 ::wxNotifyEvent=topic863
+3 ::wxRegisterEventClass=topic864
+3 ::wxRegisterEventName=topic865
+3 ::wxRegisterExternalEventHandlers=topic866
+3 ::wxRemoveSecondaryEventHandler=topic867
+3 ::wxSendEvent=wxsendevent
+2 Printer settings
+3 Printer settings=printersettings
+3 ::wxGetPrinterCommand=topic868
+3 ::wxGetPrinterFile=topic869
+3 ::wxGetPrinterMode=topic870
+3 ::wxGetPrinterOptions=topic871
+3 ::wxGetPrinterOrientation=topic872
+3 ::wxGetPrinterPreviewCommand=topic873
+3 ::wxGetPrinterScaling=topic874
+3 ::wxGetPrinterTranslation=topic875
+3 ::wxSetPrinterCommand=topic876
+3 ::wxSetPrinterFile=topic877
+3 ::wxSetPrinterMode=topic878
+3 ::wxSetPrinterOptions=topic879
+3 ::wxSetPrinterOrientation=topic880
+3 ::wxSetPrinterPreviewCommand=topic881
+3 ::wxSetPrinterScaling=topic882
+3 ::wxSetPrinterTranslation=topic883
+2 Clipboard functions
+3 Clipboard functions=clipsboard
+3 ::wxClipboardOpen=topic884
+3 ::wxCloseClipboard=topic885
+3 ::wxEmptyClipboard=topic886
+3 ::wxEnumClipboardFormats=topic887
+3 ::wxGetClipboardData=topic888
+3 ::wxGetClipboardFormatName=topic889
+3 ::wxIsClipboardFormatAvailable=topic890
+3 ::wxOpenClipboard=topic891
+3 ::wxRegisterClipboardFormat=topic892
+3 ::wxSetClipboardData=topic893
+2 Miscellaneous functions
+3 Miscellaneous functions=miscellany
+3 ::NewId=topic894
+3 ::RegisterId=topic895
+3 ::wxBeginBusyCursor=wxbeginbusycursor
+3 ::wxBell=topic896
+3 ::wxCleanUp=wxcleanup
+3 ::wxCreateDynamicObject=wxcreatedynamicobject
+3 ::wxDebugMsg=topic897
+3 ::wxDisplaySize=topic898
+3 ::wxEntry=wxentry
+3 ::wxError=wxerror
+3 ::wxEndBusyCursor=wxendbusycursor
+3 ::wxExecute=wxexecute
+3 ::wxExit=wxexit
+3 ::wxFatalError=wxfatalerror
+3 ::wxFindMenuItemId=topic899
+3 ::wxFindWindowByLabel=topic900
+3 ::wxFindWindowByName=wxfindwindowbyname
+3 ::wxGetActiveWindow=wxgetactivewindow
+3 ::wxGetDisplayName=wxgetdisplayname
+3 ::wxGetHomeDir=topic901
+3 ::wxGetHostName=topic902
+3 ::wxGetElapsedTime=wxgetelapsedtime
+3 ::wxGetFreeMemory=topic903
+3 ::wxGetMousePosition=topic904
+3 ::wxGetOsVersion=topic905
+3 ::wxGetResource=wxgetresource
+3 ::wxGetUserId=topic906
+3 ::wxGetUserName=topic907
+3 ::wxKill=wxkill
+3 ::wxInitClipboard=wxinitclipboard
+3 ::wxIPCCleanUp=wxipccleanup
+3 ::wxIPCInitialize=wxipcinitialize
+3 ::wxIsBusy=wxisbusy
+3 ::wxLoadUserResource=wxloaduserresource
+3 ::wxNow=wxnow
+3 ::wxPostDelete=wxpostdelete
+3 ::wxSetDisplayName=wxsetdisplayname
+3 ::wxShell=wxshell
+3 ::wxSleep=topic908
+3 ::wxStripMenuCodes=topic909
+3 ::wxStartTimer=wxstarttimer
+3 ::wxToLower=wxtolower
+3 ::wxToUpper=wxtoupper
+3 ::wxTrace=wxtrace
+3 ::wxTraceLevel=wxtracelevel
+3 ::wxWriteResource=wxwriteresource
+3 ::wxYield=topic910
+2 Macros
+3 Macros=macros
+3 CLASSINFO=classinfo
+3 WXDEBUG_NEW=debugnew
+3 DECLARE_ABSTRACT_CLASS=topic911
+3 DECLARE_APP=declareapp
+3 DECLARE_CLASS=topic912
+3 DECLARE_DYNAMIC_CLASS=topic913
+3 IMPLEMENT_ABSTRACT_CLASS=topic914
+3 IMPLEMENT_ABSTRACT_CLASS2=topic915
+3 IMPLEMENT_APP=implementapp
+3 IMPLEMENT_CLASS=topic916
+3 IMPLEMENT_CLASS2=topic917
+3 IMPLEMENT_DYNAMIC_CLASS=topic918
+3 IMPLEMENT_DYNAMIC_CLASS2=topic919
+3 WXTRACE=trace
+3 WXTRACELEVEL=tracelevel
+2 wxWindows resource functions
+3 wxWindows resource functions=resourcefuncs
+3 ::wxResourceAddIdentifier=wxresourceaddidentifier
+3 ::wxResourceClear=topic920
+3 ::wxResourceCreateBitmap=topic921
+3 ::wxResourceCreateIcon=topic922
+3 ::wxResourceCreateMenuBar=topic923
+3 ::wxResourceGetIdentifier=topic924
+3 ::wxResourceParseData=wxresourcedata
+3 ::wxResourceParseFile=topic925
+3 ::wxResourceParseString=wxresourceparsestring
+3 ::wxResourceRegisterBitmapData=registerbitmapdata
+3 ::wxResourceRegisterIconData=topic926
+1 Classes by category
+2 Classes by category=classesbycat
+1 Topic overviews
+2 Topic overviews=overviews
+2 wxApp overview=wxappoverview
+2 Bitmaps overview
+3 Bitmaps overview=wxbitmapoverview
+3 Loading bitmaps: further information=topic927
+3 Bitmap format handlers=topic928
+3 wxIcon overview=wxiconoverview
+2 wxDialog overview
+3 wxDialog overview=wxdialogoverview
+2 Font overview
+3 Font overview=wxfontoverview
+2 wxString overview
+3 wxString overview=wxstringoverview
+3 Copyright of the original GNU code portion=topic929
+3 Features/Additions/Modifications=topic930
+3 Function calls=topic931
+3 Header files=topic932
+3 Test program=topic933
+3 Compilers=topic934
+3 GNU Documentation
+4 GNU Documentation=topic935
+4 The wxString class=topic936
+4 Constructor examples=topic937
+4 Examples=topic938
+4 Comparing, Searching and Matching examples=topic939
+4 Substring extraction examples=topic940
+4 Concatenation examples=topic941
+4 Other manipulation examples=topic942
+4 Reading, Writing and Conversion examples=topic943
+3 Regular Expressions
+4 Regular Expressions=regularexpressions
+4 Regular Expression Overview=topic944
+4 Syntax of Regular Expressions=topic945
+2 wxString member functions
+3 wxString member functions=wxstringcategories
+2 wxSplitterWindow overview
+3 wxSplitterWindow overview=wxsplitterwindowoverview
+3 Example=topic946
+2 wxTreeCtrl overview
+3 wxTreeCtrl overview=wxtreectrloverview
+2 wxListCtrl overview
+3 wxListCtrl overview=wxlistctrloverview
+2 wxImageList overview
+3 wxImageList overview=wximagelistoverview
+2 Common dialogs overview
+3 Common dialogs overview=commondialogsoverview
+3 wxColourDialog overview=wxcolourdialogoverview
+3 wxFontDialog overview=wxfontdialogoverview
+3 wxPrintDialog overview=wxprintdialogoverview
+3 wxFileDialog overview=wxfiledialogoverview
+3 wxDirDialog overview=wxdirdialogoverview
+3 wxTextEntryDialog overview=wxtextentrydialogoverview
+3 wxMessageDialog overview=wxmessagedialogoverview
+3 wxSingleChoiceDialog overview=wxsinglechoicedialogoverview
+3 wxMultipleChoiceDialog overview=wxmultiplechoicedialogoverview
+2 Constraints overview
+3 Constraints overview=constraintsoverview
+3 Constraint layout: more detail=topic947
+3 Window layout examples
+4 Window layout examples=layoutexamples
+4 Example 1: subwindow layout=topic948
+4 Example 2: panel item layout=topic949
+2 Database classes overview
+3 Database classes overview=odbcoverview
+3 Procedures for writing an ODBC application=topic950
+3 wxDatabase overview=wxdatabaseoverview
+3 wxQueryCol overview=wxquerycoloverview
+3 wxQueryField overview=wxqueryfieldoverview
+3 wxRecordSet overview=wxrecordsetoverview
+3 ODBC SQL data types=sqltypes
+3 A selection of SQL commands
+4 A selection of SQL commands=sqlcommands
+4 Create=topic951
+4 Insert=topic952
+4 Select=topic953
+4 Update=topic954
+2 Device context overview
+3 Device context overview=dcoverview
+2 Debugging overview
+3 Debugging overview=debuggingoverview
+3 wxDebugContext overview=wxdebugcontextoverview
+2 Window deletion overview
+3 Window deletion overview=windowdeletionoverview
+2 Scrolling overview
+3 Scrolling overview=scrollingoverview
+2 Document/view overview
+3 Document/view overview=docviewoverview
+3 wxDocument overview=wxdocumentoverview
+3 wxView overview=wxviewoverview
+3 wxDocTemplate overview=wxdoctemplateoverview
+3 wxDocManager overview=wxdocmanageroverview
+3 wxCommand overview=wxcommandoverview
+3 wxCommandProcessor overview=wxcommandprocessoroverview
+3 wxFileHistory overview=wxfilehistoryoverview
+3 wxWindows predefined command identifiers=predefinedids
+2 Event handling overview
+3 Event handling overview=eventhandlingoverview
+3 Introduction=topic955
+3 How events are processed=eventprocessing
+3 Pluggable event handlers=topic956
+3 Event macros summary=eventmacros
+2 Writing a wxWindows application: a rough guide
+3 Writing a wxWindows application: a rough guide=roughguide
+2 Interprocess communication overview
+3 Interprocess communication overview=ipcoverview
+3 Data transfer=topic957
+3 Examples=topic958
+3 More DDE details=topic959
+2 Printing overview
+3 Printing overview=printingoverview
+2 The wxWindows resource system
+3 The wxWindows resource system=resourceformats
+3 The format of a .WXR file=topic960
+3 Dialog resource format=topic961
+3 Menubar resource format=topic962
+3 Bitmap resource format=topic963
+3 Icon resource format=topic964
+3 Resource format design issues=topic965
+3 Compiling the resource system=topic966
+2 Run time class information overview
+3 Run time class information overview=runtimeclassoverview
+3 wxClassInfo=wxclassinfooverview
+3 Example=topic967
+2 Window styles
+3 Window styles=windowstyles
+2 Tab classes overview
+3 Tab classes overview=wxtaboverview
+3 Example=topic968
+3 wxTab change log=topic969
+2 wxTabView overview
+3 wxTabView overview=wxtabviewoverview
+2 Toolbar overview
+3 Toolbar overview=wxtoolbaroverview
+3 Using the toolbar library=topic970
+2 Validator overview
+3 Validator overview=validatoroverview
+2 wxExpr overview
+3 wxExpr overview=exproverview
+3 wxExpr for data file manipulation=topic971
+3 wxExpr compilation=topic972
+3 Bugs=topic973
+3 Using wxExpr=topic974
+2 wxGrid classes overview
+3 wxGrid classes overview=gridoverview
+3 Example=topic975
+2 Notes on using the reference
+3 Notes on using the reference=referencenotes
+1 References
+2 References=bibliography