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