]> git.saurik.com Git - wxWidgets.git/blob - docs/latex/wx/wx.cnt
Various documentation additions and changes.
[wxWidgets.git] / docs / latex / wx / wx.cnt
1 :Base wx.hlp
2 1 Copyright notice
3 2 Copyright notice=topic0
4 1 Introduction
5 2 Introduction=introduction
6 2 What is wxWindows?=topic1
7 2 Why another cross-platform development tool?=topic2
8 2 Changes from version 1.xx=versionchanges
9 2 wxWindows requirements=requirements
10 2 Availability and location of wxWindows=topic3
11 2 Acknowledgments=topic4
12 1 Multi-platform development with wxWindows
13 2 Multi-platform development with wxWindows=multiplat
14 2 Include files=topic5
15 2 Libraries=topic6
16 2 Configuration
17 3 Configuration=topic7
18 3 General features=topic8
19 3 X features=topic9
20 3 Windows and NT features=topic10
21 2 Makefiles
22 3 Makefiles=topic11
23 3 Windows makefiles=topic12
24 3 UNIX makefiles=topic13
25 2 Windows-specific files
26 3 Windows-specific files=topic14
27 3 Resource file=resources
28 3 Module definition file=topic15
29 2 Memory models and memory allocation
30 3 Memory models and memory allocation=memorymodels
31 3 Allocating and deleting wxWindows objects=topic16
32 2 Dynamic Link Libraries
33 3 Dynamic Link Libraries=topic17
34 2 Conditional compilation
35 3 Conditional compilation=topic18
36 2 Building on-line help
37 3 Building on-line help=topic19
38 2 C++ issues
39 3 C++ issues=topic20
40 3 Templates=topic21
41 3 Precompiled headers=topic22
42 2 File handling
43 3 File handling=topic23
44 1 Utilities supplied with wxWindows
45 2 Utilities supplied with wxWindows=utilities
46 2 wxHelp=wxhelp
47 2 Tex2RTF=textortf
48 2 wxTreeLayout=topic24
49 2 wxGraphLayout=topic25
50 2 wxImage=wximage
51 2 MFUTILS=mfutils
52 2 Colours=coloursampler
53 1 Tutorial
54 2 Tutorial=tutorial
55 1 Programming strategies
56 2 Programming strategies=strategies
57 2 Strategies for reducing programming errors
58 3 Strategies for reducing programming errors=topic26
59 3 Use ASSERT=topic27
60 3 Use wxString in preference to character arrays=topic28
61 2 Strategies for portability
62 3 Strategies for portability=topic29
63 3 Use relative positioning or constraints=topic30
64 3 Use wxWindows resource files=topic31
65 2 Strategies for debugging
66 3 Strategies for debugging=topic32
67 3 Positive thinking=topic33
68 3 Simplify the problem=topic34
69 3 Genetic mutation=topic35
70 3 Use a debugger=topic36
71 3 Use tracing code=topic37
72 3 Use wxObject::Dump and the wxDebugContext class=topic38
73 3 Check Windows debug messages=topic39
74 1 Alphabetical class reference
75 2 Alphabetical class reference=classref
76 2 wxActivateEvent
77 3 wxActivateEvent=wxactivateevent
78 3 wxActivateEvent::wxActivateEvent=topic40
79 3 wxActivateEvent::m_active=topic41
80 3 wxActivateEvent::GetActive=wxactivateeventgetactive
81 2 wxApp
82 3 wxApp=wxapp
83 3 wxApp::wxApp=topic42
84 3 wxApp::~wxApp=topic43
85 3 wxApp::argc=wxappargc
86 3 wxApp::argv=wxappargv
87 3 wxApp::CreateLogTarget=wxappcreatelogtarget
88 3 wxApp::Dispatch=wxappdispatch
89 3 wxApp::GetAppName=wxappgetappname
90 3 wxApp::GetAuto3D=wxappgetauto3d
91 3 wxApp::GetClassName=wxappgetclassname
92 3 wxApp::GetExitOnDelete=wxappgetexitondelete
93 3 wxApp::GetPrintMode=wxappgetprintmode
94 3 wxApp::GetTopWindow=wxappgettopwindow
95 3 wxApp::ExitMainLoop=wxappexitmainloop
96 3 wxApp::Initialized=wxappinitialized
97 3 wxApp::MainLoop=wxappmainloop
98 3 wxApp::OnActivate=wxapponactivate
99 3 wxApp::OnExit=wxapponexit
100 3 wxApp::OnCharHook=wxapponcharhook
101 3 wxApp::OnIdle=wxapponidle
102 3 wxApp::OnInit=wxapponinit
103 3 wxApp::Pending=wxapppending
104 3 wxApp::ProcessMessage=wxappprocessmessage
105 3 wxApp::SendIdleEvents=wxappsendidleevents
106 3 wxApp::SetAppName=wxappsetappname
107 3 wxApp::SetAuto3D=wxappsetauto3d
108 3 wxApp::SetClassName=wxappsetclassname
109 3 wxApp::SetExitOnDelete=wxappsetexitondelete
110 3 wxApp::SetPrintMode=wxappsetprintmode
111 3 wxApp::SetTopWindow=wxappsettopwindow
112 2 wxButton
113 3 wxButton=wxbutton
114 3 wxButton::wxButton=wxbuttonconstr
115 3 wxButton::~wxButton=topic44
116 3 wxButton::Create=wxbuttoncreate
117 3 wxButton::GetLabel=wxbuttongetlabel
118 3 wxButton::SetDefault=wxbuttonsetdefault
119 3 wxButton::SetLabel=wxbuttonsetlabel
120 2 wxBitmap
121 3 wxBitmap=wxbitmap
122 3 wxBitmap::wxBitmap=wxbitmapconstr
123 3 wxBitmap::~wxBitmap=topic45
124 3 wxBitmap::AddHandler=wxbitmapaddhandler
125 3 wxBitmap::CleanUpHandlers=topic46
126 3 wxBitmap::Create=topic47
127 3 wxBitmap::FindHandler=topic48
128 3 wxBitmap::GetDepth=topic49
129 3 wxBitmap::GetHandlers=topic50
130 3 wxBitmap::GetHeight=wxbitmapgetheight
131 3 wxBitmap::GetPalette=wxbitmapgetpalette
132 3 wxBitmap::GetMask=wxbitmapgetmask
133 3 wxBitmap::GetWidth=wxbitmapgetwidth
134 3 wxBitmap::InitStandardHandlers=topic51
135 3 wxBitmap::InsertHandler=topic52
136 3 wxBitmap::LoadFile=wxbitmaploadfile
137 3 wxBitmap::Ok=wxbitmapok
138 3 wxBitmap::RemoveHandler=topic53
139 3 wxBitmap::SaveFile=wxbitmapsavefile
140 3 wxBitmap::SetDepth=wxbitmapsetdepth
141 3 wxBitmap::SetHeight=wxbitmapsetheight
142 3 wxBitmap::SetMask=wxbitmapsetmask
143 3 wxBitmap::SetOk=topic54
144 3 wxBitmap::SetPalette=wxbitmapsetpalette
145 3 wxBitmap::SetWidth=topic55
146 3 wxBitmap::operator ==topic56
147 3 wxBitmap::operator ===topic57
148 3 wxBitmap::operator !==topic58
149 2 wxBitmapHandler
150 3 wxBitmapHandler=wxbitmaphandler
151 3 wxBitmapHandler::wxBitmapHandler=wxbitmaphandlerconstr
152 3 wxBitmapHandler::~wxBitmapHandler=topic59
153 3 wxBitmapHandler::Create=topic60
154 3 wxBitmapHandler::GetName=topic61
155 3 wxBitmapHandler::GetExtension=topic62
156 3 wxBitmapHandler::GetType=topic63
157 3 wxBitmapHandler::LoadFile=wxbitmaphandlerloadfile
158 3 wxBitmapHandler::SaveFile=wxbitmaphandlersavefile
159 3 wxBitmapHandler::SetName=topic64
160 3 wxBitmapHandler::SetExtension=topic65
161 3 wxBitmapHandler::SetType=topic66
162 2 wxBitmapButton
163 3 wxBitmapButton=wxbitmapbutton
164 3 wxBitmapButton::wxBitmapButton=wxbitmapbuttonconstr
165 3 wxBitmapButton::~wxBitmapButton=topic67
166 3 wxBitmapButton::Create=wxbitmapbuttoncreate
167 3 wxBitmapButton::GetBitmapDisabled=wxbitmapbuttongetbitmapdisabled
168 3 wxBitmapButton::GetBitmapFocus=wxbitmapbuttongetbitmapfocus
169 3 wxBitmapButton::GetBitmapLabel=wxbitmapbuttongetbitmaplabel
170 3 wxBitmapButton::GetBitmapSelected=wxbitmapbuttongetbitmapselected
171 3 wxBitmapButton::SetBitmapDisabled=wxbitmapbuttonsetbitmapdisabled
172 3 wxBitmapButton::SetBitmapFocus=wxbitmapbuttonsetbitmapfocus
173 3 wxBitmapButton::SetBitmapLabel=wxbitmapbuttonsetbitmaplabel
174 3 wxBitmapButton::SetBitmapSelected=wxbitmapbuttonsetbitmapselected
175 2 wxBrush
176 3 wxBrush=wxbrush
177 3 wxBrush::wxBrush=topic68
178 3 wxBrush::~wxBrush=topic69
179 3 wxBrush::GetColour=wxbrushgetcolour
180 3 wxBrush::GetStipple=wxbrushgetstipple
181 3 wxBrush::GetStyle=wxbrushgetstyle
182 3 wxBrush::Ok=wxbrushok
183 3 wxBrush::SetColour=wxbrushsetcolour
184 3 wxBrush::SetStipple=wxbrushsetstipple
185 3 wxBrush::SetStyle=wxbrushsetstyle
186 3 wxBrush::operator ==wxbrushassignment
187 3 wxBrush::operator ===wxbrushequals
188 3 wxBrush::operator !==wxbrushnotequals
189 2 wxBrushList
190 3 wxBrushList=wxbrushlist
191 3 wxBrushList::wxBrushList=wxbrushlistconstr
192 3 wxBrushList::AddBrush=wxbrushlistaddbrush
193 3 wxBrushList::FindOrCreateBrush=wxbrushlistfindorcreatebrush
194 3 wxBrushList::RemoveBrush=wxbrushlistremovebrush
195 2 wxCheckBox
196 3 wxCheckBox=wxcheckbox
197 3 wxCheckBox::wxCheckBox=wxcheckboxconstr
198 3 wxCheckBox::~wxCheckBox=topic70
199 3 wxCheckBox::Create=wxcheckboxcreate
200 3 wxCheckBox::GetValue=wxcheckboxgetvalue
201 3 wxCheckBox::SetValue=wxcheckboxsetvalue
202 2 wxChoice
203 3 wxChoice=wxchoice
204 3 wxChoice::wxChoice=wxchoiceconstr
205 3 wxChoice::~wxChoice=topic71
206 3 wxChoice::Append=wxchoiceappend
207 3 wxChoice::Clear=wxchoiceclear
208 3 wxChoice::Create=wxchoicecreate
209 3 wxChoice::FindString=wxchoicefindstring
210 3 wxChoice::GetColumns=wxchoicegetcolumns
211 3 wxChoice::GetSelection=wxchoicegetselection
212 3 wxChoice::GetString=wxchoicegetstring
213 3 wxChoice::GetStringSelection=wxchoicegetstringselection
214 3 wxChoice::Number=wxchoicenumber
215 3 wxChoice::SetColumns=wxchoicesetcolumns
216 3 wxChoice::SetSelection=wxchoicesetselection
217 3 wxChoice::SetStringSelection=wxchoicesetstringselection
218 2 wxClassInfo
219 3 wxClassInfo=wxclassinfo
220 3 wxClassInfo::wxClassInfo=wxclassinfoconstr
221 3 wxClassInfo::CreateObject=topic72
222 3 wxClassInfo::FindClass=topic73
223 3 wxClassInfo::GetBaseClassName1=topic74
224 3 wxClassInfo::GetBaseClassName2=topic75
225 3 wxClassInfo::GetClassName=topic76
226 3 wxClassInfo::GetSize=topic77
227 3 wxClassInfo::InitializeClasses=topic78
228 3 wxClassInfo::IsKindOf=wxclassinfoiskindof
229 2 wxClientDC
230 3 wxClientDC=wxclientdc
231 3 wxClientDC::wxClientDC=topic79
232 2 wxClipboard
233 3 wxClipboard=wxclipboard
234 3 wxClipboard::GetClipboardClient=topic80
235 3 wxClipboard::GetClipboardData=topic81
236 3 wxClipboard::GetClipboardString=topic82
237 3 wxClipboard::SetClipboardClient=topic83
238 3 wxClipboard::SetClipboardString=topic84
239 2 wxClipboardClient
240 3 wxClipboardClient=wxclipboardclient
241 3 wxClipboardClient::formats=topic85
242 3 wxClipboardClient::BeingReplaced=topic86
243 3 wxClipboardClient::GetData=topic87
244 2 wxCloseEvent
245 3 wxCloseEvent=wxcloseevent
246 3 wxCloseEvent::wxCloseEvent=topic88
247 3 wxCloseEvent::GetLoggingOff=wxcloseeventgetloggingoff
248 3 wxCloseEvent::GetSessionEnding=wxcloseeventgetsessionending
249 3 wxCloseEvent::GetForce=wxcloseeventgetforce
250 3 wxCloseEvent::Veto=wxcloseeventveto
251 2 wxColour
252 3 wxColour=wxcolour
253 3 wxColour::wxColour=wxcolourconstr
254 3 wxColour::Blue=wxcolourblue
255 3 wxColour::GetPixel=wxcolourgetpixel
256 3 wxColour::Green=wxcolourgreen
257 3 wxColour::Ok=wxcolourok
258 3 wxColour::Red=wxcolourred
259 3 wxColour::Set=wxcolourset
260 3 wxColour::operator ==wxcolourassign
261 3 wxColour::operator ===wxcolourequality
262 3 wxColour::operator !==wxcolourinequality
263 2 wxColourData
264 3 wxColourData=wxcolourdata
265 3 wxColourData::wxColourData=wxcolourdataconstr
266 3 wxColourData::~wxColourData=topic89
267 3 wxColourData::GetChooseFull=wxcolourdatagetchoosefull
268 3 wxColourData::GetColour=wxcolourdatagetcolour
269 3 wxColourData::GetCustomColour=wxcolourdatagetcustomcolour
270 3 wxColourData::SetChooseFull=wxcolourdatasetchoosefull
271 3 wxColourData::SetColour=wxcolourdatasetcolour
272 3 wxColourData::SetCustomColour=wxcolourdatasetcustomcolour
273 3 wxColourData::operator ==wxcolourdataassign
274 2 wxColourDatabase
275 3 wxColourDatabase=wxcolourdatabase
276 3 wxColourDatabase::wxColourDatabase=wxcolourdatabaseconstr
277 3 wxColourDatabase::FindColour=wxcolourdatabasefindcolour
278 3 wxColourDatabase::FindName=wxcolourdatabasefindname
279 3 wxColourDatabase::Initialize=wxcolourdatabaseinitialize
280 2 wxColourDialog
281 3 wxColourDialog=wxcolourdialog
282 3 wxColourDialog::wxColourDialog=topic90
283 3 wxColourDialog::~wxColourDialog=topic91
284 3 wxColourDialog::GetColourData=topic92
285 3 wxColourDialog::ShowModal=topic93
286 2 wxComboBox
287 3 wxComboBox=wxcombobox
288 3 wxComboBox::wxComboBox=wxcomboboxconstr
289 3 wxComboBox::~wxComboBox=topic94
290 3 wxComboBox::Append=wxcomboboxappend
291 3 wxComboBox::Clear=wxcomboboxclear
292 3 wxComboBox::Create=wxcomboboxcreate
293 3 wxComboBox::Copy=wxcomboboxcopy
294 3 wxComboBox::Cut=wxcomboboxcut
295 3 wxComboBox::Delete=wxcomboboxdelete
296 3 wxComboBox::FindString=wxcomboboxfindstring
297 3 wxComboBox::GetClientData=wxcomboboxgetclientdata
298 3 wxComboBox::GetInsertionPoint=wxcomboboxgetinsertionpoint
299 3 wxComboBox::GetLastPosition=wxcomboboxgetlastposition
300 3 wxComboBox::GetSelection=wxcomboboxgetselection
301 3 wxComboBox::GetString=wxcomboboxgetstring
302 3 wxComboBox::GetStringSelection=wxcomboboxgetstringselection
303 3 wxComboBox::GetValue=wxcomboboxgetvalue
304 3 wxComboBox::Number=wxcomboboxnumber
305 3 wxComboBox::Paste=wxcomboboxpaste
306 3 wxComboBox::Replace=wxcomboboxreplace
307 3 wxComboBox::Remove=wxcomboboxremove
308 3 wxComboBox::SetClientData=wxcomboboxsetclientdata
309 3 wxComboBox::SetInsertionPoint=wxcomboboxsetinsertionpoint
310 3 wxComboBox::SetInsertionPointEnd=wxcomboboxsetinsertionpointend
311 3 wxComboBox::SetSelection=wxcomboboxsetselection
312 3 wxComboBox::SetValue=wxcomboboxsetvalue
313 2 wxCommand
314 3 wxCommand=wxcommand
315 3 wxCommand::wxCommand=topic95
316 3 wxCommand::~wxCommand=topic96
317 3 wxCommand::CanUndo=topic97
318 3 wxCommand::Do=topic98
319 3 wxCommand::GetName=topic99
320 3 wxCommand::Undo=topic100
321 2 wxCommandEvent
322 3 wxCommandEvent=wxcommandevent
323 3 wxCommandEvent::m_clientData=topic101
324 3 wxCommandEvent::m_commandInt=topic102
325 3 wxCommandEvent::m_commandString=topic103
326 3 wxCommandEvent::m_extraLong=topic104
327 3 wxCommandEvent::wxCommandEvent=topic105
328 3 wxCommandEvent::Checked=topic106
329 3 wxCommandEvent::GetClientData=topic107
330 3 wxCommandEvent::GetExtraLong=topic108
331 3 wxCommandEvent::GetInt=topic109
332 3 wxCommandEvent::GetSelection=topic110
333 3 wxCommandEvent::GetString=topic111
334 3 wxCommandEvent::IsSelection=topic112
335 3 wxCommandEvent::SetClientData=topic113
336 3 wxCommandEvent::SetExtraLong=topic114
337 3 wxCommandEvent::SetInt=topic115
338 3 wxCommandEvent::SetString=topic116
339 2 wxCommandProcessor
340 3 wxCommandProcessor=wxcommandprocessor
341 3 wxCommandProcessor::wxCommandProcessor=topic117
342 3 wxCommandProcessor::~wxCommandProcessor=topic118
343 3 wxCommandProcessor::CanUndo=topic119
344 3 wxCommandProcessor::ClearCommands=topic120
345 3 wxCommandProcessor::Do=topic121
346 3 wxCommandProcessor::GetCommands=topic122
347 3 wxCommandProcessor::GetMaxCommands=topic123
348 3 wxCommandProcessor::GetEditMenu=topic124
349 3 wxCommandProcessor::Initialize=topic125
350 3 wxCommandProcessor::SetEditMenu=topic126
351 3 wxCommandProcessor::Submit=topic127
352 3 wxCommandProcessor::Undo=topic128
353 2 wxCondition
354 3 wxCondition=wxcondition
355 3 wxCondition::wxCondition=wxconditionconstr
356 3 wxCondition::~wxCondition=topic129
357 3 wxCondition::Broadcast=wxconditionbroadcast
358 3 wxCondition::Signal=wxconditionsignal
359 3 wxCondition::Wait=wxconditionwait
360 2 wxControl
361 3 wxControl=wxcontrol
362 3 wxControl::Command=wxcontrolcommand
363 3 wxControl::GetLabel=wxcontrolgetlabel
364 3 wxControl::SetLabel=wxcontrolsetlabel
365 2 wxCursor
366 3 wxCursor=wxcursor
367 3 wxCursor::wxCursor=wxcursorconstr
368 3 wxCursor::~wxCursor=topic130
369 3 wxCursor::Ok=wxcursorok
370 3 wxCursor::operator ==wxcursorassignment
371 3 wxCursor::operator ===wxcursorequals
372 3 wxCursor::operator !==wxcursornotequals
373 2 wxDatabase
374 3 wxDatabase=wxdatabase
375 3 wxDatabase::wxDatabase=topic131
376 3 wxDatabase::~wxDatabase=topic132
377 3 wxDatabase::BeginTrans=topic133
378 3 wxDatabase::Cancel=topic134
379 3 wxDatabase::CanTransact=topic135
380 3 wxDatabase::CanUpdate=topic136
381 3 wxDatabase::Close=topic137
382 3 wxDatabase::CommitTrans=topic138
383 3 wxDatabase::ErrorOccured=topic139
384 3 wxDatabase::ErrorSnapshot=topic140
385 3 wxDatabase::GetDatabaseName=topic141
386 3 wxDatabase::GetDataSource=topic142
387 3 wxDatabase::GetErrorClass=topic143
388 3 wxDatabase::GetErrorCode=topic144
389 3 wxDatabase::GetErrorMessage=topic145
390 3 wxDatabase::GetErrorNumber=topic146
391 3 wxDatabase::GetHDBC=topic147
392 3 wxDatabase::GetHENV=topic148
393 3 wxDatabase::GetInfo=topic149
394 3 wxDatabase::GetPassword=topic150
395 3 wxDatabase::GetUsername=topic151
396 3 wxDatabase::GetODBCVersionFloat=topic152
397 3 wxDatabase::GetODBCVersionString=topic153
398 3 wxDatabase::InWaitForDataSource=topic154
399 3 wxDatabase::IsOpen=topic155
400 3 wxDatabase::Open=wxdatabaseopen
401 3 wxDatabase::OnSetOptions=topic156
402 3 wxDatabase::OnWaitForDataSource=topic157
403 3 wxDatabase::RollbackTrans=topic158
404 3 wxDatabase::SetDataSource=topic159
405 3 wxDatabase::SetLoginTimeout=topic160
406 3 wxDatabase::SetPassword=topic161
407 3 wxDatabase::SetSynchronousMode=topic162
408 3 wxDatabase::SetQueryTimeout=topic163
409 3 wxDatabase::SetUsername=topic164
410 2 wxDate
411 3 wxDate=wxdate
412 3 wxDate::wxDate=wxdateconstr
413 3 wxDate::~wxDate=topic165
414 3 wxDate::AddMonths=wxdateaddmonths
415 3 wxDate::AddWeeks=wxdateaddweeks
416 3 wxDate::AddYears=wxdateaddyears
417 3 wxDate::FormatDate=wxdateformatdate
418 3 wxDate::GetDay=wxdategetday
419 3 wxDate::GetDayOfWeek=wxdategetdayofweek
420 3 wxDate::GetDayOfWeekName=wxdategetdayofweekname
421 3 wxDate::GetDayOfYear=wxdategetdayofyear
422 3 wxDate::GetDaysInMonth=wxdategetdaysinmonth
423 3 wxDate::GetFirstDayOfMonth=wxdategetfirstdayofmonth
424 3 wxDate::GetJulianDate=wxdategetjuliandate
425 3 wxDate::GetMonth=wxdategetmonth
426 3 wxDate::GetMonthEnd=topic166
427 3 wxDate::GetMonthName=wxdategetmonthname
428 3 wxDate::GetMonthStart=wxdategetmonthstart
429 3 wxDate::GetWeekOfMonth=wxdategetweekofmonth
430 3 wxDate::GetWeekOfYear=wxdategetweekofyear
431 3 wxDate::GetYear=wxdategetyear
432 3 wxDate::GetYearEnd=wxdategetyearend
433 3 wxDate::GetYearStart=wxdategetyearstart
434 3 wxDate::IsLeapYear=wxdateisleapyear
435 3 wxDate::Set=wxdateset
436 3 wxDate::SetFormat=wxdatesetformat
437 3 wxDate::SetOption=wxdatesetoption
438 3 wxDate::operator wxString=wxdatewxstring
439 3 wxDate::operator +=wxdateplus
440 3 wxDate::operator -=wxdateminus
441 3 wxDate::operator +==wxdateplusequals
442 3 wxDate::operator -==wxdateminusequals
443 3 wxDate::operator ++=wxdateplusplus
444 3 wxDate::operator --=wxdateminusminus
445 3 wxDate::operator <=wxdatelessthan
446 3 wxDate::operator <==wxdatelessthaneq
447 3 wxDate::operator >=wxdategreaterthan
448 3 wxDate::operator >==wxdategreaterthaneq
449 3 wxDate::operator ===wxdateequals
450 3 wxDate::operator !==wxdatenotequals
451 3 wxDate::operator <<=wxdateinsert
452 2 wxDC
453 3 wxDC=wxdc
454 3 wxDC::wxDC=topic167
455 3 wxDC::~wxDC=topic168
456 3 wxDC::BeginDrawing=wxdcbegindrawing
457 3 wxDC::Blit=wxdcblit
458 3 wxDC::Clear=wxdcclear
459 3 wxDC::CrossHair=wxdccrosshair
460 3 wxDC::DestroyClippingRegion=wxdcdestroyclippingregion
461 3 wxDC::DeviceToLogicalX=wxdcdevicetologicalx
462 3 wxDC::DeviceToLogicalXRel=wxdcdevicetologicalxrel
463 3 wxDC::DeviceToLogicalY=wxdcdevicetologicaly
464 3 wxDC::DeviceToLogicalYRel=wxdcdevicetologicalyrel
465 3 wxDC::DrawArc=wxdcdrawarc
466 3 wxDC::DrawEllipse=wxdcdrawellipse
467 3 wxDC::DrawEllipticArc=wxdcdrawellipticarc
468 3 wxDC::DrawIcon=wxdcdrawicon
469 3 wxDC::DrawLine=wxdcdrawline
470 3 wxDC::DrawLines=wxdcdrawlines
471 3 wxDC::DrawPolygon=wxdcdrawpolygon
472 3 wxDC::DrawPoint=wxdcdrawpoint
473 3 wxDC::DrawRectangle=wxdcdrawrectangle
474 3 wxDC::DrawRoundedRectangle=wxdcdrawroundedrectangle
475 3 wxDC::DrawSpline=wxdcdrawspline
476 3 wxDC::DrawText=wxdcdrawtext
477 3 wxDC::EndDoc=wxdcenddoc
478 3 wxDC::EndDrawing=wxdcenddrawing
479 3 wxDC::EndPage=wxdcendpage
480 3 wxDC::FloodFill=wxdcfloodfill
481 3 wxDC::GetBackground=wxdcgetbackground
482 3 wxDC::GetBrush=wxdcgetbrush
483 3 wxDC::GetCharHeight=wxdcgetcharheight
484 3 wxDC::GetCharWidth=wxdcgetcharwidth
485 3 wxDC::GetClippingBox=wxdcgetclippingbox
486 3 wxDC::GetFont=wxdcgetfont
487 3 wxDC::GetLogicalFunction=wxdcgetlogicalfunction
488 3 wxDC::GetMapMode=wxdcgetmapmode
489 3 wxDC::GetOptimization=wxdcgetoptimization
490 3 wxDC::GetPen=wxdcgetpen
491 3 wxDC::GetPixel=wxdcgetpixel
492 3 wxDC::GetSize=wxdcgetsize
493 3 wxDC::GetTextBackground=wxdcgettextbackground
494 3 wxDC::GetTextExtent=wxdcgettextextent
495 3 wxDC::GetTextForeground=wxdcgettextforeground
496 3 wxDC::LogicalToDeviceX=wxdclogicaltodevicex
497 3 wxDC::LogicalToDeviceXRel=wxdclogicaltodevicexrel
498 3 wxDC::LogicalToDeviceY=wxdclogicaltodevicey
499 3 wxDC::LogicalToDeviceYRel=wxdclogicaltodeviceyrel
500 3 wxDC::MaxX=wxdcmaxx
501 3 wxDC::MaxY=wxdcmaxy
502 3 wxDC::MinX=wxdcminx
503 3 wxDC::MinY=wxdcminy
504 3 wxDC::Ok=wxdcok
505 3 wxDC::SetDeviceOrigin=wxdcsetdeviceorigin
506 3 wxDC::SetBackground=wxdcsetbackground
507 3 wxDC::SetBackgroundMode=wxdcsetbackgroundmode
508 3 wxDC::SetClippingRegion=wxdcsetclippingregion
509 3 wxDC::SetPalette=wxdcsetpalette
510 3 wxDC::SetBrush=wxdcsetbrush
511 3 wxDC::SetFont=wxdcsetfont
512 3 wxDC::SetLogicalFunction=wxdcsetlogicalfunction
513 3 wxDC::SetMapMode=wxdcsetmapmode
514 3 wxDC::SetOptimization=wxsetoptimization
515 3 wxDC::SetPen=wxdcsetpen
516 3 wxDC::SetTextBackground=wxdcsettextbackground
517 3 wxDC::SetTextForeground=wxdcsettextforeground
518 3 wxDC::SetUserScale=wxdcsetuserscale
519 3 wxDC::StartDoc=wxdcstartdoc
520 3 wxDC::StartPage=wxdcstartpage
521 2 wxDDEClient
522 3 wxDDEClient=wxddeclient
523 3 wxDDEClient::wxDDEClient=topic169
524 3 wxDDEClient::MakeConnection=wxddeclientmakeconnection
525 3 wxDDEClient::OnMakeConnection=wxddeclientonmakeconnection
526 3 wxDDEClient::ValidHost=topic170
527 2 wxDDEConnection
528 3 wxDDEConnection=wxddeconnection
529 3 wxDDEConnection::wxDDEConnection=topic171
530 3 wxDDEConnection::Advise=topic172
531 3 wxDDEConnection::Execute=topic173
532 3 wxDDEConnection::Disconnect=topic174
533 3 wxDDEConnection::OnAdvise=wxddeconnectiononadvise
534 3 wxDDEConnection::OnDisconnect=wxddeconnectionondisconnect
535 3 wxDDEConnection::OnExecute=wxddeconnectiononexecute
536 3 wxDDEConnection::OnPoke=wxddeconnectiononpoke
537 3 wxDDEConnection::OnRequest=wxddeconnectiononrequest
538 3 wxDDEConnection::OnStartAdvise=wxddeconnectiononstartadvise
539 3 wxDDEConnection::OnStopAdvise=wxddeconnectiononstopadvise
540 3 wxDDEConnection::Poke=wxddeconnectionpoke
541 3 wxDDEConnection::Request=wxddeconnectionrequest
542 3 wxDDEConnection::StartAdvise=wxddeconnectionstartadvise
543 3 wxDDEConnection::StopAdvise=wxddeconnectionstopadvise
544 2 wxDDEServer
545 3 wxDDEServer=wxddeserver
546 3 wxDDEServer::wxDDEServer=topic175
547 3 wxDDEServer::Create=topic176
548 3 wxDDEServer::OnAcceptConnection=wxddeserveronacceptconnection
549 2 wxDebugContext
550 3 wxDebugContext=wxdebugcontext
551 3 wxDebugContext::Check=wxdebugcontextcheck
552 3 wxDebugContext::Dump=wxdebugcontextdump
553 3 wxDebugContext::GetCheckPrevious=wxdebugcontextgetcheckprevious
554 3 wxDebugContext::GetDebugMode=wxdebugcontextgetdebugmode
555 3 wxDebugContext::GetLevel=wxdebugcontextgetlevel
556 3 wxDebugContext::GetStream=wxdebugcontextgetstream
557 3 wxDebugContext::GetStreamBuf=wxdebugcontextgetstreambuf
558 3 wxDebugContext::HasStream=wxdebugcontexthasstream
559 3 wxDebugContext::PrintClasses=wxdebugcontextprintclasses
560 3 wxDebugContext::PrintStatistics=wxdebugcontextprintstatistics
561 3 wxDebugContext::SetCheckpoint=wxdebugcontextsetcheckpoint
562 3 wxDebugContext::SetCheckPrevious=wxdebugcontextsetcheckprevious
563 3 wxDebugContext::SetDebugMode=wxdebugcontextsetdebugmode
564 3 wxDebugContext::SetFile=wxdebugcontextsetfile
565 3 wxDebugContext::SetLevel=wxdebugcontextsetlevel
566 3 wxDebugContext::SetStandardError=wxdebugcontextsetstandarderror
567 3 wxDebugContext::SetStream=wxdebugcontextsetstream
568 2 wxDebugStreamBuf
569 3 wxDebugStreamBuf=wxdebugstreambuf
570 2 wxDialog
571 3 wxDialog=wxdialog
572 3 wxDialog::wxDialog=wxdialogconstr
573 3 wxDialog::~wxDialog=topic177
574 3 wxDialog::Centre=wxdialogcentre
575 3 wxDialog::Create=wxdialogcreate
576 3 wxDialog::EndModal=wxdialogendmodal
577 3 wxDialog::GetTitle=wxdialoggettitle
578 3 wxDialog::Iconize=wxdialogiconized
579 3 wxDialog::IsIconized=wxdialogisiconized
580 3 wxDialog::IsModal=wxdialogismodal
581 3 wxDialog::OnCharHook=wxdialogoncharhook
582 3 wxDialog::OnApply=wxdialogonapply
583 3 wxDialog::OnCancel=wxdialogoncancel
584 3 wxDialog::OnOK=wxdialogonok
585 3 wxDialog::OnSysColourChanged=wxdialogonsyscolourchanged
586 3 wxDialog::SetModal=wxdialogsetmodal
587 3 wxDialog::SetTitle=wxdialogsettitle
588 3 wxDialog::Show=wxdialogshow
589 3 wxDialog::ShowModal=wxdialogshowmodal
590 2 wxDirDialog
591 3 wxDirDialog=wxdirdialog
592 3 wxDirDialog::wxDirDialog=wxdirdialogconstr
593 3 wxDirDialog::~wxDirDialog=topic178
594 3 wxDirDialog::GetPath=wxdirdialoggetpath
595 3 wxDirDialog::GetMessage=wxdirdialoggetmessage
596 3 wxDirDialog::GetStyle=wxdirdialoggetstyle
597 3 wxDirDialog::SetMessage=wxdirdialogsetmessage
598 3 wxDirDialog::SetPath=wxdirdialogsetpath
599 3 wxDirDialog::SetStyle=wxdirdialogsetstyle
600 3 wxDirDialog::ShowModal=wxdirdialogshowmodal
601 2 wxDocument
602 3 wxDocument=wxdocument
603 3 wxDocument::m_commandProcessor=topic179
604 3 wxDocument::m_documentFile=topic180
605 3 wxDocument::m_documentModified=topic181
606 3 wxDocument::m_documentTemplate=topic182
607 3 wxDocument::m_documentTitle=topic183
608 3 wxDocument::m_documentTypeName=documenttypename
609 3 wxDocument::m_documentViews=topic184
610 3 wxDocument::wxDocument=topic185
611 3 wxDocument::~wxDocument=topic186
612 3 wxDocument::AddView=topic187
613 3 wxDocument::Close=topic188
614 3 wxDocument::DeleteAllViews=topic189
615 3 wxDocument::GetCommandProcessor=topic190
616 3 wxDocument::GetDocumentTemplate=topic191
617 3 wxDocument::GetDocumentManager=topic192
618 3 wxDocument::GetDocumentName=topic193
619 3 wxDocument::GetDocumentWindow=topic194
620 3 wxDocument::GetFilename=topic195
621 3 wxDocument::GetFirstView=topic196
622 3 wxDocument::GetPrintableName=topic197
623 3 wxDocument::GetTitle=topic198
624 3 wxDocument::IsModified=wxdocumentismodified
625 3 wxDocument::LoadObject=topic199
626 3 wxDocument::Modify=wxdocumentmodify
627 3 wxDocument::OnChangedViewList=topic200
628 3 wxDocument::OnCloseDocument=topic201
629 3 wxDocument::OnCreate=topic202
630 3 wxDocument::OnCreateCommandProcessor=topic203
631 3 wxDocument::OnNewDocument=topic204
632 3 wxDocument::OnOpenDocument=topic205
633 3 wxDocument::OnSaveDocument=topic206
634 3 wxDocument::OnSaveModified=topic207
635 3 wxDocument::RemoveView=topic208
636 3 wxDocument::Save=topic209
637 3 wxDocument::SaveAs=topic210
638 3 wxDocument::SaveObject=topic211
639 3 wxDocument::SetCommandProcessor=topic212
640 3 wxDocument::SetDocumentName=topic213
641 3 wxDocument::SetDocumentTemplate=topic214
642 3 wxDocument::SetFilename=topic215
643 3 wxDocument::SetTitle=topic216
644 2 wxDocChildFrame
645 3 wxDocChildFrame=wxdocchildframe
646 3 wxDocChildFrame::m_childDocument=topic217
647 3 wxDocChildFrame::m_childView=topic218
648 3 wxDocChildFrame::wxDocChildFrame=topic219
649 3 wxDocChildFrame::~wxDocChildFrame=topic220
650 3 wxDocChildFrame::GetDocument=topic221
651 3 wxDocChildFrame::GetView=topic222
652 3 wxDocChildFrame::OnActivate=topic223
653 3 wxDocChildFrame::OnClose=topic224
654 3 wxDocChildFrame::SetDocument=topic225
655 3 wxDocChildFrame::SetView=topic226
656 2 wxDocManager
657 3 wxDocManager=wxdocmanager
658 3 wxDocManager::m_currentView=topic227
659 3 wxDocManager::m_defaultDocumentNameCounter=topic228
660 3 wxDocManager::m_fileHistory=topic229
661 3 wxDocManager::m_maxDocsOpen=topic230
662 3 wxDocManager::m_docs=topic231
663 3 wxDocManager::m_flags=topic232
664 3 wxDocManager::m_templates=topic233
665 3 wxDocManager::wxDocManager=topic234
666 3 wxDocManager::~wxDocManager=topic235
667 3 wxDocManager::ActivateView=topic236
668 3 wxDocManager::AddDocument=topic237
669 3 wxDocManager::AddFileToHistory=topic238
670 3 wxDocManager::AssociateTemplate=topic239
671 3 wxDocManager::CreateDocument=topic240
672 3 wxDocManager::CreateView=topic241
673 3 wxDocManager::DisassociateTemplate=topic242
674 3 wxDocManager::FileHistoryLoad=topic243
675 3 wxDocManager::FileHistorySave=topic244
676 3 wxDocManager::FileHistoryUseMenu=topic245
677 3 wxDocManager::FindTemplateForPath=topic246
678 3 wxDocManager::GetCurrentDocument=topic247
679 3 wxDocManager::GetCurrentView=topic248
680 3 wxDocManager::GetDocuments=topic249
681 3 wxDocManager::GetFileHistory=topic250
682 3 wxDocManager::GetMaxDocsOpen=topic251
683 3 wxDocManager::GetNoHistoryFiles=topic252
684 3 wxDocManager::Initialize=wxdocmanagerinitialize
685 3 wxDocManager::MakeDefaultName=topic253
686 3 wxDocManager::OnCreateFileHistory=topic254
687 3 wxDocManager::OnFileClose=topic255
688 3 wxDocManager::OnFileNew=topic256
689 3 wxDocManager::OnFileOpen=topic257
690 3 wxDocManager::OnFileSave=topic258
691 3 wxDocManager::OnFileSaveAs=topic259
692 3 wxDocManager::OnMenuCommand=topic260
693 3 wxDocManager::RemoveDocument=topic261
694 3 wxDocManager::SelectDocumentPath=topic262
695 3 wxDocManager::SelectDocumentType=topic263
696 3 wxDocManager::SelectViewType=topic264
697 3 wxDocManager::SetMaxDocsOpen=topic265
698 2 wxDocParentFrame
699 3 wxDocParentFrame=wxdocparentframe
700 3 wxDocParentFrame::wxDocParentFrame=topic266
701 3 wxDocParentFrame::~wxDocParentFrame=topic267
702 3 wxDocParentFrame::OnClose=topic268
703 2 wxDocTemplate
704 3 wxDocTemplate=wxdoctemplate
705 3 wxDocTemplate::m_defaultExt=topic269
706 3 wxDocTemplate::m_description=topic270
707 3 wxDocTemplate::m_directory=topic271
708 3 wxDocTemplate::m_docClassInfo=topic272
709 3 wxDocTemplate::m_docTypeName=topic273
710 3 wxDocTemplate::m_documentManager=topic274
711 3 wxDocTemplate::m_fileFilter=topic275
712 3 wxDocTemplate::m_flags=topic276
713 3 wxDocTemplate::m_viewClassInfo=topic277
714 3 wxDocTemplate::m_viewTypeName=topic278
715 3 wxDocTemplate::wxDocTemplate=topic279
716 3 wxDocTemplate::~wxDocTemplate=topic280
717 3 wxDocTemplate::CreateDocument=topic281
718 3 wxDocTemplate::CreateView=topic282
719 3 wxDocTemplate::GetDefaultExtension=topic283
720 3 wxDocTemplate::GetDescription=topic284
721 3 wxDocTemplate::GetDirectory=topic285
722 3 wxDocTemplate::GetDocumentManager=topic286
723 3 wxDocTemplate::GetDocumentName=topic287
724 3 wxDocTemplate::GetFileFilter=topic288
725 3 wxDocTemplate::GetFlags=topic289
726 3 wxDocTemplate::GetViewName=topic290
727 3 wxDocTemplate::IsVisible=topic291
728 3 wxDocTemplate::SetDefaultExtension=topic292
729 3 wxDocTemplate::SetDescription=topic293
730 3 wxDocTemplate::SetDirectory=topic294
731 3 wxDocTemplate::SetDocumentManager=topic295
732 3 wxDocTemplate::SetFileFilter=topic296
733 3 wxDocTemplate::SetFlags=topic297
734 2 wxDropFilesEvent
735 3 wxDropFilesEvent=wxdropfilesevent
736 3 wxDropFilesEvent::wxDropFilesEvent=topic298
737 3 wxDropFilesEvent::m_files=topic299
738 3 wxDropFilesEvent::m_noFiles=topic300
739 3 wxDropFilesEvent::m_pos=topic301
740 3 wxDropFilesEvent::GetFiles=wxdropfileseventgetfiles
741 3 wxDropFilesEvent::GetNumberOfFiles=wxdropfileseventgetnumberoffiles
742 3 wxDropFilesEvent::GetPosition=wxdropfileseventgetposition
743 2 wxEraseEvent
744 3 wxEraseEvent=wxeraseevent
745 3 wxEraseEvent::wxEraseEvent=topic302
746 3 wxEraseEvent::m_dc=topic303
747 3 wxEraseEvent::GetDC=wxeraseeventgetdc
748 2 wxEvent
749 3 wxEvent=wxevent
750 3 wxEvent::wxEvent=topic304
751 3 wxEvent::m_eventHandle=topic305
752 3 wxEvent::m_eventObject=topic306
753 3 wxEvent::m_eventType=topic307
754 3 wxEvent::m_id=topic308
755 3 wxEvent::m_skipped=topic309
756 3 wxEvent::m_timeStamp=topic310
757 3 wxEvent::GetEventClass=topic311
758 3 wxEvent::GetEventObject=topic312
759 3 wxEvent::GetEventType=topic313
760 3 wxEvent::GetId=topic314
761 3 wxEvent::GetObjectType=topic315
762 3 wxEvent::GetSkipped=topic316
763 3 wxEvent::GetTimestamp=topic317
764 3 wxEvent::SetEventObject=topic318
765 3 wxEvent::SetEventType=topic319
766 3 wxEvent::SetId=topic320
767 3 wxEvent::SetTimestamp=topic321
768 3 wxEvent::Skip=wxeventskip
769 2 wxEvtHandler
770 3 wxEvtHandler=wxevthandler
771 3 wxEvtHandler::wxEvtHandler=topic322
772 3 wxEvtHandler::~wxEvtHandler=topic323
773 3 wxEvtHandler::Default=wxevthandlerdefault
774 3 wxEvtHandler::GetClientData=wxevthandlergetclientdata
775 3 wxEvtHandler::GetEvtHandlerEnabled=wxevthandlergetevthandlerenabled
776 3 wxEvtHandler::GetNextHandler=wxevthandlergetnexthandler
777 3 wxEvtHandler::GetPreviousHandler=wxevthandlergetprevioushandler
778 3 wxEvtHandler::ProcessEvent=wxevthandlerprocessevent
779 3 wxEvtHandler::SearchEventTable=wxevthandlersearcheventtable
780 3 wxEvtHandler::SetClientData=wxevthandlersetclientdata
781 3 wxEvtHandler::SetEvtHandlerEnabled=wxevthandlersetevthandlerenabled
782 3 wxEvtHandler::SetNextHandler=wxevthandlersetnexthandler
783 3 wxEvtHandler::SetPreviousHandler=wxevthandlersetprevioushandler
784 2 wxExpr
785 3 wxExpr=wxexpr
786 3 wxExpr::wxExpr=wxexprconstr
787 3 wxExpr::~wxExpr=topic324
788 3 wxExpr::AddAttributeValue=wxexpraddattributevalue
789 3 wxExpr::AddAttributeValueString=wxexpraddattributevaluestring
790 3 wxExpr::AddAttributeValueStringList=wxexpraddattributevaluestringlist
791 3 wxExpr::AddAttributeValueWord=wxexpraddattributevalueword
792 3 wxExpr::Append=wxexprappend
793 3 wxExpr::Arg=wxexprarg
794 3 wxExpr::Insert=wxexprinsert
795 3 wxExpr::GetAttributeValue=wxexprgetattributevalue
796 3 wxExpr::GetAttributeValueStringList=wxexprgetattributestringlist
797 3 wxExpr::AttributeValue=wxexprattributevalue
798 3 wxExpr::Copy=wxexprcopy
799 3 wxExpr::DeleteAttributeValue=wxexprdeletattributevalue
800 3 wxExpr::Functor=wxexprfunctor
801 3 wxExpr::GetClientData=wxexprgetclientdata
802 3 wxExpr::GetFirst=wxexprgetfirst
803 3 wxExpr::GetLast=wxexprgetlast
804 3 wxExpr::GetNext=wxexprgetnext
805 3 wxExpr::IntegerValue=wxexprintegervalue
806 3 wxExpr::Nth=wxexprnth
807 3 wxExpr::RealValue=wxexprrealvalue
808 3 wxExpr::SetClientData=wxexprsetclientdata
809 3 wxExpr::StringValue=wxexprstringvalue
810 3 wxExpr::Type=wxexprtype
811 3 wxExpr::WordValue=wxexprwordvalue
812 3 wxExpr::WriteLispExpr=wxexprwritelistexpr
813 3 wxExpr::WritePrologClause=wxexprwriteprologclause
814 3 wxExpr::WriteExpr=wxexprwriteexpr
815 3 Functions and macros=topic325
816 2 wxExprDatabase
817 3 wxExprDatabase=wxexprdatabase
818 3 wxExprDatabase::wxExprDatabase=wxexprdatabaseconstr
819 3 wxExprDatabase::~wxExprDatabase=topic326
820 3 wxExprDatabase::Append=wxexprdatabaseappend
821 3 wxExprDatabase::BeginFind=wxexprdatabasebeginfind
822 3 wxExprDatabase::ClearDatabase=wxexprdatabasecleardatabase
823 3 wxExprDatabase::FindClause=wxexprdatabasefindclause
824 3 wxExprDatabase::FindClauseByFunctor=wxexprdatabasefindclausebyfunctor
825 3 wxExprDatabase::GetErrorCount=wxexprdatabasegeterrorcount
826 3 wxExprDatabase::HashFind=wxexprdatabasehashfind
827 3 wxExprDatabase::Read=wxexprdatabaseread
828 3 wxExprDatabase::ReadFromString=wxexprdatabasereadfromstring
829 3 wxExprDatabase::WriteLisp=wxexprdatabasewritelisp
830 3 wxExprDatabase::Write=wxexprdatabasewrite
831 2 wxFile
832 3 wxFile=wxfile
833 3 wxFile::wxFile=wxfileconstr
834 3 wxFile::~wxFile=topic327
835 3 wxFile::Attach=wxfileattach
836 3 wxFile::Close=wxfileclose
837 3 wxFile::Create=wxfilecreate
838 3 wxFile::Eof=wxfileeof
839 3 wxFile::Exists=wxfileexists
840 3 wxFile::Flush=wxfileflush
841 3 wxFile::IsOpened=wxfileisopened
842 3 wxFile::Length=wxfilelength
843 3 wxFile::Open=wxfileopen
844 3 wxFile::Read=wxfileread
845 3 wxFile::Seek=wxfileseek
846 3 wxFile::SeekEnd=wxfileseekend
847 3 wxFile::Tell=wxfiletell
848 3 wxFile::Write=wxfilewrite
849 2 wxFileDialog
850 3 wxFileDialog=wxfiledialog
851 3 wxFileDialog::wxFileDialog=wxfiledialogconstr
852 3 wxFileDialog::~wxFileDialog=topic328
853 3 wxFileDialog::GetDirectory=wxfiledialoggetdirectory
854 3 wxFileDialog::GetFilename=wxfiledialoggetfilename
855 3 wxFileDialog::GetFilterIndex=wxfiledialoggetfilterindex
856 3 wxFileDialog::GetMessage=wxfiledialoggetmessage
857 3 wxFileDialog::GetPath=wxfiledialoggetpath
858 3 wxFileDialog::GetStyle=wxfiledialoggetstyle
859 3 wxFileDialog::GetWildcard=wxfiledialoggetwildcard
860 3 wxFileDialog::SetDirectory=wxfiledialogsetdirectory
861 3 wxFileDialog::SetFilename=wxfiledialogsetfilename
862 3 wxFileDialog::SetFilterIndex=wxfiledialogsetfilterindex
863 3 wxFileDialog::SetMessage=wxfiledialogsetmessage
864 3 wxFileDialog::SetPath=wxfiledialogsetpath
865 3 wxFileDialog::SetStyle=wxfiledialogsetstyle
866 3 wxFileDialog::SetWildcard=wxfiledialogsetwildcard
867 3 wxFileDialog::ShowModal=wxfiledialogshowmodal
868 2 wxFileHistory
869 3 wxFileHistory=wxfilehistory
870 3 wxFileHistory::m_fileHistory=topic329
871 3 wxFileHistory::m_fileHistoryN=topic330
872 3 wxFileHistory::m_fileMaxFiles=topic331
873 3 wxFileHistory::m_fileMenu=topic332
874 3 wxFileHistory::wxFileHistory=topic333
875 3 wxFileHistory::~wxFileHistory=topic334
876 3 wxFileHistory::AddFileToHistory=topic335
877 3 wxFileHistory::FileHistoryLoad=topic336
878 3 wxFileHistory::FileHistorySave=topic337
879 3 wxFileHistory::FileHistoryUseMenu=topic338
880 3 wxFileHistory::GetMaxFiles=topic339
881 3 wxFileHistory::GetNoHistoryFiles=topic340
882 2 wxFocusEvent
883 3 wxFocusEvent=wxfocusevent
884 3 wxFocusEvent::wxFocusEvent=topic341
885 2 wxFont
886 3 wxFont=wxfont
887 3 wxFont::wxFont=wxfontconstr
888 3 wxFont::~wxFont=topic342
889 3 wxFont::GetFaceName=wxfontgetfacename
890 3 wxFont::GetFamily=wxfontgetfamily
891 3 wxFont::GetFontId=wxfontgetfontid
892 3 wxFont::GetPointSize=wxfontgetpointsize
893 3 wxFont::GetStyle=wxfontgetstyle
894 3 wxFont::GetUnderlined=wxfontgetunderlined
895 3 wxFont::GetWeight=wxfontgetweight
896 3 wxFont::SetFaceName=wxfontsetfacename
897 3 wxFont::SetFamily=wxfontsetfamily
898 3 wxFont::SetPointSize=wxfontsetpointsize
899 3 wxFont::SetStyle=wxfontsetstyle
900 3 wxFont::SetUnderlined=wxfontsetunderlined
901 3 wxFont::SetWeight=wxfontsetweight
902 3 wxFont::operator ==wxfontassignment
903 3 wxFont::operator ===wxfontequals
904 3 wxFont::operator !==wxfontnotequals
905 2 wxFontData
906 3 wxFontData=wxfontdata
907 3 wxFontData::wxFontData=topic343
908 3 wxFontData::~wxFontData=topic344
909 3 wxFontData::EnableEffects=topic345
910 3 wxFontData::GetAllowSymbols=topic346
911 3 wxFontData::GetColour=topic347
912 3 wxFontData::GetChosenFont=topic348
913 3 wxFontData::GetEnableEffects=topic349
914 3 wxFontData::GetInitialFont=topic350
915 3 wxFontData::GetShowHelp=topic351
916 3 wxFontData::SetAllowSymbols=topic352
917 3 wxFontData::SetChosenFont=topic353
918 3 wxFontData::SetColour=topic354
919 3 wxFontData::SetInitialFont=topic355
920 3 wxFontData::SetRange=topic356
921 3 wxFontData::SetShowHelp=topic357
922 3 wxFontData::operator ==topic358
923 2 wxFontDialog
924 3 wxFontDialog=wxfontdialog
925 3 wxFontDialog::wxFontDialog=topic359
926 3 wxFontDialog::~wxFontDialog=topic360
927 3 wxFontDialog::GetFontData=topic361
928 3 wxFontDialog::ShowModal=topic362
929 2 wxFontList
930 3 wxFontList=wxfontlist
931 3 wxFontList::wxFontList=topic363
932 3 wxFontList::AddFont=topic364
933 3 wxFontList::FindOrCreateFont=findorcreatefont
934 3 wxFontList::RemoveFont=topic365
935 2 wxFrame
936 3 wxFrame=wxframe
937 3 wxFrame::wxFrame=wxframeconstr
938 3 wxFrame::~wxFrame=topic366
939 3 wxFrame::Centre=wxframecentre
940 3 wxFrame::Command=wxframecommand
941 3 wxFrame::Create=wxframecreate
942 3 wxFrame::CreateStatusBar=wxframecreatestatusbar
943 3 wxFrame::GetMenuBar=wxframegetmenubar
944 3 wxFrame::GetStatusBar=wxframegetstatusbar
945 3 wxFrame::GetTitle=wxframegettitle
946 3 wxFrame::Iconize=wxframeiconize
947 3 wxFrame::IsIconized=wxframeisiconized
948 3 wxFrame::LoadAccelerators=wxframeloadaccelerators
949 3 wxFrame::Maximize=wxframemaximize
950 3 wxFrame::OnActivate=topic367
951 3 wxFrame::OnCreateStatusBar=wxframeoncreatestatusbar
952 3 wxFrame::OnMenuCommand=wxframeonmenucommand
953 3 wxFrame::OnMenuHighlight=wxframeonmenuhighlight
954 3 wxFrame::OnSize=wxframeonsize
955 3 wxFrame::SetIcon=wxframeseticon
956 3 wxFrame::SetMenuBar=wxframesetmenubar
957 3 wxFrame::SetStatusText=wxframesetstatustext
958 3 wxFrame::SetStatusWidths=wxframesetstatuswidths
959 3 wxFrame::SetTitle=wxframesettitle
960 2 wxGauge
961 3 wxGauge=wxgauge
962 3 wxGauge::wxGauge=wxgaugeconstr
963 3 wxGauge::~wxGauge=topic368
964 3 wxGauge::Create=wxgaugecreate
965 3 wxGauge::GetBezelFace=wxgaugegetbezelface
966 3 wxGauge::GetRange=wxgaugegetrange
967 3 wxGauge::GetShadowWidth=wxgaugegetshadowwidth
968 3 wxGauge::GetValue=wxgaugegetvalue
969 3 wxGauge::SetBezelFace=wxgaugesetbezelface
970 3 wxGauge::SetRange=wxgaugesetrange
971 3 wxGauge::SetShadowWidth=wxgaugesetshadowwidth
972 3 wxGauge::SetValue=wxgaugesetvalue
973 2 wxGDIObject
974 3 wxGDIObject=wxgdiobject
975 3 wxGDIObject::wxGDIObject=wxgdiobjectconstr
976 2 wxGrid
977 3 wxGrid=wxgrid
978 3 wxGrid::wxGrid=wxgridconstr
979 3 wxGrid::AdjustScrollbars=wxgridadjustscrollbars
980 3 wxGrid::AppendCols=wxgridappendcols
981 3 wxGrid::AppendRows=wxgridappendrows
982 3 wxGrid::BeginBatch=wxgridbeginbatch
983 3 wxGrid::CellHitTest=wxgridcellhittest
984 3 wxGrid::CreateGrid=wxgridcreategrid
985 3 wxGrid::CurrentCellVisible=wxgridcurrentcellvisible
986 3 wxGrid::DeleteCols=wxgriddeletecols
987 3 wxGrid::DeleteRows=wxgriddeleterows
988 3 wxGrid::EndBatch=wxgridendbatch
989 3 wxGrid::GetBatchCount=wxgridgetbatchcount
990 3 wxGrid::GetCell=wxgridgetcell
991 3 wxGrid::GetCellAlignment=wxgridgetcellalignment
992 3 wxGrid::GetCellBackgroundColour=wxgridgetcellbackgroundcolour
993 3 wxGrid::GetCells=wxgridgetcells
994 3 wxGrid::GetCellTextColour=wxgridgetcelltextcolour
995 3 wxGrid::GetCellTextFont=wxgridgetcelltextfont
996 3 wxGrid::GetCellValue=wxgridgetcellvalue
997 3 wxGrid::GetCols=wxgridgetcols
998 3 wxGrid::GetColumnWidth=wxgridcolumnwidth
999 3 wxGrid::GetCurrentRect=wxgridgetcurrentrect
1000 3 wxGrid::GetCursorColumn=wxgridgetcursorcolumn
1001 3 wxGrid::GetCursorRow=wxgridgetcursorrow
1002 3 wxGrid::GetEditable=wxgridgeteditable
1003 3 wxGrid::GetHorizScrollBar=wxgridgethorizscrollbar
1004 3 wxGrid::GetLabelAlignment=wxgridgetlabelalignment
1005 3 wxGrid::GetLabelBackgroundColour=wxgridgetlabelbackgroundcolour
1006 3 wxGrid::GetLabelSize=wxgridgetlabelsize
1007 3 wxGrid::GetLabelTextColour=wxgridgetlabeltextcolour
1008 3 wxGrid::GetLabelTextFont=wxgridgetlabeltextfont
1009 3 wxGrid::GetLabelValue=wxgridgetlabelvalue
1010 3 wxGrid::GetRowHeight=wxgridgetrowheight
1011 3 wxGrid::GetRows=wxgridgetrows
1012 3 wxGrid::GetScrollPosX=wxgridgetscrollposx
1013 3 wxGrid::GetScrollPosY=wxgridgetscrollposy
1014 3 wxGrid::GetTextItem=wxgridgettextitem
1015 3 wxGrid::GetVertScrollBar=wxgridgetvertscrollbar
1016 3 wxGrid::InsertCols=wxgridinsertcols
1017 3 wxGrid::InsertRows=wxgridinsertrows
1018 3 wxGrid::OnActivate=wxgridonactivate
1019 3 wxGrid::OnChangeLabels=wxgridonchangelabels
1020 3 wxGrid::OnChangeSelectionLabel=wxgridonchangeselectionlabel
1021 3 wxGrid::OnCreateCell=wxgridoncreatecell
1022 3 wxGrid::OnCellLeftClick=wxgridoncellleftclick
1023 3 wxGrid::OnCellRightClick=wxgridoncellrightclick
1024 3 wxGrid::OnLabelLeftClick=wxgridonlabelleftclick
1025 3 wxGrid::OnLabelRightClick=wxgridonlabelrightclick
1026 3 wxGrid::OnSelectCell=wxgridonselectcell
1027 3 wxGrid::OnSelectCellImplementation=wxgridonselectcellimplementation
1028 3 wxGrid::SetCellAlignment=wxgridsetcellalignment
1029 3 wxGrid::SetCellBackgroundColour=wxgridsetcellbackgroundcolour
1030 3 wxGrid::SetCellTextColour=wxgridsetcelltextcolour
1031 3 wxGrid::SetCellTextFont=wxgridsetcelltextfont
1032 3 wxGrid::SetCellValue=wxgridsetcellvalue
1033 3 wxGrid::SetColumnWidth=wxgridsetcolumnwidth
1034 3 wxGrid::SetDividerPen=wxgridsetdividerpen
1035 3 wxGrid::SetEditable=wxgridseteditable
1036 3 wxGrid::SetGridCursor=wxgridsetgridcursor
1037 3 wxGrid::SetLabelAlignment=wxgridsetlabelalignment
1038 3 wxGrid::SetLabelBackgroundColour=wxgridsetlabelbackgroundcolour
1039 3 wxGrid::SetLabelSize=wxgridsetlabelsize
1040 3 wxGrid::SetLabelTextColour=wxgridsetlabeltextcolour
1041 3 wxGrid::SetLabelTextFont=wxgridsetlabeltextfont
1042 3 wxGrid::SetLabelValue=wxgridsetlabelvalue
1043 3 wxGrid::SetRowHeight=wxgridsetrowheight
1044 3 wxGrid::UpdateDimensions=wxgridupdatedimensions
1045 2 wxHashTable
1046 3 wxHashTable=wxhashtable
1047 3 wxHashTable::wxHashTable=topic369
1048 3 wxHashTable::~wxHashTable=topic370
1049 3 wxHashTable::BeginFind=topic371
1050 3 wxHashTable::Clear=topic372
1051 3 wxHashTable::Delete=topic373
1052 3 wxHashTable::Get=topic374
1053 3 wxHashTable::MakeKey=topic375
1054 3 wxHashTable::Next=topic376
1055 3 wxHashTable::Put=topic377
1056 2 wxHelpControllerBase
1057 3 wxHelpControllerBase=wxhelpcontrollerbase
1058 3 wxHelpControllerBase::wxHelpControllerBase=topic378
1059 3 wxHelpControllerBase::~wxHelpControllerBase=topic379
1060 3 wxHelpControllerBase::Initialize=wxhelpcontrollerbaseinitialize
1061 3 wxHelpControllerBase::DisplayBlock=wxhelpcontrollerbasedisplayblock
1062 3 wxHelpControllerBase::DisplayContents=wxhelpcontrollerbasedisplaycontents
1063 3 wxHelpControllerBase::DisplaySection=wxhelpcontrollerbasedisplaysection
1064 3 wxHelpControllerBase::KeywordSearch=wxhelpcontrollerbasekeywordsearch
1065 3 wxHelpControllerBase::LoadFile=wxhelpcontrollerbaseloadfile
1066 3 wxHelpControllerBase::OnQuit=wxhelpcontrollerbaseonquit
1067 3 wxHelpControllerBase::Quit=wxhelpcontrollerbasequit
1068 2 wxIdleEvent
1069 3 wxIdleEvent=wxidleevent
1070 3 wxIdleEvent::wxIdleEvent=topic380
1071 3 wxIdleEvent::RequestMore=wxidleeventrequestmore
1072 3 wxIdleEvent::MoreRequested=wxidleeventmorerequested
1073 2 wxIcon
1074 3 wxIcon=wxicon
1075 3 wxIcon::wxIcon=wxiconconstr
1076 3 wxIcon::~wxIcon=topic381
1077 3 wxIcon::GetDepth=topic382
1078 3 wxIcon::GetHeight=wxicongetheight
1079 3 wxIcon::GetWidth=wxicongetwidth
1080 3 wxIcon::LoadFile=wxiconloadfile
1081 3 wxIcon::Ok=wxiconok
1082 3 wxIcon::SetDepth=wxiconsetdepth
1083 3 wxIcon::SetHeight=wxiconsetheight
1084 3 wxIcon::SetOk=topic383
1085 3 wxIcon::SetWidth=topic384
1086 3 wxIcon::operator ==topic385
1087 3 wxIcon::operator ===topic386
1088 3 wxIcon::operator !==topic387
1089 2 wxImageList
1090 3 wxImageList=wximagelist
1091 3 wxImageList::wxImageList=wximagelistconstr
1092 3 wxImageList::Add=wximagelistadd
1093 3 wxImageList::Create=wximagelistcreate
1094 3 wxImageList::Draw=wximagelistdraw
1095 3 wxImageList::GetImageCount=wximagelistgetimagecount
1096 3 wxImageList::Remove=wximagelistremove
1097 3 wxImageList::RemoveAll=wximagelistremoveall
1098 3 wxImageList::Replace=wximagelistreplace
1099 2 wxIndividualLayoutConstraint
1100 3 wxIndividualLayoutConstraint=wxindividuallayoutconstraint
1101 3 Edges and relationships=topic388
1102 3 wxIndividualLayoutConstraint::wxIndividualLayoutConstraint=topic389
1103 3 wxIndividualLayoutConstraint::Above=topic390
1104 3 wxIndividualLayoutConstraint::Absolute=topic391
1105 3 wxIndividualLayoutConstraint::AsIs=topic392
1106 3 wxIndividualLayoutConstraint::Below=topic393
1107 3 wxIndividualLayoutConstraint::Unconstrained=topic394
1108 3 wxIndividualLayoutConstraint::LeftOf=topic395
1109 3 wxIndividualLayoutConstraint::PercentOf=topic396
1110 3 wxIndividualLayoutConstraint::RightOf=topic397
1111 3 wxIndividualLayoutConstraint::SameAs=topic398
1112 3 wxIndividualLayoutConstraint::Set=topic399
1113 2 wxInitDialogEvent
1114 3 wxInitDialogEvent=wxinitdialogevent
1115 3 wxInitDialogEvent::wxInitDialogEvent=topic400
1116 2 wxJoystick
1117 3 wxJoystick=wxjoystick
1118 3 wxJoystick::wxJoystick=wxjoystickconstr
1119 3 wxJoystick::~wxJoystick=topic401
1120 3 wxJoystick::GetButtonState=wxjoystickgetbuttonstate
1121 3 wxJoystick::GetManufacturerId=wxjoystickgetmanufacturerid
1122 3 wxJoystick::GetMovementThreshold=wxjoystickgetmovementthreshold
1123 3 wxJoystick::GetNumberAxes=wxjoystickgetnumberaxes
1124 3 wxJoystick::GetNumberButtons=wxjoystickgetnumberbuttons
1125 3 wxJoystick::GetNumberJoysticks=wxjoystickgetnumberjoysticks
1126 3 wxJoystick::GetPollingMax=wxjoystickgetpollingmax
1127 3 wxJoystick::GetPollingMin=wxjoystickgetpollingmin
1128 3 wxJoystick::GetProductId=wxjoystickgetproductid
1129 3 wxJoystick::GetProductName=wxjoystickgetproductname
1130 3 wxJoystick::GetPosition=wxjoystickgetposition
1131 3 wxJoystick::GetPOVPosition=wxjoystickgetpovposition
1132 3 wxJoystick::GetPOVCTSPosition=wxjoystickgetpovctsposition
1133 3 wxJoystick::GetRudderMax=wxjoystickgetruddermax
1134 3 wxJoystick::GetRudderMin=wxjoystickgetruddermin
1135 3 wxJoystick::GetRudderPosition=wxjoystickgetrudderposition
1136 3 wxJoystick::GetUMax=wxjoystickgetumax
1137 3 wxJoystick::GetUMin=wxjoystickgetumin
1138 3 wxJoystick::GetUPosition=wxjoystickgetuposition
1139 3 wxJoystick::GetVMax=wxjoystickgetvmax
1140 3 wxJoystick::GetUMin=wxjoystickgetumin
1141 3 wxJoystick::GetVPosition=wxjoystickgetvposition
1142 3 wxJoystick::GetXMax=wxjoystickgetxmax
1143 3 wxJoystick::GetXMin=wxjoystickgetxmin
1144 3 wxJoystick::GetYMax=wxjoystickgetymax
1145 3 wxJoystick::GetYMin=wxjoystickgetymin
1146 3 wxJoystick::GetZMax=wxjoystickgetzmax
1147 3 wxJoystick::GetZMin=wxjoystickgetzmin
1148 3 wxJoystick::GetZPosition=wxjoystickgetzposition
1149 3 wxJoystick::HasPOV=wxjoystickhaspov
1150 3 wxJoystick::HasPOV4Dir=wxjoystickhaspovfdir
1151 3 wxJoystick::HasPOVCTS=wxjoystickhaspovcts
1152 3 wxJoystick::HasRudder=wxjoystickhasrudder
1153 3 wxJoystick::HasU=wxjoystickhasu
1154 3 wxJoystick::HasV=wxjoystickhasv
1155 3 wxJoystick::HasZ=wxjoystickhasz
1156 3 wxJoystick::IsOk=wxjoystickisok
1157 3 wxJoystick::ReleaseCapture=wxjoystickreleasecapture
1158 3 wxJoystick::SetCapture=wxjoysticksetcapture
1159 3 wxJoystick::SetMovementThreshold=wxjoysticksetmovementthreshold
1160 2 wxJoystickEvent
1161 3 wxJoystickEvent=wxjoystickevent
1162 3 wxJoystickEvent::wxJoystickEvent=topic402
1163 3 wxJoystickEvent::ButtonDown=wxjoystickeventbuttondown
1164 3 wxJoystickEvent::ButtonIsDown=wxjoystickeventbuttonisdown
1165 3 wxJoystickEvent::ButtonUp=wxjoystickeventbuttonup
1166 3 wxJoystickEvent::GetButtonChange=wxjoystickeventgetbuttonchange
1167 3 wxJoystickEvent::GetButtonState=wxjoystickeventgetbuttonstate
1168 3 wxJoystickEvent::GetJoystick=wxjoystickeventgetjoystick
1169 3 wxJoystickEvent::GetPosition=wxjoystickeventgetposition
1170 3 wxJoystickEvent::GetZPosition=wxjoystickeventgetzposition
1171 3 wxJoystickEvent::IsButton=wxjoystickeventisbutton
1172 3 wxJoystickEvent::IsMove=wxjoystickeventismove
1173 3 wxJoystickEvent::IsZMove=wxjoystickeventiszmove
1174 2 wxKeyEvent
1175 3 wxKeyEvent=wxkeyevent
1176 3 wxKeyEvent::m_altDown=topic403
1177 3 wxKeyEvent::m_controlDown=topic404
1178 3 wxKeyEvent::m_keyCode=topic405
1179 3 wxKeyEvent::m_metaDown=topic406
1180 3 wxKeyEvent::m_shiftDown=topic407
1181 3 wxKeyEvent::m_x=topic408
1182 3 wxKeyEvent::m_y=topic409
1183 3 wxKeyEvent::wxKeyEvent=topic410
1184 3 wxKeyEvent::AltDown=topic411
1185 3 wxKeyEvent::ControlDown=topic412
1186 3 wxKeyEvent::GetX=topic413
1187 3 wxKeyEvent::GetY=topic414
1188 3 wxKeyEvent::KeyCode=topic415
1189 3 wxKeyEvent::MetaDown=topic416
1190 3 wxKeyEvent::Position=topic417
1191 3 wxKeyEvent::ShiftDown=topic418
1192 2 wxLayoutConstraints
1193 3 wxLayoutConstraints=wxlayoutconstraints
1194 3 wxLayoutConstraints::wxLayoutConstraints=topic419
1195 3 wxLayoutConstraints::bottom=topic420
1196 3 wxLayoutConstraints::centreX=topic421
1197 3 wxLayoutConstraints::centreY=topic422
1198 3 wxLayoutConstraints::height=topic423
1199 3 wxLayoutConstraints::left=topic424
1200 3 wxLayoutConstraints::right=topic425
1201 3 wxLayoutConstraints::top=topic426
1202 3 wxLayoutConstraints::width=topic427
1203 2 wxList
1204 3 wxList=wxlist
1205 3 wxList::wxList=topic428
1206 3 wxList::~wxList=topic429
1207 3 wxList::Append=topic430
1208 3 wxList::Clear=topic431
1209 3 wxList::DeleteContents=topic432
1210 3 wxList::DeleteNode=topic433
1211 3 wxList::DeleteObject=topic434
1212 3 wxList::Find=topic435
1213 3 wxList::First=topic436
1214 3 wxList::Insert=topic437
1215 3 wxList::Last=topic438
1216 3 wxList::Member=topic439
1217 3 wxList::Nth=topic440
1218 3 wxList::Number=topic441
1219 3 wxList::Sort=topic442
1220 2 wxListBox
1221 3 wxListBox=wxlistbox
1222 3 wxListBox::wxListBox=wxlistboxconstr
1223 3 wxListBox::~wxListBox=topic443
1224 3 wxListBox::Append=wxlistboxappend
1225 3 wxListBox::Clear=wxlistboxclear
1226 3 wxListBox::Create=wxlistboxcreate
1227 3 wxListBox::Delete=wxlistboxdelete
1228 3 wxListBox::Deselect=wxlistboxdeselect
1229 3 wxListBox::FindString=wxlistboxfindstring
1230 3 wxListBox::GetClientData=wxlistboxgetclientdata
1231 3 wxListBox::GetSelection=wxlistboxgetselection
1232 3 wxListBox::GetSelections=wxlistboxgetselections
1233 3 wxListBox::GetString=wxlistboxgetstring
1234 3 wxListBox::GetStringSelection=wxlistboxgetstringselection
1235 3 wxListBox::Number=wxlistboxnumber
1236 3 wxListBox::Selected=wxlistboxselected
1237 3 wxListBox::Set=wxlistboxset
1238 3 wxListBox::SetClientData=wxlistboxsetclientdata
1239 3 wxListBox::SetFirstItem=wxlistboxsetfirstitem
1240 3 wxListBox::SetSelection=wxlistboxsetselection
1241 3 wxListBox::SetString=wxlistboxsetstring
1242 3 wxListBox::SetStringSelection=wxlistboxsetstringselection
1243 2 wxListCtrl
1244 3 wxListCtrl=wxlistctrl
1245 3 wxListCtrl::wxListCtrl=wxlistctrlconstr
1246 3 wxListCtrl::~wxListCtrl=topic444
1247 3 wxListCtrl::Arrange=wxlistctrlarrange
1248 3 wxListCtrl::Create=wxlistctrlcreate
1249 3 wxListCtrl::DeleteItem=wxlistctrldeleteitem
1250 3 wxListCtrl::DeleteAllItems=wxlistctrldeleteallitems
1251 3 wxListCtrl::DeleteColumn=wxlistctrldeletecolumn
1252 3 wxListCtrl::Edit=wxlistctrledit
1253 3 wxListCtrl::EnsureVisible=wxlistctrlensurevisible
1254 3 wxListCtrl::FindItem=wxlistctrlfinditem
1255 3 wxListCtrl::GetColumn=wxlistctrlgetcolumn
1256 3 wxListCtrl::GetColumnWidth=wxlistctrlgetcolumnwidth
1257 3 wxListCtrl::GetCountPerPage=wxlistctrlgetcountperpage
1258 3 wxListCtrl::GetEditControl=wxlistctrlgeteditcontrol
1259 3 wxListCtrl::GetImageList=wxlistctrlgetimagelist
1260 3 wxListCtrl::GetItem=wxlistctrlgetitem
1261 3 wxListCtrl::GetItemData=wxlistctrlgetitemdata
1262 3 wxListCtrl::GetItemPosition=wxlistctrlgetitemposition
1263 3 wxListCtrl::GetItemRect=wxlistctrlgetitemrect
1264 3 wxListCtrl::GetItemState=wxlistctrlgetitemstate
1265 3 wxListCtrl::GetItemCount=wxlistctrlgetitemcount
1266 3 wxListCtrl::GetItemSpacing=wxlistctrlgetitemspacing
1267 3 wxListCtrl::GetItemText=wxlistctrlgetitemtext
1268 3 wxListCtrl::GetNextItem=wxlistctrlgetnextitem
1269 3 wxListCtrl::GetSelectedItemCount=wxlistctrlgetselecteditemcount
1270 3 wxListCtrl::GetTextColour=wxlistctrlgettextcolour
1271 3 wxListCtrl::GetTopItem=wxlistctrlgettopitem
1272 3 wxListCtrl::HitTest=wxlistctrlhittest
1273 3 wxListCtrl::InsertColumn=wxlistctrlinsertcolumn
1274 3 wxListCtrl::InsertItem=wxlistctrlinsertitem
1275 3 wxListCtrl::ScrollList=wxlistctrlscrolllist
1276 3 wxListCtrl::SetBackgroundColour=wxlistctrlsetbackgroundcolour
1277 3 wxListCtrl::SetColumn=wxlistctrlsetcolumn
1278 3 wxListCtrl::SetColumnWidth=wxlistctrlsetcolumnwidth
1279 3 wxListCtrl::SetImageList=wxlistctrlsetimagelist
1280 3 wxListCtrl::SetItem=wxlistctrlsetitem
1281 3 wxListCtrl::SetItemData=wxlistctrlsetitemdata
1282 3 wxListCtrl::SetItemImage=wxlistctrlsetitemimage
1283 3 wxListCtrl::SetItemPosition=wxlistctrlsetitemposition
1284 3 wxListCtrl::SetItemState=wxlistctrlsetitemstate
1285 3 wxListCtrl::SetItemText=wxlistctrlsetitemtext
1286 3 wxListCtrl::SetSingleStyle=wxlistctrlsetsinglestyle
1287 3 wxListCtrl::SetTextColour=wxlistctrlsettextcolour
1288 3 wxListCtrl::SetWindowStyleFlag=wxlistctrlsetwindowstyleflag
1289 3 wxListCtrl::SortItems=wxlistctrlsortitems
1290 2 wxListEvent
1291 3 wxListEvent=wxlistevent
1292 3 wxListEvent::wxListEvent=topic445
1293 3 wxListEvent::m_code=topic446
1294 3 wxListEvent::m_itemIndex=topic447
1295 3 wxListEvent::m_oldItemIndex=topic448
1296 3 wxListEvent::m_col=topic449
1297 3 wxListEvent::m_cancelled=topic450
1298 3 wxListEvent::m_pointDrag=topic451
1299 3 wxListEvent::m_item=topic452
1300 2 wxMask
1301 3 wxMask=wxmask
1302 3 wxMask::wxMask=wxmaskconstr
1303 3 wxMask::~wxMask=topic453
1304 3 wxMask::Create=wxmaskcreate
1305 2 wxMDIChildFrame
1306 3 wxMDIChildFrame=wxmdichildframe
1307 3 wxMDIChildFrame::wxMDIChildFrame=wxmdichildframeconstr
1308 3 wxMDIChildFrame::~wxMDIChildFrame=topic454
1309 3 wxMDIChildFrame::Activate=wxmdichildframeactivate
1310 3 wxMDIChildFrame::Create=wxmdichildframecreate
1311 3 wxMDIChildFrame::Maximize=wxmdichildframemaximize
1312 3 wxMDIChildFrame::Restore=wxmdichildframerestore
1313 2 wxMDIClientWindow
1314 3 wxMDIClientWindow=wxmdiclientwindow
1315 3 wxMDIClientWindow::wxMDIClientWindow=wxmdiclientwindowconstr
1316 3 wxMDIClientWindow::~wxMDIClientWindow=topic455
1317 3 wxMDIClientWindow::CreateClient=wxmdiclientwindowcreateclient
1318 2 wxMDIParentFrame
1319 3 wxMDIParentFrame=wxmdiparentframe
1320 3 wxMDIParentFrame::wxMDIParentFrame=wxmdiparentframeconstr
1321 3 wxMDIParentFrame::~wxMDIParentFrame=topic456
1322 3 wxMDIParentFrame::ActivateNext=wxmdiparentframeactivatenext
1323 3 wxMDIParentFrame::ActivatePrevious=wxmdiparentframeactivateprevious
1324 3 wxMDIParentFrame::ArrangeIcons=wxmdiparentframearrangeicons
1325 3 wxMDIParentFrame::Cascade=wxmdiparentframecascade
1326 3 wxMDIParentFrame::Create=wxmdiparentframecreate
1327 3 wxMDIParentFrame::GetClientSize=wxmdiparentframegetclientsize
1328 3 wxMDIParentFrame::GetActiveChild=wxmdiparentframegetactivechild
1329 3 wxMDIParentFrame::GetClientWindow=wxmdiparentframegetclientwindow
1330 3 wxMDIParentFrame::GetToolBar=wxmdiparentframegettoolbar
1331 3 wxMDIParentFrame::OnCreateClient=wxmdiparentframeoncreateclient
1332 3 wxMDIParentFrame::SetToolBar=wxmdiparentframesettoolbar
1333 3 wxMDIParentFrame::Tile=wxmdiparentframetile
1334 2 wxMenu
1335 3 wxMenu=wxmenu
1336 3 wxMenu::wxMenu=wxmenuconstr
1337 3 wxMenu::~wxMenu=topic457
1338 3 wxMenu::Append=wxmenuappend
1339 3 wxMenu::AppendSeparator=wxmenuappendseparator
1340 3 wxMenu::Break=wxmenubreak
1341 3 wxMenu::Check=wxmenucheck
1342 3 wxMenu::Enable=wxmenuenable
1343 3 wxMenu::FindItem=wxmenufinditem
1344 3 wxMenu::FindItemForId=wxmenufinditemforid
1345 3 wxMenu::GetHelpString=wxmenugethelpstring
1346 3 wxMenu::GetLabel=wxmenugetlabel
1347 3 wxMenu::GetTitle=wxmenugettitle
1348 3 wxMenu::IsChecked=wxmenuischecked
1349 3 wxMenu::IsEnabled=wxmenuisenabled
1350 3 wxMenu::SetHelpString=wxmenusethelpstring
1351 3 wxMenu::SetLabel=wxmenusetlabel
1352 3 wxMenu::SetTitle=wxmenusettitle
1353 2 wxMenuBar
1354 3 wxMenuBar=wxmenubar
1355 3 wxMenuBar::wxMenuBar=wxmenubarconstr
1356 3 wxMenuBar::~wxMenuBar=topic458
1357 3 wxMenuBar::Append=wxmenubarappend
1358 3 wxMenuBar::Check=wxmenubarcheck
1359 3 wxMenuBar::Enable=wxmenubarenable
1360 3 wxMenuBar::EnableTop=wxmenubarenabletop
1361 3 wxMenuBar::FindMenuItem=wxmenubarfindmenuitem
1362 3 wxMenuBar::FindItemById=wxmenubarfinditembyid
1363 3 wxMenuBar::GetHelpString=wxmenubargethelpstring
1364 3 wxMenuBar::GetLabel=wxmenubargetlabel
1365 3 wxMenuBar::GetLabelTop=wxmenubargetlabeltop
1366 3 wxMenuBar::IsChecked=wxmenubarischecked
1367 3 wxMenuBar::IsEnabled=wxmenubarisenabled
1368 3 wxMenuBar::SetHelpString=wxmenubarsethelpstring
1369 3 wxMenuBar::SetLabel=wxmenubarsetlabel
1370 3 wxMenuBar::SetLabelTop=wxmenubarsetlabeltop
1371 2 wxMenuItem
1372 3 wxMenuItem=wxmenuitem
1373 3 wxMenuItem::wxMenuItem=wxmenuitemconstr
1374 3 wxMenuItem::~wxMenuItem=topic459
1375 3 wxMenuItem::Check=wxmenuitemcheck
1376 3 wxMenuItem::DeleteSubMenu=wxmenuitemdeletesubmenu
1377 3 wxMenuItem::Enable=wxmenuitemenable
1378 3 wxMenuItem::GetBackgroundColour=wxmenuitemgetbackgroundcolour
1379 3 wxMenuItem::GetBitmap=wxmenuitemgetbitmap
1380 3 wxMenuItem::GetFont=wxmenuitemgetfont
1381 3 wxMenuItem::GetHelp=wxmenuitemgethelp
1382 3 wxMenuItem::GetId=wxmenuitemgetid
1383 3 wxMenuItem::GetMarginWidth=wxmenuitemgetmarginwidth
1384 3 wxMenuItem::GetName=wxmenuitemgetname
1385 3 wxMenuItem::GetSubMenu=wxmenuitemgetsubmenu
1386 3 wxMenuItem::GetTextColour=wxmenuitemgettextcolour
1387 3 wxMenuItem::IsCheckable=wxmenuitemischeckable
1388 3 wxMenuItem::IsChecked=wxmenuitemischecked
1389 3 wxMenuItem::IsEnabled=wxmenuitemisenabled
1390 3 wxMenuItem::IsSeparator=wxmenuitemisseparator
1391 3 wxMenuItem::SetBackgroundColour=wxmenuitemsetbackgroundcolour
1392 3 wxMenuItem::SetBitmaps=wxmenuitemsetbitmaps
1393 3 wxMenuItem::SetFont=wxmenuitemsetfont
1394 3 wxMenuItem::SetHelp=wxmenuitemsethelp
1395 3 wxMenuItem::SetMarginWidth=wxmenuitemsetmarginwidth
1396 3 wxMenuItem::SetName=wxmenuitemsetname
1397 3 wxMenuItem::SetTextColour=wxmenuitemsettextcolour
1398 2 wxMenuEvent
1399 3 wxMenuEvent=wxmenuevent
1400 3 wxMenuEvent::wxMenuEvent=topic460
1401 3 wxMenuEvent::m_menuId=topic461
1402 3 wxMenuEvent::GetMenuId=wxmenueventgetmenuid
1403 2 wxMemoryDC
1404 3 wxMemoryDC=wxmemorydc
1405 3 wxMemoryDC::wxMemoryDC=topic462
1406 3 wxMemoryDC::SelectObject=topic463
1407 2 wxMessageDialog
1408 3 wxMessageDialog=wxmessagedialog
1409 3 wxMessageDialog::wxMessageDialog=wxmessagedialogconstr
1410 3 wxMessageDialog::~wxMessageDialog=topic464
1411 3 wxMessageDialog::ShowModal=wxmessagedialogshowmodal
1412 2 wxMetaFile
1413 3 wxMetaFile=wxmetafile
1414 3 wxMetaFile::wxMetaFile=topic465
1415 3 wxMetaFile::~wxMetaFile=topic466
1416 3 wxMetaFile::Ok=wxmetafileok
1417 3 wxMetaFile::Play=wxmetafileplay
1418 3 wxMetaFile::SetClipboard=topic467
1419 2 wxMetaFileDC
1420 3 wxMetaFileDC=wxmetafiledc
1421 3 wxMetaFileDC::wxMetaFileDC=topic468
1422 3 wxMetaFileDC::~wxMetaFileDC=topic469
1423 3 wxMetaFileDC::Close=wxmetafiledcclose
1424 2 wxMiniFrame
1425 3 wxMiniFrame=wxminiframe
1426 3 wxMiniFrame::wxMiniFrame=wxminiframeconstr
1427 3 wxMiniFrame::~wxMiniFrame=topic470
1428 3 wxMiniFrame::Create=wxminiframecreate
1429 2 wxModule
1430 3 wxModule=wxmodule
1431 3 wxModule::wxModule=wxmoduleconstr
1432 3 wxModule::~wxModule=topic471
1433 3 wxModule::CleanupModules=wxmodulecleanupmodules
1434 3 wxModule::Exit=wxmoduleexit
1435 3 wxModule::Init=wxmoduleinit
1436 3 wxModule::InitializeModules=wxmoduleinitializemodules
1437 3 wxModule::OnExit=wxmoduleonexit
1438 3 wxModule::OnInit=wxmoduleoninit
1439 3 wxModule::RegisterModule=wxmoduleregistermodule
1440 3 wxModule::RegisterModules=wxmoduleregistermodules
1441 2 wxMouseEvent
1442 3 wxMouseEvent=wxmouseevent
1443 3 wxMouseEvent::m_altDown=topic472
1444 3 wxMouseEvent::m_controlDown=topic473
1445 3 wxMouseEvent::m_leftDown=topic474
1446 3 wxMouseEvent::m_middleDown=topic475
1447 3 wxMouseEvent::m_rightDown=topic476
1448 3 wxMouseEvent::m_leftDown=topic477
1449 3 wxMouseEvent::m_metaDown=topic478
1450 3 wxMouseEvent::m_shiftDown=topic479
1451 3 wxMouseEvent::m_x=topic480
1452 3 wxMouseEvent::m_y=topic481
1453 3 wxMouseEvent::wxMouseEvent=topic482
1454 3 wxMouseEvent::AltDown=topic483
1455 3 wxMouseEvent::Button=topic484
1456 3 wxMouseEvent::ButtonDClick=buttondclick
1457 3 wxMouseEvent::ButtonDown=topic485
1458 3 wxMouseEvent::ButtonUp=topic486
1459 3 wxMouseEvent::ControlDown=topic487
1460 3 wxMouseEvent::Dragging=topic488
1461 3 wxMouseEvent::Entering=wxmouseevententering
1462 3 wxMouseEvent::GetX=wxmouseeventgetx
1463 3 wxMouseEvent::GetY=wxmouseeventgety
1464 3 wxMouseEvent::IsButton=topic489
1465 3 wxMouseEvent::Leaving=wxmouseeventleaving
1466 3 wxMouseEvent::LeftDClick=topic490
1467 3 wxMouseEvent::LeftDown=topic491
1468 3 wxMouseEvent::LeftIsDown=topic492
1469 3 wxMouseEvent::LeftUp=topic493
1470 3 wxMouseEvent::MetaDown=topic494
1471 3 wxMouseEvent::MiddleDClick=topic495
1472 3 wxMouseEvent::MiddleDown=topic496
1473 3 wxMouseEvent::MiddleIsDown=topic497
1474 3 wxMouseEvent::MiddleUp=topic498
1475 3 wxMouseEvent::Moving=topic499
1476 3 wxMouseEvent::Position=topic500
1477 3 wxMouseEvent::RightDClick=topic501
1478 3 wxMouseEvent::RightDown=topic502
1479 3 wxMouseEvent::RightIsDown=topic503
1480 3 wxMouseEvent::RightUp=topic504
1481 3 wxMouseEvent::ShiftDown=topic505
1482 2 wxMoveEvent
1483 3 wxMoveEvent=wxmoveevent
1484 3 wxMoveEvent::wxMoveEvent=topic506
1485 3 wxMoveEvent::GetPosition=wxmoveeventgetposition
1486 2 wxMultipleChoiceDialog
1487 3 wxMultipleChoiceDialog=wxmultiplechoicedialog
1488 2 wxMutex
1489 3 wxMutex=wxmutex
1490 3 wxMutex::wxMutex=wxmutexconstr
1491 3 wxMutex::~wxMutex=topic507
1492 3 wxMutex::IsLocked=wxmutexislocked
1493 3 wxMutex::Lock=wxmutexlock
1494 3 wxMutex::TryLock=wxmutextrylock
1495 3 wxMutex::Unlock=wxmutexunlock
1496 2 wxNode
1497 3 wxNode=wxnode
1498 3 wxNode::Data=topic508
1499 3 wxNode::Next=topic509
1500 3 wxNode::Previous=topic510
1501 3 wxNode::SetData=topic511
1502 2 wxObject
1503 3 wxObject=wxobject
1504 3 wxObject::wxObject=wxobjectconstr
1505 3 wxObject::~wxObject=topic512
1506 3 wxObject::m_refData=wxobjectmrefdata
1507 3 wxObject::Dump=wxobjectdump
1508 3 wxObject::GetClassInfo=wxobjectgetclassinfo
1509 3 wxObject::GetRefData=wxobjectgetrefdata
1510 3 wxObject::IsKindOf=wxobjectiskindof
1511 3 wxObject::Ref=wxobjectref
1512 3 wxObject::SetRefData=wxobjectsetrefdata
1513 3 wxObject::UnRef=wxobjectunref
1514 3 wxObject::operator new=wxobjectnew
1515 3 wxObject::operator delete=wxobjectdelete
1516 2 wxObjectRefData
1517 3 wxObjectRefData=wxobjectrefdata
1518 3 wxObjectRefData::m_count=topic513
1519 3 wxObjectRefData::wxObjectRefData=wxobjectrefdataconstr
1520 3 wxObjectRefData::~wxObjectRefData=topic514
1521 2 wxPageSetupData
1522 3 wxPageSetupData=wxpagesetupdata
1523 3 wxPageSetupData::wxPageSetupData=topic515
1524 3 wxPageSetupData::~wxPageSetupData=topic516
1525 3 wxPageSetupData::EnableHelp=wxpagesetupdataenablehelp
1526 3 wxPageSetupData::EnableMargins=wxpagesetupdataenablemargins
1527 3 wxPageSetupData::EnableOrientation=wxpagesetupdataenableorientation
1528 3 wxPageSetupData::EnablePaper=wxpagesetupdataenablepaper
1529 3 wxPageSetupData::EnablePrinter=wxpagesetupdataenableprinter
1530 3 wxPageSetupData::GetPaperSize=wxpagesetupdatagetpapersize
1531 3 wxPageSetupData::GetMarginTopLeft=wxpagesetupdatagetmargintopleft
1532 3 wxPageSetupData::GetMarginBottomRight=wxpagesetupdatagetmarginbottomright
1533 3 wxPageSetupData::GetMinMarginTopLeft=wxpagesetupdatagetminmargintopleft
1534 3 wxPageSetupData::GetMinMarginBottomRight=wxpagesetupdatagetminmarginbottomright
1535 3 wxPageSetupData::GetOrientation=wxpagesetupdatagetorientation
1536 3 wxPageSetupData::GetDefaultMinMargins=wxpagesetupdatagetdefaultminmargins
1537 3 wxPageSetupData::GetEnableMargins=wxpagesetupdatagetenablemargins
1538 3 wxPageSetupData::GetEnableOrientation=wxpagesetupdatagetenableorientation
1539 3 wxPageSetupData::GetEnablePaper=wxpagesetupdatagetenablepaper
1540 3 wxPageSetupData::GetEnablePrinter=wxpagesetupdatagetenableprinter
1541 3 wxPageSetupData::GetEnableHelp=wxpagesetupdatagetenablehelp
1542 3 wxPageSetupData::GetDefaultInfo=wxpagesetupdatagetdefaultinfo
1543 3 wxPageSetupData::SetPaperSize=wxpagesetupdatasetpapersize
1544 3 wxPageSetupData::SetMarginTopLeft=wxpagesetupdatasetmargintopleft
1545 3 wxPageSetupData::SetMarginBottomRight=wxpagesetupdatasetmarginbottomright
1546 3 wxPageSetupData::SetMinMarginTopLeft=wxpagesetupdatasetminmargintopleft
1547 3 wxPageSetupData::SetMinMarginBottomRight=wxpagesetupdatasetminmarginbottomright
1548 3 wxPageSetupData::SetOrientation=wxpagesetupdatasetorientation
1549 3 wxPageSetupData::SetDefaultMinMargins=wxpagesetupdatasetdefaultminmargins
1550 3 wxPageSetupData::SetDefaultInfo=wxpagesetupdatasetdefaultinfo
1551 2 wxPageSetupDialog
1552 3 wxPageSetupDialog=wxpagesetupdialog
1553 3 wxPageSetupDialog::wxPageSetupDialog=topic517
1554 3 wxPageSetupDialog::~wxPageSetupDialog=topic518
1555 3 wxPageSetupDialog::GetPageSetupData=wxpagesetupdialoggetpagesetupdata
1556 3 wxPageSetupDialog::ShowModal=wxpagesetupdialogshowmodal
1557 2 wxPaintDC
1558 3 wxPaintDC=wxpaintdc
1559 3 wxPaintDC::wxPaintDC=topic519
1560 2 wxPaintEvent
1561 3 wxPaintEvent=wxpaintevent
1562 3 wxPaintEvent::wxPaintEvent=topic520
1563 2 wxPalette
1564 3 wxPalette=wxpalette
1565 3 wxPalette::wxPalette=wxpaletteconstr
1566 3 wxPalette::~wxPalette=topic521
1567 3 wxPalette::Create=wxpalettecreate
1568 3 wxPalette::GetPixel=wxpalettegetpixel
1569 3 wxPalette::GetRGB=wxpalettegetrgb
1570 3 wxPalette::Ok=wxpaletteok
1571 3 wxPalette::operator ==wxpaletteassignment
1572 3 wxPalette::operator ===wxpaletteequals
1573 3 wxPalette::operator !==wxpalettenotequals
1574 2 wxPanel
1575 3 wxPanel=wxpanel
1576 3 wxPanel::wxPanel=wxpanelconstr
1577 3 wxPanel::~wxPanel=topic522
1578 3 wxPanel::Create=wxpanelcreate
1579 3 wxPanel::InitDialog=wxpanelinitdialog
1580 3 wxPanel::OnSysColourChanged=wxpanelonsyscolourchanged
1581 2 wxPanelTabView
1582 3 wxPanelTabView=wxpaneltabview
1583 3 wxPanelTabView::wxPanelTabView=wxpaneltabviewconstr
1584 3 wxPanelTabView::~wxPanelTabView=topic523
1585 3 wxPanelTabView::AddTabWindow=wxpaneltabviewaddtabwindow
1586 3 wxPanelTabView::ClearWindows=topic524
1587 3 wxPanelTabView::GetCurrentWindow=topic525
1588 3 wxPanelTabView::GetTabWindow=topic526
1589 3 wxPanelTabView::ShowWindowForTab=topic527
1590 2 wxPathList
1591 3 wxPathList=wxpathlist
1592 3 wxPathList::wxPathList=topic528
1593 3 wxPathList::AddEnvList=topic529
1594 3 wxPathList::Add=topic530
1595 3 wxPathList::EnsureFileAccessible=topic531
1596 3 wxPathList::FindAbsoluteValidPath=topic532
1597 3 wxPathList::FindValidPath=topic533
1598 3 wxPathList::Member=topic534
1599 2 wxPen
1600 3 wxPen=wxpen
1601 3 wxPen::wxPen=wxpenconstr
1602 3 wxPen::~wxPen=topic535
1603 3 wxPen::GetCap=wxpengetcap
1604 3 wxPen::GetColour=wxpengetcolour
1605 3 wxPen::GetDashes=wxpengetdashes
1606 3 wxPen::GetJoin=wxpengetjoin
1607 3 wxPen::GetStipple=wxpengetstipple
1608 3 wxPen::GetStyle=wxpengetstyle
1609 3 wxPen::GetWidth=wxpengetwidth
1610 3 wxPen::Ok=wxpenok
1611 3 wxPen::SetCap=wxpensetcap
1612 3 wxPen::SetColour=wxpensetcolour
1613 3 wxPen::SetDashes=wxpensetdashes
1614 3 wxPen::SetJoin=wxpensetjoin
1615 3 wxPen::SetStipple=wxpensetstipple
1616 3 wxPen::SetStyle=wxpensetstyle
1617 3 wxPen::SetWidth=wxpensetwidth
1618 3 wxPen::operator ==wxpenassignment
1619 3 wxPen::operator ===wxpenequals
1620 3 wxPen::operator !==wxpennotequals
1621 2 wxPenList
1622 3 wxPenList=wxpenlist
1623 3 wxPenList::wxPenList=topic536
1624 3 wxPenList::AddPen=wxpenlistaddpen
1625 3 wxPenList::FindOrCreatePen=wxpenlistfindorcreatepen
1626 3 wxPenList::RemovePen=wxpenlistremovepen
1627 2 wxPoint
1628 3 wxPoint=wxpoint
1629 3 wxPoint::wxPoint=topic537
1630 3 wxPoint::x=topic538
1631 3 wxPoint::y=topic539
1632 2 wxPreviewCanvas
1633 3 wxPreviewCanvas=wxpreviewcanvas
1634 3 wxPreviewCanvas::wxPreviewCanvas=topic540
1635 3 wxPreviewCanvas::~wxPreviewCanvas=topic541
1636 3 wxPreviewCanvas::OnPaint=wxpreviewcanvasonpaint
1637 2 wxPreviewControlBar
1638 3 wxPreviewControlBar=wxpreviewcontrolbar
1639 3 wxPreviewControlBar::wxPreviewControlbar=topic542
1640 3 wxPreviewControlBar::~wxPreviewControlBar=topic543
1641 3 wxPreviewControlBar::CreateButtons=topic544
1642 3 wxPreviewControlBar::GetPrintPreview=topic545
1643 3 wxPreviewControlBar::GetZoomControl=topic546
1644 3 wxPreviewControlBar::SetZoomControl=topic547
1645 2 wxPreviewFrame
1646 3 wxPreviewFrame=wxpreviewframe
1647 3 wxPreviewFrame::wxPreviewFrame=topic548
1648 3 wxPreviewFrame::~wxPreviewFrame=topic549
1649 3 wxPreviewFrame::CreateControlBar=topic550
1650 3 wxPreviewFrame::CreateCanvas=topic551
1651 3 wxPreviewFrame::Initialize=topic552
1652 3 wxPreviewFrame::OnClose=topic553
1653 2 wxPrintData
1654 3 wxPrintData=wxprintdata
1655 3 wxPrintData::wxPrintData=topic554
1656 3 wxPrintData::~wxPrintData=topic555
1657 3 wxPrintData::EnableHelp=wxprintdataenablehelp
1658 3 wxPrintData::EnablePageNumbers=wxprintdataenablepagenumbers
1659 3 wxPrintData::EnablePrintToFile=wxprintdataenableprinttofile
1660 3 wxPrintData::EnableSelection=wxprintdataenableselection
1661 3 wxPrintData::GetAllPages=wxprintdatagetallpages
1662 3 wxPrintData::GetCollate=wxprintdatagetcollate
1663 3 wxPrintData::GetFromPage=wxprintdatagetfrompage
1664 3 wxPrintData::GetMaxPage=wxprintdatagetmaxpage
1665 3 wxPrintData::GetMinPage=wxprintdatagetminpage
1666 3 wxPrintData::GetNoCopies=wxprintdatagetnocopies
1667 3 wxPrintData::GetOrientation=wxprintdatagetorientation
1668 3 wxPrintData::GetToPage=wxprintdatagettopage
1669 3 wxPrintData::SetCollate=wxprintdatasetcollate
1670 3 wxPrintData::SetFromPage=wxprintdatasetfrompage
1671 3 wxPrintData::SetMaxPage=wxprintdatasetmaxpage
1672 3 wxPrintData::SetMinPage=wxprintdatasetminpage
1673 3 wxPrintData::SetOrientation=wxprintdatasetorientation
1674 3 wxPrintData::SetNoCopies=wxprintdatasetnocopies
1675 3 wxPrintData::SetPrintToFile=wxprintdatasetprinttofile
1676 3 wxPrintData::SetSetupDialog=wxprintdatasetsetupdialog
1677 3 wxPrintData::SetToPage=wxprintdatasettopage
1678 2 wxPrintDialog
1679 3 wxPrintDialog=wxprintdialog
1680 3 wxPrintDialog::wxPrintDialog=topic556
1681 3 wxPrintDialog::~wxPrintDialog=topic557
1682 3 wxPrintDialog::GetPrintData=wxprintdialoggetprintdata
1683 3 wxPrintDialog::GetPrintDC=wxprintdialoggetprintdc
1684 3 wxPrintDialog::ShowModal=wxprintdialogshowmodal
1685 2 wxPrinter
1686 3 wxPrinter=wxprinter
1687 3 wxPrinter::wxPrinter=topic558
1688 3 wxPrinter::~wxPrinter=topic559
1689 3 wxPrinter::Abort=wxprinterabort
1690 3 wxPrinter::CreateAbortWindow=wxprintercreateabortwindow
1691 3 wxPrinter::GetPrintData=wxprintergetprintdata
1692 3 wxPrinter::Print=wxprinterprint
1693 3 wxPrinter::PrintDialog=wxprinterprintdialog
1694 3 wxPrinter::ReportError=wxprinterreporterror
1695 3 wxPrinter::Setup=wxprintersetup
1696 2 wxPrinterDC
1697 3 wxPrinterDC=wxprinterdc
1698 3 wxPrinterDC::wxPrinterDC=topic560
1699 2 wxPrintout
1700 3 wxPrintout=wxprintout
1701 3 wxPrintout::wxPrintout=topic561
1702 3 wxPrintout::~wxPrintout=topic562
1703 3 wxPrintout::GetDC=wxprintoutgetdc
1704 3 wxPrintout::GetPageInfo=wxprintoutgetpageinfo
1705 3 wxPrintout::GetPageSizeMM=wxprintoutgetpagesizemm
1706 3 wxPrintout::GetPageSizePixels=wxprintoutgetpagesizepixels
1707 3 wxPrintout::GetPPIPrinter=wxprintoutgetppiprinter
1708 3 wxPrintout::GetPPIScreen=wxprintoutgetppiscreen
1709 3 wxPrintout::HasPage=wxprintouthaspage
1710 3 wxPrintout::IsPreview=wxprintoutispreview
1711 3 wxPrintout::OnBeginDocument=wxprintoutonbegindocument
1712 3 wxPrintout::OnEndDocument=wxprintoutonenddocument
1713 3 wxPrintout::OnBeginPrinting=wxprintoutonbeginprinting
1714 3 wxPrintout::OnEndPrinting=wxprintoutonendprinting
1715 3 wxPrintout::OnPreparePrinting=wxprintoutonprepareprinting
1716 3 wxPrintout::OnPrintPage=wxprintoutonprintpage
1717 2 wxPrintPreview
1718 3 wxPrintPreview=wxprintpreview
1719 3 wxPrintPreview::wxPrintPreview=topic563
1720 3 wxPrintPreview::~wxPrintPreview=topic564
1721 3 wxPrintPreview::DrawBlankPage=wxprintpreviewdrawblankpage
1722 3 wxPrintPreview::GetCanvas=wxprintpreviewgetcanvas
1723 3 wxPrintPreview::GetCurrentPage=wxprintpreviewgetcurrentpage
1724 3 wxPrintPreview::GetFrame=wxprintpreviewgetframe
1725 3 wxPrintPreview::GetMaxPage=wxprintpreviewgetmaxpage
1726 3 wxPrintPreview::GetMinPage=wxprintpreviewgetminpage
1727 3 wxPrintPreview::GetPrintData=wxprintpreviewgetprintdata
1728 3 wxPrintPreview::GetPrintout=wxprintpreviewgetprintout
1729 3 wxPrintPreview::GetPrintoutForPrinting=wxprintpreviewgetprintoutforprinting
1730 3 wxPrintPreview::Ok=wxprintpreviewok
1731 3 wxPrintPreview::PaintPage=wxprintpreviewpaintpage
1732 3 wxPrintPreview::Print=wxprintpreviewprint
1733 3 wxPrintPreview::RenderPage=wxprintpreviewrenderpage
1734 3 wxPrintPreview::SetCanvas=wxprintpreviewsetcanvas
1735 3 wxPrintPreview::SetCurrentPage=wxprintpreviewsetcurrentpage
1736 3 wxPrintPreview::SetFrame=wxprintpreviewsetframe
1737 3 wxPrintPreview::SetPrintout=wxprintpreviewsetprintout
1738 3 wxPrintPreview::SetZoom=wxprintpreviewsetzoom
1739 2 wxPostScriptDC
1740 3 wxPostScriptDC=wxpostscriptdc
1741 3 wxPostScriptDC::wxPostScriptDC=topic565
1742 3 wxPostScriptDC::GetStream=topic566
1743 2 wxQueryCol
1744 3 wxQueryCol=wxquerycol
1745 3 wxQueryCol::wxQueryCol=topic567
1746 3 wxQueryCol::~wxQueryCol=topic568
1747 3 wxQueryCol::BindVar=topic569
1748 3 wxQueryCol::FillVar=topic570
1749 3 wxQueryCol::GetData=topic571
1750 3 wxQueryCol::GetName=topic572
1751 3 wxQueryCol::GetType=topic573
1752 3 wxQueryCol::GetSize=topic574
1753 3 wxQueryCol::IsRowDirty=topic575
1754 3 wxQueryCol::IsNullable=topic576
1755 3 wxQueryCol::AppendField=topic577
1756 3 wxQueryCol::SetData=topic578
1757 3 wxQueryCol::SetName=topic579
1758 3 wxQueryCol::SetNullable=topic580
1759 3 wxQueryCol::SetFieldDirty=topic581
1760 3 wxQueryCol::SetType=topic582
1761 2 wxQueryField
1762 3 wxQueryField=wxqueryfield
1763 3 wxQueryField::wxQueryField=topic583
1764 3 wxQueryField::~wxQueryField=topic584
1765 3 wxQueryField::AllocData=topic585
1766 3 wxQueryField::ClearData=topic586
1767 3 wxQueryField::GetData=topic587
1768 3 wxQueryField::GetSize=topic588
1769 3 wxQueryField::GetType=topic589
1770 3 wxQueryField::IsDirty=topic590
1771 3 wxQueryField::SetData=topic591
1772 3 wxQueryField::SetDirty=topic592
1773 3 wxQueryField::SetSize=topic593
1774 3 wxQueryField::SetType=topic594
1775 2 wxRadioBox
1776 3 wxRadioBox=wxradiobox
1777 3 wxRadioBox::wxRadioBox=wxradioboxconstr
1778 3 wxRadioBox::~wxRadioBox=topic595
1779 3 wxRadioBox::Create=wxradioboxcreate
1780 3 wxRadioBox::Enable=wxradioboxenable
1781 3 wxRadioBox::FindString=wxradioboxfindstring
1782 3 wxRadioBox::GetLabel=wxradioboxgetlabel
1783 3 wxRadioBox::GetSelection=wxradioboxgetselection
1784 3 wxRadioBox::GetStringSelection=wxradioboxgetstringselection
1785 3 wxRadioBox::Number=wxradioboxnumber
1786 3 wxRadioBox::SetLabel=wxradioboxsetlabel
1787 3 wxRadioBox::SetSelection=wxradioboxsetselection
1788 3 wxRadioBox::SetStringSelection=wxradioboxsetstringselection
1789 3 wxRadioBox::Show=wxradioboxshow
1790 3 wxRadioBox::GetString=wxradioboxgetstring
1791 2 wxRadioButton
1792 3 wxRadioButton=wxradiobutton
1793 3 wxRadioButton::wxRadioButton=wxradiobuttonconstr
1794 3 wxRadioButton::~wxRadioButton=topic596
1795 3 wxRadioButton::Create=wxradiobuttoncreate
1796 3 wxRadioButton::GetValue=wxradiobuttongetvalue
1797 3 wxRadioButton::SetValue=wxradiobuttonsetvalue
1798 2 wxRealPoint
1799 3 wxRealPoint=wxrealpoint
1800 3 wxRealPoint::wxRealPoint=topic597
1801 2 wxRect
1802 3 wxRect=wxrect
1803 3 wxRect::wxRect=topic598
1804 3 wxRect::x=topic599
1805 3 wxRect::y=topic600
1806 3 wxRect::width=topic601
1807 3 wxRect::height=topic602
1808 3 wxRect::GetBottom=wxrectgetbottom
1809 3 wxRect::GetHeight=wxrectgetheight
1810 3 wxRect::GetLeft=wxrectgetleft
1811 3 wxRect::GetPosition=wxrectgetposition
1812 3 wxRect::GetRight=wxrectgetright
1813 3 wxRect::GetSize=wxrectgetsize
1814 3 wxRect::GetTop=wxrectgettop
1815 3 wxRect::GetWidth=wxrectgetwidth
1816 3 wxRect::GetX=wxrectgetx
1817 3 wxRect::GetY=wxrectgety
1818 3 wxRect::SetHeight=wxrectsetheight
1819 3 wxRect::SetWidth=wxrectsetwidth
1820 3 wxRect::SetX=wxrectsetx
1821 3 wxRect::SetY=wxrectsety
1822 3 wxRect::operator ==topic603
1823 3 wxRect::operator ===topic604
1824 3 wxRect::operator !==topic605
1825 2 wxRecordSet
1826 3 wxRecordSet=wxrecordset
1827 3 wxRecordSet::wxRecordSet=topic606
1828 3 wxRecordSet::~wxRecordSet=topic607
1829 3 wxRecordSet::AddNew=topic608
1830 3 wxRecordSet::BeginQuery=topic609
1831 3 wxRecordSet::BindVar=topic610
1832 3 wxRecordSet::CanAppend=topic611
1833 3 wxRecordSet::Cancel=topic612
1834 3 wxRecordSet::CanRestart=topic613
1835 3 wxRecordSet::CanScroll=topic614
1836 3 wxRecordSet::CanTransact=topic615
1837 3 wxRecordSet::CanUpdate=topic616
1838 3 wxRecordSet::ConstructDefaultSQL=topic617
1839 3 wxRecordSet::Delete=topic618
1840 3 wxRecordSet::Edit=topic619
1841 3 wxRecordSet::EndQuery=topic620
1842 3 wxRecordSet::ExecuteSQL=wxrecordsetexecutesql
1843 3 wxRecordSet::FillVars=topic621
1844 3 wxRecordSet::GetColName=topic622
1845 3 wxRecordSet::GetColType=topic623
1846 3 wxRecordSet::GetColumns=topic624
1847 3 wxRecordSet::GetCurrentRecord=topic625
1848 3 wxRecordSet::GetDatabase=topic626
1849 3 wxRecordSet::GetDataSources=wxrecordsetgetdatasources
1850 3 wxRecordSet::GetDefaultConnect=topic627
1851 3 wxRecordSet::GetDefaultSQL=topic628
1852 3 wxRecordSet::GetErrorCode=topic629
1853 3 wxRecordSet::GetFieldData=wxrecordsetgetfielddata
1854 3 wxRecordSet::GetFieldDataPtr=wxrecordsetgetfielddataptr
1855 3 wxRecordSet::GetFilter=topic630
1856 3 wxRecordSet::GetForeignKeys=topic631
1857 3 wxRecordSet::GetNumberCols=topic632
1858 3 wxRecordSet::GetNumberFields=topic633
1859 3 wxRecordSet::GetNumberParams=topic634
1860 3 wxRecordSet::GetNumberRecords=topic635
1861 3 wxRecordSet::GetPrimaryKeys=topic636
1862 3 wxRecordSet::GetOptions=topic637
1863 3 wxRecordSet::GetResultSet=topic638
1864 3 wxRecordSet::GetSortString=topic639
1865 3 wxRecordSet::GetSQL=topic640
1866 3 wxRecordSet::GetTableName=topic641
1867 3 wxRecordSet::GetTables=topic642
1868 3 wxRecordSet::GetType=topic643
1869 3 wxRecordSet::GoTo=topic644
1870 3 wxRecordSet::IsBOF=topic645
1871 3 wxRecordSet::IsFieldDirty=topic646
1872 3 wxRecordSet::IsFieldNull=topic647
1873 3 wxRecordSet::IsColNullable=topic648
1874 3 wxRecordSet::IsEOF=topic649
1875 3 wxRecordSet::IsDeleted=topic650
1876 3 wxRecordSet::IsOpen=topic651
1877 3 wxRecordSet::Move=topic652
1878 3 wxRecordSet::MoveFirst=topic653
1879 3 wxRecordSet::MoveLast=topic654
1880 3 wxRecordSet::MoveNext=wxrecordsetmovenext
1881 3 wxRecordSet::MovePrev=wxrecordsetmoveprev
1882 3 wxRecordSet::Query=topic655
1883 3 wxRecordSet::RecordCountFinal=topic656
1884 3 wxRecordSet::Requery=topic657
1885 3 wxRecordSet::SetFieldDirty=topic658
1886 3 wxRecordSet::SetDefaultSQL=topic659
1887 3 wxRecordSet::SetFieldNull=topic660
1888 3 wxRecordSet::SetOptions=topic661
1889 3 wxRecordSet::SetTableName=topic662
1890 3 wxRecordSet::SetType=topic663
1891 3 wxRecordSet::Update=topic664
1892 2 wxRegion
1893 3 wxRegion=wxregion
1894 3 wxRegion::wxRegion=wxregionconstr
1895 3 wxRegion::~wxRegion=topic665
1896 3 wxRegion::Clear=wxregionclear
1897 3 wxRegion::Contains=wxregioncontains
1898 3 wxRegion::GetBox=wxregiongetbox
1899 3 wxRegion::Intersect=wxregionintersect
1900 3 wxRegion::IsEmpty=wxregionisempty
1901 3 wxRegion::Union=wxregionunion
1902 3 wxRegion::Xor=wxregionxor
1903 3 wxRegion::operator ==wxregionassign
1904 2 wxScreenDC
1905 3 wxScreenDC=wxscreendc
1906 3 wxScreenDC::wxScreenDC=topic666
1907 3 wxScreenDC::StartDrawingOnTop=wxscreendcstartdrawingontop
1908 3 wxScreenDC::EndDrawingOnTop=wxscreendcenddrawingontop
1909 2 wxScrollBar
1910 3 wxScrollBar=wxscrollbar
1911 3 wxScrollBar::wxScrollBar=wxscrollbarconstr
1912 3 wxScrollBar::~wxScrollBar=topic667
1913 3 wxScrollBar::Create=wxscrollbarcreate
1914 3 wxScrollBar::GetRange=wxscrollbargetrange
1915 3 wxScrollBar::GetPageSize=wxscrollbargetpagesize
1916 3 wxScrollBar::GetPosition=wxscrollbargetposition
1917 3 wxScrollBar::GetThumbLength=wxscrollbargetthumblength
1918 3 wxScrollBar::SetPosition=wxscrollbarsetposition
1919 3 wxScrollBar::SetScrollbar=wxscrollbarsetscrollbar
1920 2 wxScrollEvent
1921 3 wxScrollEvent=wxscrollevent
1922 3 wxScrollEvent::wxScrollEvent=topic668
1923 3 wxScrollEvent::GetOrientation=wxscrolleventgetorientation
1924 3 wxScrollEvent::GetPosition=wxscrolleventgetposition
1925 2 wxScrolledWindow
1926 3 wxScrolledWindow=wxscrolledwindow
1927 3 wxScrolledWindow::wxScrolledWindow=wxscrolledwindowconstr
1928 3 wxScrolledWindow::~wxScrolledWindow=topic669
1929 3 wxScrolledWindow::Create=wxscrolledwindowcreate
1930 3 wxScrolledWindow::EnableScrolling=wxscrolledwindowenablescrolling
1931 3 wxScrolledWindow::GetScrollPixelsPerUnit=wxscrolledwindowgetscrollpixelsperunit
1932 3 wxScrolledWindow::GetVirtualSize=wxscrolledwindowgetvirtualsize
1933 3 wxScrolledWindow::IsRetained=wxscrolledwindowisretained
1934 3 wxScrolledWindow::PrepareDC=wxscrolledwindowpreparedc
1935 3 wxScrolledWindow::OnDraw=wxscrolledwindowondraw
1936 3 wxScrolledWindow::OnPaint=wxscrolledwindowonpaint
1937 3 wxScrolledWindow::OnScroll=wxscrolledwindowonscroll
1938 3 wxScrolledWindow::Scroll=wxscrolledwindowscroll
1939 3 wxScrolledWindow::SetScrollbars=wxscrolledwindowsetscrollbars
1940 3 wxScrolledWindow::ViewStart=wxscrolledwindowviewstart
1941 2 wxSingleChoiceDialog
1942 3 wxSingleChoiceDialog=wxsinglechoicedialog
1943 3 wxSingleChoiceDialog::wxSingleChoiceDialog=wxsinglechoicedialogconstr
1944 3 wxSingleChoiceDialog::~wxSingleChoiceDialog=topic670
1945 3 wxSingleChoiceDialog::GetSelection=topic671
1946 3 wxSingleChoiceDialog::GetSelectionClientData=topic672
1947 3 wxSingleChoiceDialog::GetStringSelection=topic673
1948 3 wxSingleChoiceDialog::ShowModal=wxsinglechoicedialogshowmodal
1949 2 wxSize
1950 3 wxSize=wxsize
1951 3 wxSize::wxSize=topic674
1952 3 wxSize::x=topic675
1953 3 wxSize::y=topic676
1954 3 wxSize::GetX=wxsizegetx
1955 3 wxSize::GetY=wxsizegety
1956 3 wxSize::Set=wxsizeset
1957 3 wxSize::operator ==topic677
1958 2 wxSizeEvent
1959 3 wxSizeEvent=wxsizeevent
1960 3 wxSizeEvent::wxSizeEvent=topic678
1961 3 wxSizeEvent::GetSize=wxsizeeventgetsize
1962 2 wxSlider
1963 3 wxSlider=wxslider
1964 3 wxSlider::wxSlider=wxsliderconstr
1965 3 wxSlider::~wxSlider=topic679
1966 3 wxSlider::ClearSel=wxsliderclearsel
1967 3 wxSlider::ClearTicks=wxsliderclearticks
1968 3 wxSlider::Create=wxslidercreate
1969 3 wxSlider::GetLineSize=wxslidergetlinesize
1970 3 wxSlider::GetMax=wxslidergetmax
1971 3 wxSlider::GetMin=wxslidergetmin
1972 3 wxSlider::GetPageSize=wxslidergetpagesize
1973 3 wxSlider::GetSelEnd=wxslidergetselend
1974 3 wxSlider::GetSelStart=wxslidergetselstart
1975 3 wxSlider::GetThumbLength=wxslidergetthumblength
1976 3 wxSlider::GetTickFreq=wxslidergettickfreq
1977 3 wxSlider::GetValue=wxslidergetvalue
1978 3 wxSlider::SetRange=wxslidersetrange
1979 3 wxSlider::SetTickFreq=wxslidersettickfreq
1980 3 wxSlider::SetLineSize=wxslidersetlinesize
1981 3 wxSlider::SetPageSize=wxslidersetpagesize
1982 3 wxSlider::SetSelection=wxslidersetselection
1983 3 wxSlider::SetThumbLength=wxslidersetthumblength
1984 3 wxSlider::SetTick=wxslidersettick
1985 3 wxSlider::SetValue=wxslidersetvalue
1986 2 wxSpinButton
1987 3 wxSpinButton=wxspinbutton
1988 3 wxSpinButton::wxSpinButton=wxspinbuttonconstr
1989 3 wxSpinButton::~wxSpinButton=topic680
1990 3 wxSpinButton::Create=wxspinbuttoncreate
1991 3 wxSpinButton::GetMax=wxspinbuttongetmax
1992 3 wxSpinButton::GetMin=wxspinbuttongetmin
1993 3 wxSpinButton::GetValue=wxspinbuttongetvalue
1994 3 wxSpinButton::SetRange=wxspinbuttonsetrange
1995 3 wxSpinButton::SetValue=wxspinbuttonsetvalue
1996 2 wxSplitterWindow
1997 3 wxSplitterWindow=wxsplitterwindow
1998 3 wxSplitterWindow::wxSplitterWindow=wxsplitterwindowconstr
1999 3 wxSplitterWindow::~wxSplitterWindow=topic681
2000 3 wxSplitterWindow::Create=wxsplitterwindowcreate
2001 3 wxSplitterWindow::GetMinimumPaneSize=wxsplitterwindowgetminimumpanesize
2002 3 wxSplitterWindow::GetSashPosition=wxsplitterwindowgetsashposition
2003 3 wxSplitterWindow::GetSplitMode=wxsplitterwindowgetsplitmode
2004 3 wxSplitterWindow::GetWindow1=wxsplitterwindowgetwindow1
2005 3 wxSplitterWindow::GetWindow2=wxsplitterwindowgetwindow2
2006 3 wxSplitterWindow::Initialize=wxsplitterwindowinitialize
2007 3 wxSplitterWindow::IsSplit=wxsplitterwindowissplit
2008 3 wxSplitterWindow::OnDoubleClickSash=wxsplitterwindowondoubleclicksash
2009 3 wxSplitterWindow::OnUnsplit=wxsplitterwindowonunsplit
2010 3 wxSplitterWindow::SetSashPosition=wxsplitterwindowsetsashposition
2011 3 wxSplitterWindow::SetMinimumPaneSize=wxsplitterwindowsetminimumpanesize
2012 3 wxSplitterWindow::SetSplitMode=wxsplitterwindowsetsplitmode
2013 3 wxSplitterWindow::SplitHorizontally=wxsplitterwindowsplithorizontally
2014 3 wxSplitterWindow::SplitVertically=wxsplitterwindowsplitvertically
2015 3 wxSplitterWindow::Unsplit=wxsplitterwindowunsplit
2016 2 wxStaticBitmap
2017 3 wxStaticBitmap=wxstaticbitmap
2018 3 wxStaticBitmap::wxStaticBitmap=wxstaticbitmapconstr
2019 3 wxStaticBitmap::Create=wxstaticbitmapcreate
2020 3 wxStaticBitmap::GetBitmap=wxstaticbitmapgetbitmap
2021 3 wxStaticBitmap::SetBitmap=wxstaticbitmapsetbitmap
2022 2 wxStaticBox
2023 3 wxStaticBox=wxstaticbox
2024 3 wxStaticBox::wxStaticBox=wxstaticboxconstr
2025 3 wxStaticBox::~wxStaticBox=topic682
2026 3 wxStaticBox::Create=wxstaticboxcreate
2027 2 wxStaticText
2028 3 wxStaticText=wxstatictext
2029 3 wxStaticText::wxStaticText=wxstatictextconstr
2030 3 wxStaticText::Create=wxstatictextcreate
2031 3 wxStaticText::GetLabel=wxstatictextgetlabel
2032 3 wxStaticText::SetLabel=wxstatictextsetlabel
2033 2 wxStatusBar
2034 3 wxStatusBar=wxstatusbar
2035 3 wxStatusBar::wxStatusBar=wxstatusbarconstr
2036 3 wxStatusBar::~wxStatusBar=topic683
2037 3 wxStatusBar::Create=wxstatusbarcreate
2038 3 wxStatusBar::GetFieldRect=wxstatusbargetfieldrect
2039 3 wxStatusBar::GetFieldsCount=wxstatusbargetfieldscount
2040 3 wxStatusBar::GetStatusText=wxstatusbargetstatustext
2041 3 wxStatusBar::DrawField=wxstatusbardrawfield
2042 3 wxStatusBar::DrawFieldText=wxstatusbardrawfieldtext
2043 3 wxStatusBar::InitColours=wxstatusbarinitcolours
2044 3 wxStatusBar::OnSysColourChanged=wxstatusbaronsyscolourchanged
2045 3 wxStatusBar::SetFieldsCount=wxstatusbarsetfieldscount
2046 3 wxStatusBar::SetStatusText=wxstatusbarsetstatustext
2047 3 wxStatusBar::SetStatusWidths=wxstatusbarsetstatuswidths
2048 2 wxString
2049 3 wxString=wxstring
2050 3 wxString::wxString=wxstringconstruct
2051 3 wxString::~wxString=wxstringdestruct
2052 3 wxString::Alloc=wxstringAlloc
2053 3 wxString::Allocation=wxstringAllocation
2054 3 wxString::Append=wxstringAppend
2055 3 wxString::After=wxstringAfter
2056 3 wxString::At=wxstringAt
2057 3 wxString::Before=wxstringBefore
2058 3 wxString::Capitalize=wxstringCapitalize
2059 3 wxString::Cat=wxstringCat
2060 3 wxString::Chars=wxstringChars
2061 3 wxString::CompareTo=wxstringCompareTo
2062 3 wxString::Contains=wxstringContains
2063 3 wxString::Copy=wxstringCopy
2064 3 wxString::Del=wxstringDel
2065 3 wxString::DownCase=wxstringDownCase
2066 3 wxString::Elem=wxstringElem
2067 3 wxString::Empty=wxstringEmpty
2068 3 wxString::Error=wxstringError
2069 3 wxString::First=wxstringFirst
2070 3 wxString::Firstchar=wxstringFirstchar
2071 3 wxString::Freq=wxstringFreq
2072 3 wxString::From=wxstringFrom
2073 3 wxString::GetData=wxstringGetData
2074 3 wxString::GSub=wxstringGSub
2075 3 wxString::Index=wxstringIndex
2076 3 wxString::Insert=wxstringInsert
2077 3 wxString::IsAscii=wxstringIsAscii
2078 3 wxString::IsDefined=wxstringIsDefined
2079 3 wxString::IsNull=wxstringIsNull
2080 3 wxString::IsNumber=wxstringIsNumber
2081 3 wxString::IsWord=wxstringIsWord
2082 3 wxString::Last=wxstringLast
2083 3 wxString::Lastchar=wxstringLastchar
2084 3 wxString::Length=wxstringLength
2085 3 wxString::LowerCase=wxstringLowerCase
2086 3 wxString::Matches=wxstringMatches
2087 3 wxString::OK=wxstringOK
2088 3 wxString::Prepend=wxstringPrepend
2089 3 wxString::Readline=wxstringReadline
2090 3 wxString::Remove=wxstringRemove
2091 3 wxString::Replace=wxstringReplace
2092 3 wxString::Replicate=wxstringReplicate
2093 3 wxString::Reverse=wxstringReverse
2094 3 wxString::sprintf=wxstringsprintf
2095 3 wxString::Strip=wxstringStrip
2096 3 wxString::SubString=wxstringSubString
2097 3 wxString::Through=wxstringThrough
2098 3 wxString::Upcase=wxstringUpcase
2099 3 wxString::UpperCase=wxstringUpperCase
2100 3 wxString::operator ==wxstringoperatorassign
2101 3 wxString::operator +==wxstringPlusEqual
2102 3 wxString::operator []=wxstringoperatorbracket
2103 3 wxString::operator ()=wxstringoperatorparenth
2104 3 wxString::operator <<=wxstringoperatorout
2105 3 wxString::operator >>=wxstringoperatorin
2106 3 wxString::operator const char*=wxstringoperatorconstcharpt
2107 3 wxCHARARG=wxstringwxCHARARG
2108 3 CommonPrefix=wxstringCommonPrefix
2109 3 CommonSuffix=wxstringCommonSuffix
2110 3 Compare=wxstringCompare
2111 3 FCompare=wxstringFCompare
2112 3 Comparison operators=wxstringComparison
2113 3 operator +=wxstringoperatorplus
2114 3 Join=wxstringJoin
2115 3 Split=wxstringSplit
2116 2 wxStringList
2117 3 wxStringList=wxstringlist
2118 3 wxStringList::wxStringList=topic684
2119 3 wxStringList::~wxStringList=topic685
2120 3 wxStringList::Add=topic686
2121 3 wxStringList::Delete=topic687
2122 3 wxStringList::ListToArray=topic688
2123 3 wxStringList::Member=topic689
2124 3 wxStringList::Sort=topic690
2125 2 wxSysColourChangedEvent
2126 3 wxSysColourChangedEvent=wxsyscolourchangedevent
2127 3 wxSysColourChangedEvent::wxSysColourChanged=topic691
2128 2 wxSystemSettings
2129 3 wxSystemSettings=wxsystemsettings
2130 3 wxSystemSettings::wxSystemSettings=topic692
2131 3 wxSystemSettings::GetSystemColour=wxsystemsettingsgetsystemcolour
2132 3 wxSystemSettings::GetSystemFont=wxsystemsettingsgetsystemfont
2133 3 wxSystemSettings::GetSystemMetric=wxsystemsettingsgetsystemmetric
2134 2 wxTabbedDialog
2135 3 wxTabbedDialog=wxtabbeddialog
2136 3 wxTabbedDialog::wxTabbedDialog=topic693
2137 3 wxTabbedDialog::~wxTabbedDialog=topic694
2138 3 wxTabbedDialog::SetTabView=topic695
2139 3 wxTabbedDialog::GetTabView=topic696
2140 2 wxTabbedPanel
2141 3 wxTabbedPanel=wxtabbedpanel
2142 3 wxTabbedPanel::wxTabbedPanel=topic697
2143 3 wxTabbedPanel::SetTabView=topic698
2144 3 wxTabbedPanel::GetTabView=topic699
2145 2 wxTabControl
2146 3 wxTabControl=wxtabcontrol
2147 3 wxTabControl::wxTabControl=topic700
2148 3 wxTabControl::GetColPosition=topic701
2149 3 wxTabControl::GetFont=topic702
2150 3 wxTabControl::GetHeight=topic703
2151 3 wxTabControl::GetId=topic704
2152 3 wxTabControl::GetLabel=topic705
2153 3 wxTabControl::GetRowPosition=topic706
2154 3 wxTabControl::GetSelected=topic707
2155 3 wxTabControl::GetWidth=topic708
2156 3 wxTabControl::GetX=topic709
2157 3 wxTabControl::GetY=topic710
2158 3 wxTabControl::HitTest=topic711
2159 3 wxTabControl::OnDraw=topic712
2160 3 wxTabControl::SetColPosition=topic713
2161 3 wxTabControl::SetFont=topic714
2162 3 wxTabControl::SetId=topic715
2163 3 wxTabControl::SetLabel=topic716
2164 3 wxTabControl::SetPosition=topic717
2165 3 wxTabControl::SetRowPosition=topic718
2166 3 wxTabControl::SetSelected=topic719
2167 3 wxTabControl::SetSize=topic720
2168 2 wxTabView
2169 3 wxTabView=wxtabview
2170 3 wxTabView::wxTabView=topic721
2171 3 wxTabView::AddTab=wxtabviewaddtab
2172 3 wxTabView::CalculateTabWidth=wxtabviewcalculatetabwidth
2173 3 wxTabView::ClearTabs=topic722
2174 3 wxTabView::Draw=topic723
2175 3 wxTabView::FindTabControlForId=topic724
2176 3 wxTabView::FindTabControlForPosition=topic725
2177 3 wxTabView::GetBackgroundBrush=topic726
2178 3 wxTabView::GetBackgroundColour=topic727
2179 3 wxTabView::GetBackgroundPen=topic728
2180 3 wxTabView::GetHighlightColour=topic729
2181 3 wxTabView::GetHighlightPen=topic730
2182 3 wxTabView::GetHorizontalTabOffset=topic731
2183 3 wxTabView::GetNumberOfLayers=topic732
2184 3 wxTabView::GetSelectedTabFont=topic733
2185 3 wxTabView::GetShadowColour=topic734
2186 3 wxTabView::GetTabHeight=topic735
2187 3 wxTabView::GetTabFont=topic736
2188 3 wxTabView::GetTabSelectionHeight=topic737
2189 3 wxTabView::GetTabStyle=topic738
2190 3 wxTabView::GetTabWidth=topic739
2191 3 wxTabView::GetTextColour=topic740
2192 3 wxTabView::GetTopMargin=topic741
2193 3 wxTabView::GetShadowPen=topic742
2194 3 wxTabView::GetViewRect=topic743
2195 3 wxTabView::GetVerticalTabTextSpacing=topic744
2196 3 wxTabView::GetWindow=topic745
2197 3 wxTabView::OnCreateTabControl=topic746
2198 3 wxTabView::Layout=topic747
2199 3 wxTabView::OnEvent=topic748
2200 3 wxTabView::OnTabActivate=topic749
2201 3 wxTabView::OnTabPreActivate=topic750
2202 3 wxTabView::SetBackgroundColour=topic751
2203 3 wxTabView::SetHighlightColour=topic752
2204 3 wxTabView::SetHorizontalTabOffset=topic753
2205 3 wxTabView::SetSelectedTabFont=topic754
2206 3 wxTabView::SetShadowColour=topic755
2207 3 wxTabView::SetTabFont=topic756
2208 3 wxTabView::SetTabStyle=topic757
2209 3 wxTabView::SetTabSize=topic758
2210 3 wxTabView::SetTabSelectionHeight=topic759
2211 3 wxTabView::SetTabSelection=topic760
2212 3 wxTabView::SetTextColour=topic761
2213 3 wxTabView::SetTopMargin=topic762
2214 3 wxTabView::SetVerticalTabTextSpacing=topic763
2215 3 wxTabView::SetViewRect=wxtabviewsetviewrect
2216 3 wxTabView::SetWindow=topic764
2217 2 wxTabCtrl
2218 3 wxTabCtrl=wxtabctrl
2219 3 wxTabCtrl::wxTabCtrl=wxtabctrlconstr
2220 3 wxTabCtrl::~wxTabCtrl=topic765
2221 3 wxTabCtrl::Create=wxtabctrlcreate
2222 3 wxTabCtrl::DeleteAllItems=wxtabctrldeleteallitems
2223 3 wxTabCtrl::DeleteItem=wxtabctrldeleteitem
2224 3 wxTabCtrl::GetImageList=wxtabctrlgetimagelist
2225 3 wxTabCtrl::GetItemCount=wxtabctrlgetitemcount
2226 3 wxTabCtrl::GetItemData=wxtabctrlgetitemdata
2227 3 wxTabCtrl::GetItemImage=wxtabctrlgetitemimage
2228 3 wxTabCtrl::GetItemRect=wxtabctrlgetitemrect
2229 3 wxTabCtrl::GetItemText=wxtabctrlgetitemtext
2230 3 wxTabCtrl::GetRowCount=wxtabctrlgetrowcount
2231 3 wxTabCtrl::GetSelection=wxtabctrlgetselection
2232 3 wxTabCtrl::HitTest=wxtabctrlhittest
2233 3 wxTabCtrl::InsertItem=wxtabctrlinsertitem
2234 3 wxTabCtrl::SetItemData=wxtabctrlsetitemdata
2235 3 wxTabCtrl::SetItemImage=wxtabctrlsetitemimage
2236 3 wxTabCtrl::SetImageList=wxtabctrlsetimagelist
2237 3 wxTabCtrl::SetItemSize=wxtabctrlsetitemsize
2238 3 wxTabCtrl::SetItemText=wxtabctrlsetitemtext
2239 3 wxTabCtrl::SetPadding=wxtabctrlsetpadding
2240 3 wxTabCtrl::SetSelection=wxtabctrlsetselection
2241 2 wxTabEvent
2242 3 wxTabEvent=wxtabevent
2243 3 wxTabEvent::wxTabEvent=wxtabeventconstr
2244 2 wxTaskBarIcon
2245 3 wxTaskBarIcon=wxtaskbaricon
2246 3 wxTaskBarIcon::wxTaskBarIcon=wxtaskbariconconstr
2247 3 wxTaskBarIcon::~wxTaskBarIcon=topic766
2248 3 wxTaskBarIcon::IsIconInstalled=wxtaskbariconisiconinstalled
2249 3 wxTaskBarIcon::IsOK=wxtaskbariconisok
2250 3 wxTaskBarIcon::OnLButtonDown=wxtaskbaricononlbuttondown
2251 3 wxTaskBarIcon::OnLButtonDClick=wxtaskbaricononlbuttondclick
2252 3 wxTaskBarIcon::OnLButtonUp=wxtaskbaricononlbuttonup
2253 3 wxTaskBarIcon::OnRButtonDown=wxtaskbaricononrbuttondown
2254 3 wxTaskBarIcon::OnRButtonDClick=wxtaskbaricononrbuttondclick
2255 3 wxTaskBarIcon::OnRButtonUp=wxtaskbaricononrbuttonup
2256 3 wxTaskBarIcon::OnMouseMove=wxtaskbaricononmousemove
2257 3 wxTaskBarIcon::RemoveIcon=wxtaskbariconremoveicon
2258 3 wxTaskBarIcon::SetIcon=wxtaskbariconseticon
2259 2 wxTextCtrl
2260 3 wxTextCtrl=wxtextctrl
2261 3 wxTextCtrl::wxTextCtrl=wxtextctrlconstr
2262 3 wxTextCtrl::~wxTextCtrl=topic767
2263 3 wxTextCtrl::Clear=wxtextctrlclear
2264 3 wxTextCtrl::Copy=wxtextctrlcopy
2265 3 wxTextCtrl::Create=wxtextctrlcreate
2266 3 wxTextCtrl::Cut=wxtextctrlcut
2267 3 wxTextCtrl::DiscardEdits=topic768
2268 3 wxTextCtrl::GetInsertionPoint=wxtextctrlgetinsertionpoint
2269 3 wxTextCtrl::GetLastPosition=wxtextctrlgetlastposition
2270 3 wxTextCtrl::GetLineLength=wxtextctrlgetlinelength
2271 3 wxTextCtrl::GetLineText=wxtextctrlgetlinetext
2272 3 wxTextCtrl::GetNumberOfLines=wxtextctrlgetnumberoflines
2273 3 wxTextCtrl::GetValue=wxtextctrlgetvalue
2274 3 wxTextCtrl::IsModified=wxtextctrlismodified
2275 3 wxTextCtrl::LoadFile=wxtextctrlloadfile
2276 3 wxTextCtrl::OnChar=wxtextctrlonchar
2277 3 wxTextCtrl::OnDropFiles=wxtextctrlondropfiles
2278 3 wxTextCtrl::Paste=wxtextctrlpaste
2279 3 wxTextCtrl::PositionToXY=wxtextctrlpositiontoxy
2280 3 wxTextCtrl::Remove=wxtextctrlremove
2281 3 wxTextCtrl::Replace=wxtextctrlreplace
2282 3 wxTextCtrl::SaveFile=wxtextctrlsavefile
2283 3 wxTextCtrl::SetEditable=wxtextctrlseteditable
2284 3 wxTextCtrl::SetInsertionPoint=wxtextctrlsetinsertionpoint
2285 3 wxTextCtrl::SetInsertionPointEnd=wxtextctrlsetinsertionpointend
2286 3 wxTextCtrl::SetSelection=wxtextctrlsetselection
2287 3 wxTextCtrl::SetValue=wxtextctrlsetvalue
2288 3 wxTextCtrl::ShowPosition=wxtextctrlshowposition
2289 3 wxTextCtrl::WriteText=wxtextctrlwritetext
2290 3 wxTextCtrl::XYToPosition=wxtextctrlxytoposition
2291 3 wxTextCtrl::operator <<=wxtextctrlinsert
2292 2 wxTextEntryDialog
2293 3 wxTextEntryDialog=wxtextentrydialog
2294 3 wxTextEntryDialog::wxTextEntryDialog=wxtextentrydialogconstr
2295 3 wxTextEntryDialog::~wxTextEntryDialog=topic769
2296 3 wxTextEntryDialog::GetValue=wxtextentrydialoggetvalue
2297 3 wxTextEntryDialog::SetValue=wxtextentrydialogsetvalue
2298 3 wxTextEntryDialog::ShowModal=wxtextentrydialogshowmodal
2299 2 wxTextValidator
2300 3 wxTextValidator=wxtextvalidator
2301 3 wxTextValidator::wxTextValidator=wxtextvalidatorconstr
2302 3 wxTextValidator::~wxTextValidator=topic770
2303 3 wxTextValidator::Clone=wxtextvalidatorclone
2304 3 wxTextValidator::GetExcludeList=wxtextvalidatorgetexcludelist
2305 3 wxTextValidator::GetIncludeList=wxtextvalidatorgetincludelist
2306 3 wxTextValidator::GetStyle=wxtextvalidatorgetstyle
2307 3 wxTextValidator::OnChar=wxtextvalidatoronchar
2308 3 wxTextValidator::SetExcludeList=wxtextvalidatorsetexcludelist
2309 3 wxTextValidator::SetIncludeList=wxtextvalidatorsetincludelist
2310 3 wxTextValidator::SetStyle=wxtextvalidatorsetstyle
2311 3 wxTextValidator::TransferFromWindow=wxtextvalidatortransferfromwindow
2312 3 wxTextValidator::TransferToWindow=wxtextvalidatortransfertowindow
2313 3 wxTextValidator::Validate=wxtextvalidatorvalidate
2314 2 wxThread
2315 3 wxThread=wxthread
2316 3 wxThread::wxThread=wxthreadconstr
2317 3 wxThread::~wxThread=topic771
2318 3 wxThread::Create=wxthreadcreate
2319 3 wxThread::DeferDestroy=wxthreaddeferdestroy
2320 3 wxThread::Destroy=wxthreaddestroy
2321 3 wxThread::GetID=wxthreadgetid
2322 3 wxThread::GetPriority=wxthreadgetpriority
2323 3 wxThread::IsAlive=wxthreadisalive
2324 3 wxThread::IsMain=wxthreadismain
2325 3 wxThread::Join=wxthreadjoin
2326 3 wxThread::OnExit=wxthreadonexit
2327 3 wxThread::SetPriority=wxthreadsetpriority
2328 2 wxTime
2329 3 wxTime=wxtime
2330 2 wxTimer
2331 3 wxTimer=wxtimer
2332 3 wxTimer::wxTimer=topic772
2333 3 wxTimer::~wxTimer=topic773
2334 3 wxTimer::Interval=topic774
2335 3 wxTimer::Notify=topic775
2336 3 wxTimer::Start=topic776
2337 3 wxTimer::Stop=topic777
2338 2 wxToolBarBase
2339 3 wxToolBarBase=wxtoolbarbase
2340 3 wxToolBarBase::wxToolBarBase=wxtoolbarbaseconstr
2341 3 wxToolBarBase::~wxToolBarBase=topic778
2342 3 wxToolBarBase::AddSeparator=wxtoolbarbaseaddseparator
2343 3 wxToolBarBase::AddTool=wxtoolbarbaseaddtool
2344 3 wxToolBarBase::CreateTools=wxtoolbarbasecreatetools
2345 3 wxToolBarBase::DrawTool=wxtoolbarbasedrawtool
2346 3 wxToolBarBase::EnableTool=wxtoolbarbaseenabletool
2347 3 wxToolBarBase::FindToolForPosition=wxtoolbarbasefindtoolforposition
2348 3 wxToolBarBase::GetDefaultButtonSize=wxtoolbarbasegetdefaultbuttonsize
2349 3 wxToolBarBase::GetDefaultSize=wxtoolbarbasegetdefaultsize
2350 3 wxToolBarBase::GetMargins=wxtoolbarbasegetmargins
2351 3 wxToolBarBase::GetMaxSize=wxtoolbarbasegetmaxsize
2352 3 wxToolBarBase::GetToolClientData=wxtoolbarbasegettoolclientdata
2353 3 wxToolBarBase::GetToolEnabled=wxtoolbarbasegettoolenabled
2354 3 wxToolBarBase::GetToolLongHelp=wxtoolbarbasegettoollonghelp
2355 3 wxToolBarBase::GetToolPacking=wxtoolbarbasegettoolpacking
2356 3 wxToolBarBase::GetToolSeparation=wxtoolbarbasegettoolseparation
2357 3 wxToolBarBase::GetToolShortHelp=wxtoolbarbasegettoolshorthelp
2358 3 wxToolBarBase::GetToolState=wxtoolbarbasegettoolstate
2359 3 wxToolBarBase::Layout=wxtoolbarbaselayout
2360 3 wxToolBarBase::OnLeftClick=wxtoolbarbaseonleftclick
2361 3 wxToolBarBase::OnMouseEnter=wxtoolbarbaseonmouseenter
2362 3 wxToolBarBase::OnRightClick=wxtoolbarbaseonrightclick
2363 3 wxToolBarBase::SetDefaultSize=wxtoolbarbasesetdefaultsize
2364 3 wxToolBarBase::SetMargins=wxtoolbarbasesetmargins
2365 3 wxToolBarBase::SetToolLongHelp=wxtoolbarbasesettoollonghelp
2366 3 wxToolBarBase::SetToolPacking=wxtoolbarbasesettoolpacking
2367 3 wxToolBarBase::SetToolShortHelp=wxtoolbarbasesettoolshorthelp
2368 3 wxToolBarBase::SetToolSeparation=wxtoolbarbasesettoolseparation
2369 3 wxToolBarBase::ToggleTool=wxtoolbarbasetoggletool
2370 2 wxToolBar95
2371 3 wxToolBar95=wxtoolbar95
2372 3 wxToolBar95::wxToolBar95=wxtoolbar95constr
2373 2 wxToolBarMSW
2374 3 wxToolBarMSW=wxtoolbarmsw
2375 3 wxToolBarMSW::wxToolBarMSW=wxtoolbarmswconstr
2376 2 wxToolBarSimple
2377 3 wxToolBarSimple=wxtoolbarsimple
2378 3 wxToolBarSimple::wxToolBarSimple=wxtoolbarsimpleconstr
2379 2 wxTreeCtrl
2380 3 wxTreeCtrl=wxtreectrl
2381 3 wxTreeCtrl::wxTreeCtrl=wxtreectrlconstr
2382 3 wxTreeCtrl::~wxTreeCtrl=topic779
2383 3 wxTreeCtrl::Create=wxtreectrlcreate
2384 3 wxTreeCtrl::DeleteAllItems=wxtreectrldeleteallitems
2385 3 wxTreeCtrl::DeleteItem=wxtreectrldeleteitem
2386 3 wxTreeCtrl::Edit=wxtreectrledit
2387 3 wxTreeCtrl::EnsureVisible=wxtreectrlensurevisible
2388 3 wxTreeCtrl::ExpandItem=wxtreectrlexpanditem
2389 3 wxTreeCtrl::GetChild=wxtreectrlgetchild
2390 3 wxTreeCtrl::GetCount=wxtreectrlgetcount
2391 3 wxTreeCtrl::GetEditControl=wxtreectrlgeteditcontrol
2392 3 wxTreeCtrl::GetFirstVisibleItem=wxtreectrlgetfirstvisibleitem
2393 3 wxTreeCtrl::GetImageList=wxtreectrlgetimagelist
2394 3 wxTreeCtrl::GetIndent=wxtreectrlgetindent
2395 3 wxTreeCtrl::GetItem=wxtreectrlgetitem
2396 3 wxTreeCtrl::GetItemData=wxtreectrlgetitemdata
2397 3 wxTreeCtrl::GetItemRect=wxtreectrlgetitemrect
2398 3 wxTreeCtrl::GetItemState=wxtreectrlgetitemstate
2399 3 wxTreeCtrl::GetItemText=wxtreectrlgetitemtext
2400 3 wxTreeCtrl::GetNextItem=wxtreectrlgetnextitem
2401 3 wxTreeCtrl::GetNextVisibleItem=wxtreectrlgetnextvisibleitem
2402 3 wxTreeCtrl::GetParent=wxtreectrlgetparent
2403 3 wxTreeCtrl::GetRootItem=wxtreectrlgetrootitem
2404 3 wxTreeCtrl::GetSelection=wxtreectrlgetselection
2405 3 wxTreeCtrl::HitTest=wxtreectrlhittest
2406 3 wxTreeCtrl::InsertItem=wxtreectrlinsertitem
2407 3 wxTreeCtrl::ItemHasChildren=wxtreectrlitemhaschildren
2408 3 wxTreeCtrl::ScrollTo=wxtreectrlscrollto
2409 3 wxTreeCtrl::SelectItem=wxtreectrlselectitem
2410 3 wxTreeCtrl::SetIndent=wxtreectrlsetindent
2411 3 wxTreeCtrl::SetImageList=wxtreectrlsetimagelist
2412 3 wxTreeCtrl::SetItem=wxtreectrlsetitem
2413 3 wxTreeCtrl::SetItemImage=wxtreectrlsetitemimage
2414 3 wxTreeCtrl::SetItemState=wxtreectrlsetitemstate
2415 3 wxTreeCtrl::SetItemText=wxtreectrlsetitemtext
2416 3 wxTreeCtrl::SetItemData=wxtreectrlsetitemdata
2417 3 wxTreeCtrl::SortChildren=wxtreectrlsortchildren
2418 2 wxTreeEvent
2419 3 wxTreeEvent=wxtreeevent
2420 3 wxTreeEvent::wxTreeEvent=topic780
2421 3 wxTreeEvent::m_code=topic781
2422 3 wxTreeEvent::m_itemIndex=topic782
2423 3 wxTreeEvent::m_oldItem=topic783
2424 3 wxTreeEvent::m_pointDrag=topic784
2425 2 wxUpdateIterator
2426 3 wxUpdateIterator=wxupdateiterator
2427 3 wxUpdateIterator::wxUpdateIterator=topic785
2428 3 wxUpdateIterator::GetX=topic786
2429 3 wxUpdateIterator::GetY=topic787
2430 3 wxUpdateIterator::GetWidth=topic788
2431 3 wxUpdateIterator::GetHeight=topic789
2432 3 wxUpdateIterator::operator ++=topic790
2433 2 wxUpdateUIEvent
2434 3 wxUpdateUIEvent=wxupdateuievent
2435 3 wxUpdateUIEvent::wxUpdateUIEvent=topic791
2436 3 wxUpdateUIEvent::m_checked=topic792
2437 3 wxUpdateUIEvent::m_enabled=topic793
2438 3 wxUpdateUIEvent::m_setChecked=topic794
2439 3 wxUpdateUIEvent::m_setEnabled=topic795
2440 3 wxUpdateUIEvent::m_setText=topic796
2441 3 wxUpdateUIEvent::m_text=topic797
2442 3 wxUpdateUIEvent::Check=wxupdateuieventcheck
2443 3 wxUpdateUIEvent::Enable=wxupdateuieventenable
2444 3 wxUpdateUIEvent::GetChecked=wxupdateuieventgetchecked
2445 3 wxUpdateUIEvent::GetEnabled=wxupdateuieventgetenabled
2446 3 wxUpdateUIEvent::GetSetChecked=wxupdateuieventgetsetchecked
2447 3 wxUpdateUIEvent::GetSetEnabled=wxupdateuieventgetsetenabled
2448 3 wxUpdateUIEvent::GetSetText=wxupdateuieventgetsettext
2449 3 wxUpdateUIEvent::GetText=wxupdateuieventgettext
2450 3 wxUpdateUIEvent::SetText=wxupdateuieventsettext
2451 2 wxValidator
2452 3 wxValidator=wxvalidator
2453 3 wxValidator::wxValidator=wxvalidatorconstr
2454 3 wxValidator::~wxValidator=topic798
2455 3 wxValidator::Clone=wxvalidatorclone
2456 3 wxValidator::GetWindow=wxvalidatorgetwindow
2457 3 wxValidator::SetWindow=wxvalidatorsetwindow
2458 3 wxValidator::TransferFromWindow=wxvalidatortransferfromwindow
2459 3 wxValidator::TransferToWindow=wxvalidatortransfertowindow
2460 3 wxValidator::Validate=wxvalidatorvalidate
2461 2 wxView
2462 3 wxView=wxview
2463 3 wxView::m_viewDocument=topic799
2464 3 wxView::m_viewFrame=topic800
2465 3 wxView::m_viewTypeName=topic801
2466 3 wxView::wxView=topic802
2467 3 wxView::~wxView=topic803
2468 3 wxView::Activate=topic804
2469 3 wxView::Close=topic805
2470 3 wxView::GetDocument=topic806
2471 3 wxView::GetDocumentManager=topic807
2472 3 wxView::GetFrame=topic808
2473 3 wxView::GetViewName=topic809
2474 3 wxView::OnActivateView=topic810
2475 3 wxView::OnChangeFilename=topic811
2476 3 wxView::OnClose=topic812
2477 3 wxView::OnCreate=topic813
2478 3 wxView::OnCreatePrintout=topic814
2479 3 wxView::OnUpdate=topic815
2480 3 wxView::SetDocument=topic816
2481 3 wxView::SetFrame=topic817
2482 3 wxView::SetViewName=topic818
2483 2 wxWave
2484 3 wxWave=wxwave
2485 3 wxWave::wxWave=wxwaveconstr
2486 3 wxWave::~wxWave=topic819
2487 3 wxWave::Create=wxwavecreate
2488 3 wxWave::IsOk=wxwaveisok
2489 3 wxWave::Play=wxwaveplay
2490 2 wxWindow
2491 3 wxWindow=wxwindow
2492 3 wxWindow::wxWindow=topic820
2493 3 wxWindow::~wxWindow=topic821
2494 3 wxWindow::AddChild=topic822
2495 3 wxWindow::CaptureMouse=wxwindowcapturemouse
2496 3 wxWindow::Center=wxwindowcenter
2497 3 wxWindow::Centre=wxwindowcentre
2498 3 wxWindow::Clear=wxwindowclear
2499 3 wxWindow::ClientToScreen=topic823
2500 3 wxWindow::Close=wxwindowclose
2501 3 wxWindow::Destroy=wxwindowdestroy
2502 3 wxWindow::DestroyChildren=topic824
2503 3 wxWindow::DragAcceptFiles=wxwindowdragacceptfiles
2504 3 wxWindow::Enable=wxwindowenable
2505 3 wxWindow::FakePopupMenu=wxwindowfakepopupmenu
2506 3 wxWindow::FindFocus=wxwindowfindfocus
2507 3 wxWindow::Fit=wxwindowfit
2508 3 wxWindow::GetBackgroundColour=wxwindowgetbackgroundcolour
2509 3 wxWindow::GetCharHeight=topic825
2510 3 wxWindow::GetCharWidth=topic826
2511 3 wxWindow::GetChildren=topic827
2512 3 wxWindow::GetClientSize=wxwindowgetclientsize
2513 3 wxWindow::GetConstraints=wxwindowgetconstraints
2514 3 wxWindow::GetDefaultItem=wxwindowgetdefaultitem
2515 3 wxWindow::GetEventHandler=wxwindowgeteventhandler
2516 3 wxWindow::GetFont=wxwindowgetfont
2517 3 wxWindow::GetForegroundColour=wxwindowgetforegroundcolour
2518 3 wxWindow::GetGrandParent=topic828
2519 3 wxWindow::GetHandle=topic829
2520 3 wxWindow::GetId=wxwindowgetid
2521 3 wxWindow::GetPosition=topic830
2522 3 wxWindow::GetLabel=topic831
2523 3 wxWindow::GetName=wxwindowgetname
2524 3 wxWindow::GetParent=topic832
2525 3 wxWindow::GetReturnCode=wxwindowgetreturncode
2526 3 wxWindow::GetScrollThumb=wxwindowgetscrollthumb
2527 3 wxWindow::GetScrollPos=wxwindowgetscrollpos
2528 3 wxWindow::GetScrollRange=wxwindowgetscrollrange
2529 3 wxWindow::GetSize=topic833
2530 3 wxWindow::GetTextExtent=topic834
2531 3 wxWindow::GetTitle=wxwindowgettitle
2532 3 wxWindow::GetWindowStyleFlag=topic835
2533 3 wxWindow::InitDialog=wxwindowinitdialog
2534 3 wxWindow::IsEnabled=wxwindowisenabled
2535 3 wxWindow::IsRetained=wxwindowisretained
2536 3 wxWindow::IsShown=wxwindowisshown
2537 3 wxWindow::Layout=wxwindowlayout
2538 3 wxWindow::LoadFromResource=wxwindowloadfromresource
2539 3 wxWindow::Lower=wxwindowlower
2540 3 wxWindow::MakeModal=wxwindowmakemodal
2541 3 wxWindow::Move=wxwindowmove
2542 3 wxWindow::OnActivate=wxwindowonactivate
2543 3 wxWindow::OnChar=wxwindowonchar
2544 3 wxWindow::OnCharHook=wxwindowoncharhook
2545 3 wxWindow::OnCommand=wxwindowoncommand
2546 3 wxWindow::OnClose=wxwindowonclose
2547 3 wxWindow::OnCloseWindow=wxwindowonclosewindow
2548 3 wxWindow::OnDefaultAction=wxwindowondefaultaction
2549 3 wxWindow::OnDropFiles=wxwindowondropfiles
2550 3 wxWindow::OnEraseBackground=wxwindowonerasebackground
2551 3 wxWindow::OnKillFocus=wxwindowonkillfocus
2552 3 wxWindow::OnIdle=wxwindowonidle
2553 3 wxWindow::OnInitDialog=wxwindowoninitdialog
2554 3 wxWindow::OnMenuCommand=wxwindowonmenucommand
2555 3 wxWindow::OnMenuHighlight=wxwindowonmenuhighlight
2556 3 wxWindow::OnMouseEvent=wxwindowonmouseevent
2557 3 wxWindow::OnMove=wxwindowonmove
2558 3 wxWindow::OnPaint=wxwindowonpaint
2559 3 wxWindow::OnScroll=wxwindowonscroll
2560 3 wxWindow::OnSetFocus=wxwindowonsetfocus
2561 3 wxWindow::OnSize=wxwindowonsize
2562 3 wxWindow::OnSysColourChanged=wxwindowonsyscolourchanged
2563 3 wxWindow::PopEventHandler=wxwindowpopeventhandler
2564 3 wxWindow::PopupMenu=wxwindowpopupmenu
2565 3 wxWindow::PushEventHandler=wxwindowpusheventhandler
2566 3 wxWindow::Raise=wxwindowraise
2567 3 wxWindow::Refresh=wxwindowrefresh
2568 3 wxWindow::ReleaseMouse=wxwindowreleasemouse
2569 3 wxWindow::RemoveChild=wxwindowremovechild
2570 3 wxWindow::ScreenToClient=topic836
2571 3 wxWindow::ScrollWindow=wxwindowscrollwindow
2572 3 wxWindow::SetAutoLayout=wxwindowsetautolayout
2573 3 wxWindow::SetBackgroundColour=wxwindowsetbackgroundcolour
2574 3 wxWindow::SetConstraints=wxwindowsetconstraints
2575 3 wxWindow::SetFocus=wxwindowsetfocus
2576 3 wxWindow::SetFont=wxwindowsetfont
2577 3 wxWindow::SetForegroundColour=wxwindowsetforegroundcolour
2578 3 wxWindow::SetId=wxwindowsetid
2579 3 wxWindow::SetName=wxwindowsetname
2580 3 wxWindow::SetReturnCode=wxwindowsetreturncode
2581 3 wxWindow::SetScrollbar=wxwindowsetscrollbar
2582 3 wxWindow::SetScrollPos=wxwindowsetscrollpos
2583 3 wxWindow::SetSize=wxwindowsetsize
2584 3 wxWindow::SetSizeHints=wxwindowsetsizehints
2585 3 wxWindow::SetClientSize=topic837
2586 3 wxWindow::SetPalette=topic838
2587 3 wxWindow::SetCursor=wxwindowsetcursor
2588 3 wxWindow::SetEventHandler=wxwindowseteventhandler
2589 3 wxWindow::SetTitle=wxwindowsettitle
2590 3 wxWindow::Show=topic839
2591 3 wxWindow::TransferDataFromWindow=wxwindowtransferdatafromwindow
2592 3 wxWindow::TransferDataToWindow=wxwindowtransferdatatowindow
2593 3 wxWindow::Validate=wxwindowvalidate
2594 3 wxWindow::WarpPointer=wxwindowwarppointer
2595 2 wxWindowDC
2596 3 wxWindowDC=wxwindowdc
2597 3 wxWindowDC::wxWindowDC=topic840
2598 2 wxWinHelpController
2599 3 wxWinHelpController=wxwinhelpcontroller
2600 3 wxWinHelpController::wxWinHelpController=topic841
2601 3 wxWinHelpController::~wxWinHelpController=topic842
2602 3 wxWinHelpController::Initialize=wxwinhelpcontrollerinitialize
2603 3 wxWinHelpController::DisplayBlock=wxwinhelpcontrollerdisplayblock
2604 3 wxWinHelpController::DisplayContents=wxwinhelpcontrollerdisplaycontents
2605 3 wxWinHelpController::DisplaySection=wxwinhelpcontrollerdisplaysection
2606 3 wxWinHelpController::KeywordSearch=wxwinhelpcontrollerkeywordsearch
2607 3 wxWinHelpController::LoadFile=wxwinhelpcontrollerloadfile
2608 3 wxWinHelpController::OnQuit=wxwinhelpcontrolleronquit
2609 3 wxWinHelpController::Quit=wxwinhelpcontrollerquit
2610 1 Functions
2611 2 Functions=functions
2612 2 File functions=filefunctions
2613 3 ::wxDirExists=topic843
2614 3 ::wxDos2UnixFilename=topic844
2615 3 ::wxFileExists=topic845
2616 3 ::wxFileNameFromPath=topic846
2617 3 ::wxFindFirstFile=wxfindfirstfile
2618 3 ::wxFindNextFile=wxfindnextfile
2619 3 ::wxIsAbsolutePath=topic847
2620 3 ::wxPathOnly=topic848
2621 3 ::wxUnix2DosFilename=topic849
2622 3 ::wxConcatFiles=topic850
2623 3 ::wxCopyFile=topic851
2624 3 ::wxGetHostName=wxgethostname
2625 3 ::wxGetEmailAddress=wxgetemailaddress
2626 3 ::wxGetUserId=wxgetuserid
2627 3 ::wxGetUserName=wxgetusername
2628 3 ::wxGetWorkingDirectory=topic852
2629 3 ::wxGetTempFileName=topic853
2630 3 ::wxIsWild=wxiswild
2631 3 ::wxMatchWild=wxmatchwild
2632 3 ::wxMkdir=topic854
2633 3 ::wxRemoveFile=topic855
2634 3 ::wxRenameFile=topic856
2635 3 ::wxRmdir=topic857
2636 3 ::wxSetWorkingDirectory=topic858
2637 2 String functions=topic859
2638 3 ::copystring=topic860
2639 3 ::wxStringMatch=topic861
2640 3 ::wxStringEq=wxstringeq
2641 3 ::wxTransferFileToStream=wxtransferfiletostream
2642 3 ::wxTransferStreamToFile=wxtransferstreamtofile
2643 2 Dialog functions=dialogfunctions
2644 3 ::wxFileSelector=wxfileselector
2645 3 ::wxGetTextFromUser=wxgettextfromuser
2646 3 ::wxGetMultipleChoice=wxgetmultiplechoice
2647 3 ::wxGetSingleChoice=wxgetsinglechoice
2648 3 ::wxGetSingleChoiceIndex=wxgetsinglechoiceindex
2649 3 ::wxGetSingleChoiceData=wxgetsinglechoicedata
2650 3 ::wxMessageBox=wxmessagebox
2651 2 GDI functions=gdifunctions
2652 3 ::wxColourDisplay=topic862
2653 3 ::wxDisplayDepth=topic863
2654 3 ::wxMakeMetaFilePlaceable=wxmakemetafileplaceable
2655 3 ::wxSetCursor=wxsetcursor
2656 2 System event functions=topic864
2657 3 ::wxAddPrimaryEventHandler=topic865
2658 3 ::wxAddSecondaryEventHandler=topic866
2659 3 ::wxNotifyEvent=topic867
2660 3 ::wxRegisterEventClass=topic868
2661 3 ::wxRegisterEventName=topic869
2662 3 ::wxRegisterExternalEventHandlers=topic870
2663 3 ::wxRemoveSecondaryEventHandler=topic871
2664 3 ::wxSendEvent=wxsendevent
2665 2 Printer settings=printersettings
2666 3 ::wxGetPrinterCommand=topic872
2667 3 ::wxGetPrinterFile=topic873
2668 3 ::wxGetPrinterMode=topic874
2669 3 ::wxGetPrinterOptions=topic875
2670 3 ::wxGetPrinterOrientation=topic876
2671 3 ::wxGetPrinterPreviewCommand=topic877
2672 3 ::wxGetPrinterScaling=topic878
2673 3 ::wxGetPrinterTranslation=topic879
2674 3 ::wxSetPrinterCommand=topic880
2675 3 ::wxSetPrinterFile=topic881
2676 3 ::wxSetPrinterMode=topic882
2677 3 ::wxSetPrinterOptions=topic883
2678 3 ::wxSetPrinterOrientation=topic884
2679 3 ::wxSetPrinterPreviewCommand=topic885
2680 3 ::wxSetPrinterScaling=topic886
2681 3 ::wxSetPrinterTranslation=topic887
2682 2 Clipboard functions=clipsboard
2683 3 ::wxClipboardOpen=topic888
2684 3 ::wxCloseClipboard=topic889
2685 3 ::wxEmptyClipboard=topic890
2686 3 ::wxEnumClipboardFormats=topic891
2687 3 ::wxGetClipboardData=topic892
2688 3 ::wxGetClipboardFormatName=topic893
2689 3 ::wxIsClipboardFormatAvailable=topic894
2690 3 ::wxOpenClipboard=topic895
2691 3 ::wxRegisterClipboardFormat=topic896
2692 3 ::wxSetClipboardData=topic897
2693 2 Miscellaneous functions=miscellany
2694 3 ::NewId=topic898
2695 3 ::RegisterId=topic899
2696 3 ::wxBeginBusyCursor=wxbeginbusycursor
2697 3 ::wxBell=topic900
2698 3 ::wxCleanUp=wxcleanup
2699 3 ::wxCreateDynamicObject=wxcreatedynamicobject
2700 3 ::wxDebugMsg=topic901
2701 3 ::wxDisplaySize=topic902
2702 3 ::wxEntry=wxentry
2703 3 ::wxError=wxerror
2704 3 ::wxEndBusyCursor=wxendbusycursor
2705 3 ::wxExecute=wxexecute
2706 3 ::wxExit=wxexit
2707 3 ::wxFatalError=wxfatalerror
2708 3 ::wxFindMenuItemId=topic903
2709 3 ::wxFindWindowByLabel=topic904
2710 3 ::wxFindWindowByName=wxfindwindowbyname
2711 3 ::wxGetActiveWindow=wxgetactivewindow
2712 3 ::wxGetDisplayName=wxgetdisplayname
2713 3 ::wxGetHomeDir=topic905
2714 3 ::wxGetHostName=topic906
2715 3 ::wxGetElapsedTime=wxgetelapsedtime
2716 3 ::wxGetFreeMemory=topic907
2717 3 ::wxGetMousePosition=topic908
2718 3 ::wxGetOsVersion=topic909
2719 3 ::wxGetResource=wxgetresource
2720 3 ::wxGetUserId=topic910
2721 3 ::wxGetUserName=topic911
2722 3 ::wxKill=wxkill
2723 3 ::wxInitClipboard=wxinitclipboard
2724 3 ::wxIPCCleanUp=wxipccleanup
2725 3 ::wxIPCInitialize=wxipcinitialize
2726 3 ::wxIsBusy=wxisbusy
2727 3 ::wxLoadUserResource=wxloaduserresource
2728 3 ::wxNow=wxnow
2729 3 ::wxPostDelete=wxpostdelete
2730 3 ::wxSetDisplayName=wxsetdisplayname
2731 3 ::wxShell=wxshell
2732 3 ::wxSleep=topic912
2733 3 ::wxStripMenuCodes=topic913
2734 3 ::wxStartTimer=wxstarttimer
2735 3 ::wxToLower=wxtolower
2736 3 ::wxToUpper=wxtoupper
2737 3 ::wxTrace=wxtrace
2738 3 ::wxTraceLevel=wxtracelevel
2739 3 ::wxWriteResource=wxwriteresource
2740 3 ::wxYield=topic914
2741 2 Macros=macros
2742 3 CLASSINFO=classinfo
2743 3 WXDEBUG_NEW=debugnew
2744 3 DECLARE_ABSTRACT_CLASS=topic915
2745 3 DECLARE_APP=declareapp
2746 3 DECLARE_CLASS=topic916
2747 3 DECLARE_DYNAMIC_CLASS=topic917
2748 3 IMPLEMENT_ABSTRACT_CLASS=topic918
2749 3 IMPLEMENT_ABSTRACT_CLASS2=topic919
2750 3 IMPLEMENT_APP=implementapp
2751 3 IMPLEMENT_CLASS=topic920
2752 3 IMPLEMENT_CLASS2=topic921
2753 3 IMPLEMENT_DYNAMIC_CLASS=topic922
2754 3 IMPLEMENT_DYNAMIC_CLASS2=topic923
2755 3 WXTRACE=trace
2756 3 WXTRACELEVEL=tracelevel
2757 2 wxWindows resource functions=resourcefuncs
2758 3 ::wxResourceAddIdentifier=wxresourceaddidentifier
2759 3 ::wxResourceClear=topic924
2760 3 ::wxResourceCreateBitmap=topic925
2761 3 ::wxResourceCreateIcon=topic926
2762 3 ::wxResourceCreateMenuBar=topic927
2763 3 ::wxResourceGetIdentifier=topic928
2764 3 ::wxResourceParseData=wxresourcedata
2765 3 ::wxResourceParseFile=topic929
2766 3 ::wxResourceParseString=wxresourceparsestring
2767 3 ::wxResourceRegisterBitmapData=registerbitmapdata
2768 3 ::wxResourceRegisterIconData=topic930
2769 1 Classes by category
2770 2 Classes by category=classesbycat
2771 1 Topic overviews
2772 2 Topic overviews=overviews
2773 2 wxApp overview=wxappoverview
2774 2 Bitmaps overview=wxbitmapoverview
2775 3 Loading bitmaps: further information=topic931
2776 3 Bitmap format handlers=topic932
2777 3 wxIcon overview=wxiconoverview
2778 2 wxDialog overview=wxdialogoverview
2779 2 Font overview=wxfontoverview
2780 2 wxString overview=wxstringoverview
2781 3 Copyright of the original GNU code portion=topic933
2782 3 Features/Additions/Modifications=topic934
2783 3 Function calls=topic935
2784 3 Header files=topic936
2785 3 Test program=topic937
2786 3 Compilers=topic938
2787 3 GNU Documentation=topic939
2788 4 The wxString class=topic940
2789 4 Constructor examples=topic941
2790 4 Examples=topic942
2791 4 Comparing, Searching and Matching examples=topic943
2792 4 Substring extraction examples=topic944
2793 4 Concatenation examples=topic945
2794 4 Other manipulation examples=topic946
2795 4 Reading, Writing and Conversion examples=topic947
2796 3 Regular Expressions=regularexpressions
2797 4 Regular Expression Overview=topic948
2798 4 Syntax of Regular Expressions=topic949
2799 2 wxString member functions=wxstringcategories
2800 2 wxSplitterWindow overview=wxsplitterwindowoverview
2801 3 Example=topic950
2802 2 wxTreeCtrl overview=wxtreectrloverview
2803 2 wxListCtrl overview=wxlistctrloverview
2804 2 wxImageList overview=wximagelistoverview
2805 2 Common dialogs overview=commondialogsoverview
2806 3 wxColourDialog overview=wxcolourdialogoverview
2807 3 wxFontDialog overview=wxfontdialogoverview
2808 3 wxPrintDialog overview=wxprintdialogoverview
2809 3 wxFileDialog overview=wxfiledialogoverview
2810 3 wxDirDialog overview=wxdirdialogoverview
2811 3 wxTextEntryDialog overview=wxtextentrydialogoverview
2812 3 wxMessageDialog overview=wxmessagedialogoverview
2813 3 wxSingleChoiceDialog overview=wxsinglechoicedialogoverview
2814 3 wxMultipleChoiceDialog overview=wxmultiplechoicedialogoverview
2815 2 Constraints overview=constraintsoverview
2816 3 Constraint layout: more detail=topic951
2817 3 Window layout examples=layoutexamples
2818 4 Example 1: subwindow layout=topic952
2819 4 Example 2: panel item layout=topic953
2820 2 Database classes overview=odbcoverview
2821 3 Procedures for writing an ODBC application=topic954
2822 3 wxDatabase overview=wxdatabaseoverview
2823 3 wxQueryCol overview=wxquerycoloverview
2824 3 wxQueryField overview=wxqueryfieldoverview
2825 3 wxRecordSet overview=wxrecordsetoverview
2826 3 ODBC SQL data types=sqltypes
2827 3 A selection of SQL commands=sqlcommands
2828 4 Create=topic955
2829 4 Insert=topic956
2830 4 Select=topic957
2831 4 Update=topic958
2832 2 Device context overview=dcoverview
2833 2 Debugging overview=debuggingoverview
2834 3 wxDebugContext overview=wxdebugcontextoverview
2835 2 Window deletion overview=windowdeletionoverview
2836 2 Scrolling overview=scrollingoverview
2837 2 Document/view overview=docviewoverview
2838 3 wxDocument overview=wxdocumentoverview
2839 3 wxView overview=wxviewoverview
2840 3 wxDocTemplate overview=wxdoctemplateoverview
2841 3 wxDocManager overview=wxdocmanageroverview
2842 3 wxCommand overview=wxcommandoverview
2843 3 wxCommandProcessor overview=wxcommandprocessoroverview
2844 3 wxFileHistory overview=wxfilehistoryoverview
2845 3 wxWindows predefined command identifiers=predefinedids
2846 2 Event handling overview=eventhandlingoverview
2847 3 Introduction=topic959
2848 3 How events are processed=eventprocessing
2849 3 Pluggable event handlers=topic960
2850 3 Event macros summary=eventmacros
2851 2 Writing a wxWindows application: a rough guide=roughguide
2852 2 Interprocess communication overview=ipcoverview
2853 3 Data transfer=topic961
2854 3 Examples=topic962
2855 3 More DDE details=topic963
2856 2 Printing overview=printingoverview
2857 2 The wxWindows resource system=resourceformats
2858 3 The format of a .WXR file=topic964
2859 3 Dialog resource format=topic965
2860 3 Menubar resource format=topic966
2861 3 Bitmap resource format=topic967
2862 3 Icon resource format=topic968
2863 3 Resource format design issues=topic969
2864 3 Compiling the resource system=topic970
2865 2 Run time class information overview=runtimeclassoverview
2866 3 wxClassInfo=wxclassinfooverview
2867 3 Example=topic971
2868 2 Window styles=windowstyles
2869 2 Tab classes overview=wxtaboverview
2870 3 Example=topic972
2871 3 wxTab change log=topic973
2872 2 wxTabView overview=wxtabviewoverview
2873 2 Toolbar overview=wxtoolbaroverview
2874 3 Using the toolbar library=topic974
2875 2 Validator overview=validatoroverview
2876 2 wxExpr overview=exproverview
2877 3 wxExpr for data file manipulation=topic975
2878 3 wxExpr compilation=topic976
2879 3 Bugs=topic977
2880 3 Using wxExpr=topic978
2881 2 wxGrid classes overview=gridoverview
2882 3 Example=topic979
2883 2 Notes on using the reference=referencenotes
2884 1 References
2885 2 References=bibliography