Default constructor.
-\func{}{wxBitmapButton}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id}, \param{const wxBitmap\& }{bitmap},\rtfsp
+\func{}{wxBitmapButton}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id}, \param{const wxBitmap\& }{bitmap},\rtfsp
\param{const wxPoint\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxBU\_AUTODRAW}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``button"}}
+\param{long}{ style = wxBU\_AUTODRAW}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``button"}}
Constructor, creating and showing a button.
\membersection{wxBitmapButton::Create}\label{wxbitmapbuttoncreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id}, \param{const wxBitmap\& }{bitmap},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id}, \param{const wxBitmap\& }{bitmap},\rtfsp
\param{const wxPoint\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``button"}}
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``button"}}
Button creation function for two-step creation. For more details, see \helpref{wxBitmapButton::wxBitmapButton}{wxbitmapbuttonconstr}.
Copy constructors.
-\func{}{wxBitmap}{\param{void*}{ data}, \param{const int}{ type}, \param{const int}{ width}, \param{const int}{ height}, \param{const int}{ depth = -1}}
+\func{}{wxBitmap}{\param{void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
Creates a bitmap from the given data, which can be of arbitrary type.
-\func{}{wxBitmap}{\param{const char}{ bits[]}, \param{const int}{ width}, \param{const int}{ height}\\
- \param{const int}{ depth = 1}}
+\func{}{wxBitmap}{\param{const char}{ bits[]}, \param{int}{ width}, \param{int}{ height}\\
+ \param{int}{ depth = 1}}
Creates a bitmap from an array of bits.
-\func{}{wxBitmap}{\param{const int}{ width}, \param{const int}{ height}, \param{const int}{ depth = -1}}
+\func{}{wxBitmap}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
Creates a new bitmap.
Creates a bitmap from XPM data.
-\func{}{wxBitmap}{\param{const wxString\& }{name}, \param{const long}{ type}}
+\func{}{wxBitmap}{\param{const wxString\& }{name}, \param{long}{ type}}
Loads a bitmap from a file or resource.
\membersection{wxBitmap::Create}
-\func{virtual bool}{Create}{\param{const int}{ width}, \param{const int}{ height}, \param{const int}{ depth = -1}}
+\func{virtual bool}{Create}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
Creates a fresh bitmap. If the final argument is omitted, the display depth of
the screen is used.
-\func{virtual bool}{Create}{\param{void*}{ data}, \param{const int}{ type}, \param{const int}{ width}, \param{const int}{ height}, \param{const int}{ depth = -1}}
+\func{virtual bool}{Create}{\param{void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
Creates a bitmap from the given data, which can be of arbitrary type.
\membersection{wxBitmap::LoadFile}\label{wxbitmaploadfile}
-\func{bool}{LoadFile}{\param{const wxString\&}{ name}, \param{const long}{ type}}
+\func{bool}{LoadFile}{\param{const wxString\&}{ name}, \param{long}{ type}}
Loads a bitmap from a file or resource.
\membersection{wxBitmapHandler::Create}
-\func{virtual bool}{Create}{\param{wxBitmap* }{bitmap}, \param{void*}{ data}, \param{const int}{ type}, \param{const int}{ width}, \param{const int}{ height}, \param{const int}{ depth = -1}}
+\func{virtual bool}{Create}{\param{wxBitmap* }{bitmap}, \param{void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
Creates a bitmap from the given data, which can be of arbitrary type. The wxBitmap object {\it bitmap} is
manipulated by this function.
\membersection{wxBitmapHandler::LoadFile}\label{wxbitmaphandlerloadfile}
-\func{bool}{LoadFile}{\param{wxBitmap* }{bitmap}, \param{const wxString\&}{ name}, \param{const long}{ type}}
+\func{bool}{LoadFile}{\param{wxBitmap* }{bitmap}, \param{const wxString\&}{ name}, \param{long}{ type}}
Loads a bitmap from a file or resource, putting the resulting data into {\it bitmap}.
Default constructor. The brush will be uninitialised, and \helpref{wxBrush::Ok}{wxbrushok} will
return FALSE.
-\func{}{wxBrush}{\param{const wxColour\&}{ colour}, \param{const int}{ style}}
+\func{}{wxBrush}{\param{const wxColour\&}{ colour}, \param{int}{ style}}
Constructs a brush from a colour object and style.
-\func{}{wxBrush}{\param{const wxString\& }{colourName}, \param{const int}{ style}}
+\func{}{wxBrush}{\param{const wxString\& }{colourName}, \param{int}{ style}}
Constructs a brush from a colour name and style.
\membersection{wxBrush::SetStyle}\label{wxbrushsetstyle}
-\func{void}{SetStyle}{\param{const int}{ style}}
+\func{void}{SetStyle}{\param{int}{ style}}
Sets the brush style.
\membersection{wxBrushList::FindOrCreateBrush}\label{wxbrushlistfindorcreatebrush}
-\func{wxBrush *}{FindOrCreateBrush}{\param{const wxColour\& }{colour}, \param{const int}{ style}}
+\func{wxBrush *}{FindOrCreateBrush}{\param{const wxColour\& }{colour}, \param{int}{ style}}
Finds a brush with the specified attributes and returns it, else creates a new brush, adds it
to the brush list, and returns it.
-\func{wxBrush *}{FindOrCreateBrush}{\param{const wxString\& }{colourName}, \param{const int}{ style}}
+\func{wxBrush *}{FindOrCreateBrush}{\param{const wxString\& }{colourName}, \param{int}{ style}}
Finds a brush with the specified attributes and returns it, else creates a new brush, adds it
to the brush list, and returns it.
Default constructor.
-\func{}{wxButton}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id}, \param{const wxString\& }{label},\rtfsp
+\func{}{wxButton}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id}, \param{const wxString\& }{label},\rtfsp
\param{const wxPoint\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``button"}}
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``button"}}
Constructor, creating and showing a button.
\membersection{wxButton::Create}\label{wxbuttoncreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id}, \param{const wxString\& }{label},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id}, \param{const wxString\& }{label},\rtfsp
\param{const wxPoint\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``button"}}
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``button"}}
Button creation function for two-step creation. For more details, see \helpref{wxButton::wxButton}{wxbuttonconstr}.
Default constructor.
-\func{}{wxCheckBox}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{}{wxCheckBox}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxString\& }{label}, \param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
\param{const wxSize\& }{size = wxDefaultSize}, \param{long}{ style = 0},\rtfsp
\param{const wxValidator\& }{val}, \param{const wxString\& }{name = ``checkBox"}}
\membersection{wxCheckBox::Create}\label{wxcheckboxcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxString\& }{label}, \param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
\param{const wxSize\& }{size = wxDefaultSize}, \param{long}{ style = 0},\rtfsp
\param{const wxValidator\& }{val}, \param{const wxString\& }{name = ``checkBox"}}
Default constructor.
-\func{}{wxChoice}{\param{wxWindow *}{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{}{wxChoice}{\param{wxWindow *}{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxPoint\& }{pos}, \param{const wxSize\&}{ size},\rtfsp
-\param{const int}{ n}, \param{const wxString }{choices[]},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``choice"}}
+\param{int}{ n}, \param{const wxString }{choices[]},\rtfsp
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``choice"}}
Constructor, creating and showing a choice.
\membersection{wxChoice::Create}\label{wxchoicecreate}
-\func{bool}{Create}{\param{wxWindow *}{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{bool}{Create}{\param{wxWindow *}{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxPoint\& }{pos}, \param{const wxSize\&}{ size},\rtfsp
-\param{const int}{ n}, \param{const wxString }{choices[]},\rtfsp
-\param{const long}{ style = 0}, \param{const wxString\& }{name = ``choice"}}
+\param{int}{ n}, \param{const wxString }{choices[]},\rtfsp
+\param{long}{ style = 0}, \param{const wxString\& }{name = ``choice"}}
Creates the choice for two-step construction. See \helpref{wxChoice::wxChoice}{wxchoiceconstr}.
\membersection{wxChoice::GetString}\label{wxchoicegetstring}
-\constfunc{wxString}{GetString}{\param{const int}{ n}}
+\constfunc{wxString}{GetString}{\param{int}{ n}}
Returns the string at the given position.
\membersection{wxChoice::SetColumns}\label{wxchoicesetcolumns}
-\func{void}{SetColumns}{\param{const int}{ n = 1}}
+\func{void}{SetColumns}{\param{int}{ n = 1}}
Sets the number of columns in this choice item.
\membersection{wxChoice::SetSelection}\label{wxchoicesetselection}
-\func{void}{SetSelection}{\param{const int}{ n}}
+\func{void}{SetSelection}{\param{int}{ n}}
Sets the choice by passing the desired string position.
\input command.tex
\input cmdevent.tex
\input cmdproc.tex
+\input conditn.tex
\input control.tex
\input cursor.tex
\input database.tex
\input mouseevt.tex
\input moveevt.tex
\input mltchdlg.tex
+\input mutex.tex
\input node.tex
\input object.tex
\input pagedlg.tex
\input sysclevt.tex
\input settings.tex
\input tab.tex
+\input tabctrl.tex
+\input tabevent.tex
\input taskbar.tex
\input text.tex
\input textdlg.tex
\input valtext.tex
+\input thread.tex
\input time.tex
\input timer.tex
\input toolbar.tex
\input upduievt.tex
\input validatr.tex
\input view.tex
+\input wave.tex
\input window.tex
\input windowdc.tex
\membersection{wxColourData::GetCustomColour}\label{wxcolourdatagetcustomcolour}
-\constfunc{wxColour\&}{GetCustomColour}{\param{const int}{ i}}
+\constfunc{wxColour\&}{GetCustomColour}{\param{int}{ i}}
Gets the {\it i}th custom colour associated with the colour dialog. {\it i} should
be an integer between 0 and 15.
\membersection{wxColourData::SetCustomColour}\label{wxcolourdatasetcustomcolour}
-\func{void}{SetColour}{\param{const int}{ i}, \param{const wxColour\&}{ colour}}
+\func{void}{SetColour}{\param{int}{ i}, \param{const wxColour\&}{ colour}}
Sets the {\it i}th custom colour for the colour dialog. {\it i} should
be an integer between 0 and 15.
Default constructor.
-\func{}{wxComboBox}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{}{wxComboBox}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxString\& }{value = ``"}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const int}{ n}, \param{const wxString }{choices[]},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``comboBox"}}
+\param{int}{ n}, \param{const wxString }{choices[]},\rtfsp
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``comboBox"}}
Constructor, creating and showing a combobox.
\membersection{wxComboBox::Create}\label{wxcomboboxcreate}
-\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxString\& }{value = ``"}, \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const int}{ n}, \param{const wxString }{choices[]},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``comboBox"}}
+\param{int}{ n}, \param{const wxString }{choices[]},\rtfsp
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``comboBox"}}
Creates the combobox for two-step construction. Derived classes
should call or replace this function. See \helpref{wxComboBox::wxComboBox}{wxcomboboxconstr}\rtfsp
\membersection{wxComboBox::Delete}\label{wxcomboboxdelete}
-\func{void}{Delete}{\param{const int}{ n}}
+\func{void}{Delete}{\param{int}{ n}}
Deletes an item from the combobox.
\membersection{wxComboBox::GetClientData}\label{wxcomboboxgetclientdata}
-\constfunc{char*}{GetClientData}{\param{const int}{ n}}
+\constfunc{char*}{GetClientData}{\param{int}{ n}}
Returns a pointer to the client data associated with the given item (if any).
\membersection{wxComboBox::Replace}\label{wxcomboboxreplace}
-\func{void}{Replace}{\param{const long}{ from}, \param{const long}{ to}, \param{const wxString\& }{text}}
+\func{void}{Replace}{\param{long}{ from}, \param{long}{ to}, \param{const wxString\& }{text}}
Replaces the text between two positions with the given text, in the combobox text field.
\membersection{wxComboBox::Remove}\label{wxcomboboxremove}
-\func{void}{Remove}{\param{const long}{ from}, \param{const long}{ to}}
+\func{void}{Remove}{\param{long}{ from}, \param{long}{ to}}
Removes the text between the two positions in the combobox text field.
\membersection{wxComboBox::SetClientData}\label{wxcomboboxsetclientdata}
-\func{void}{SetClientData}{\param{const int}{ n}, \param{char* }{data}}
+\func{void}{SetClientData}{\param{int}{ n}, \param{char* }{data}}
Associates the given client data pointer with the given item.
\membersection{wxComboBox::SetInsertionPoint}\label{wxcomboboxsetinsertionpoint}
-\func{void}{SetInsertionPoint}{\param{const long}{ pos}}
+\func{void}{SetInsertionPoint}{\param{long}{ pos}}
Sets the insertion point in the combobox text field.
\membersection{wxComboBox::SetSelection}\label{wxcomboboxsetselection}
-\func{void}{SetSelection}{\param{const int}{ n}}
+\func{void}{SetSelection}{\param{int}{ n}}
Selects the given item in the combobox list.
-\func{void}{SetSelection}{\param{const long}{ from}, \param{const long}{ to}}
+\func{void}{SetSelection}{\param{long}{ from}, \param{long}{ to}}
Selects the text between the two positions, in the combobox text field.
--- /dev/null
+\section{\class{wxCondition}}\label{wxcondition}
+
+TODO
+
+\wxheading{Derived from}
+
+None.
+
+\wxheading{See also}
+
+\helpref{wxThread}{wxthread}, \helpref{wxMutex}{wxmutex}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
+\membersection{wxCondition::wxCondition}\label{wxconditionconstr}
+
+\func{}{wxCondition}{\void}
+
+Default constructor.
+
+\membersection{wxCondition::\destruct{wxCondition}}
+
+\func{}{\destruct{wxCondition}}{\void}
+
+Destroys the wxCondition object.
+
+\membersection{wxCondition::Broadcast}\label{wxconditionbroadcast}
+
+\func{void}{Broadcast}{\void}
+
+Broadcasts to all waiting objects.
+
+\membersection{wxCondition::Signal}\label{wxconditionsignal}
+
+\func{void}{Signal}{\void}
+
+Signals the object.
+
+\membersection{wxCondition::Wait}\label{wxconditionwait}
+
+\func{void}{Wait}{\param{wxMutex\&}{ mutex}}
+
+Waits indefinitely.
+
+\func{bool}{Wait}{\param{wxMutex\&}{ mutex}, \param{unsigned long}{ sec}, \param{unsigned long}{ nsec}}
+
+Waits until a signal is raised or the timeout has elapsed.
+
+\wxheading{Parameters}
+
+\docparam{mutex}{wxMutex object.}
+
+\docparam{sec}{Timeout in seconds}
+
+\docparam{nsec}{Timeout nanoseconds component (added to {\it sec}).}
+
+\wxheading{Return value}
+
+The second form returns if the signal was raised, or FALSE if there was a timeout.
+
+
Default constructor.
-\func{}{wxCursor}{\param{const char}{ bits[]}, \param{const int }{width},
- \param{const int }{ height}, \param{const int }{hotSpotX=-1}, \param{const int }{hotSpotY=-1}, \param{const char }{maskBits[]=NULL}}
+\func{}{wxCursor}{\param{const char}{ bits[]}, \param{int }{width},
+ \param{int }{ height}, \param{int }{hotSpotX=-1}, \param{int }{hotSpotY=-1}, \param{const char }{maskBits[]=NULL}}
Constructs a cursor by passing an array of bits (Motif and Xt only). {\it maskBits} is used only under Motif.
If either {\it hotSpotX} or {\it hotSpotY} is -1, the hotspot will be the centre of the cursor image (Motif only).
-\func{}{wxCursor}{\param{const wxString\& }{cursorName}, \param{const long }{type}, \param{const int }{hotSpotX=0}, \param{const int }{hotSpotY=0}}
+\func{}{wxCursor}{\param{const wxString\& }{cursorName}, \param{long }{type}, \param{int }{hotSpotX=0}, \param{int }{hotSpotY=0}}
Constructs a cursor by passing a string resource name or filename.
{\it hotSpotX} and {\it hotSpotY} are currently only used under Windows when loading from an
icon file, to specify the cursor hotspot relative to the top left of the image.
-\func{}{wxCursor}{\param{const int}{ cursorId}}
+\func{}{wxCursor}{\param{int}{ cursorId}}
Constructs a cursor using a cursor identifier.
Copy constructor.
-\func{}{wxDate}{\param{const int}{ month}, \param{const int}{ day}, \param{const int}{ year}}
+\func{}{wxDate}{\param{int}{ month}, \param{int}{ day}, \param{int}{ year}}
Constructor taking month, day and year.
-\func{}{wxDate}{\param{const long}{ julian}}
+\func{}{wxDate}{\param{long}{ julian}}
Constructor taking an integer representing the Julian date. This is the number of days since
1st January 4713 B.C., so to convert from the number of days since 1st January 1901,
\membersection{wxDate::AddMonths}\label{wxdateaddmonths}
-\func{wxDate\&}{AddMonths}{\param{const int}{ months=1}}
+\func{wxDate\&}{AddMonths}{\param{int}{ months=1}}
Adds the given number of months to the date, returning a reference to `this'.
\membersection{wxDate::AddWeeks}\label{wxdateaddweeks}
-\func{wxDate\&}{AddWeeks}{\param{const int}{ weeks=1}}
+\func{wxDate\&}{AddWeeks}{\param{int}{ weeks=1}}
Adds the given number of weeks to the date, returning a reference to `this'.
\membersection{wxDate::AddYears}\label{wxdateaddyears}
-\func{wxDate\&}{AddYears}{\param{const int}{ years=1}}
+\func{wxDate\&}{AddYears}{\param{int}{ years=1}}
Adds the given number of months to the date, returning a reference to `this'.
\membersection{wxDate::FormatDate}\label{wxdateformatdate}
-\constfunc{wxString}{FormatDate}{\param{const int}{ type=-1}}
+\constfunc{wxString}{FormatDate}{\param{int}{ type=-1}}
Formats the date according to {\it type} if not -1, or according
to the current display type if -1.
Sets the date to current system date, returning a reference to `this'.
-\func{wxDate\&}{Set}{\param{const long}{ julian}}
+\func{wxDate\&}{Set}{\param{long}{ julian}}
Sets the date to the given Julian date, returning a reference to `this'.
-\func{wxDate\&}{Set}{\param{const int}{ month}, \param{const int}{ day}, \param{const int}{ year}}
+\func{wxDate\&}{Set}{\param{int}{ month}, \param{int}{ day}, \param{int}{ year}}
Sets the date to the given date, returning a reference to `this'.
\membersection{wxDate::SetFormat}\label{wxdatesetformat}
-\func{void}{SetFormat}{\param{const int}{ format}}
+\func{void}{SetFormat}{\param{int}{ format}}
Sets the current format type.
\membersection{wxDate::SetOption}\label{wxdatesetoption}
-\func{int}{SetOption}{\param{const int}{ option}, \param{const bool}{ enable=TRUE}}
+\func{int}{SetOption}{\param{int}{ option}, \param{const bool}{ enable=TRUE}}
Enables or disables an option for formatting.
\membersection{wxDate::operator $+$}\label{wxdateplus}
-\func{wxDate}{operator $+$}{\param{const long}{ i}}
+\func{wxDate}{operator $+$}{\param{long}{ i}}
-\func{wxDate}{operator $+$}{\param{const int}{ i}}
+\func{wxDate}{operator $+$}{\param{int}{ i}}
Adds an integer number of days to the date, returning a date.
\membersection{wxDate::operator $-$}\label{wxdateminus}
-\func{wxDate}{operator $-$}{\param{const long}{ i}}
+\func{wxDate}{operator $-$}{\param{long}{ i}}
-\func{wxDate}{operator $-$}{\param{const int}{ i}}
+\func{wxDate}{operator $-$}{\param{int}{ i}}
Subtracts an integer number of days from the date, returning a date.
\membersection{wxDate::operator $+=$}\label{wxdateplusequals}
-\func{wxDate\&}{operator $+=$}{\param{const long}{ i}}
+\func{wxDate\&}{operator $+=$}{\param{long}{ i}}
Postfix operator: adds an integer number of days to the date, returning
a reference to `this' date.
\membersection{wxDate::operator $-=$}\label{wxdateminusequals}
-\func{wxDate\&}{operator $-=$}{\param{const long}{ i}}
+\func{wxDate\&}{operator $-=$}{\param{long}{ i}}
Postfix operator: subtracts an integer number of days from the date, returning
a reference to `this' date.
Default constructor.
-\func{}{wxDialog}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxDialog}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
\param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxDEFAULT\_DIALOG\_STYLE},\rtfsp
+\param{long}{ style = wxDEFAULT\_DIALOG\_STYLE},\rtfsp
\param{const wxString\& }{name = ``dialogBox"}}
Constructor.
\membersection{wxDialog::Centre}\label{wxdialogcentre}
-\func{void}{Centre}{\param{const int}{ direction = wxBOTH}}
+\func{void}{Centre}{\param{int}{ direction = wxBOTH}}
Centres the dialog box on the display.
\membersection{wxDialog::Create}\label{wxdialogcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
\param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxDEFAULT\_DIALOG\_STYLE},\rtfsp
+\param{long}{ style = wxDEFAULT\_DIALOG\_STYLE},\rtfsp
\param{const wxString\& }{name = ``dialogBox"}}
Used for two-step dialog box construction. See \helpref{wxDialog::wxDialog}{wxdialogconstr}\rtfsp
Default constructor.
-\func{}{wxFont}{\param{const int}{ pointSize}, \param{const int}{ family}, \param{const int}{ style}, \param{const int}{ weight},
+\func{}{wxFont}{\param{int}{ pointSize}, \param{int}{ family}, \param{int}{ style}, \param{int}{ weight},
\param{const bool}{ underline = FALSE}, \param{const wxString\& }{faceName = ""}}
Creates a font object.
\membersection{wxFont::SetFamily}\label{wxfontsetfamily}
-\func{void}{SetFamily}{\param{const int}{ family}}
+\func{void}{SetFamily}{\param{int}{ family}}
Sets the font family.
\membersection{wxFont::SetPointSize}\label{wxfontsetpointsize}
-\func{void}{SetPointSize}{\param{const int}{ pointSize}}
+\func{void}{SetPointSize}{\param{int}{ pointSize}}
Sets the point size.
\membersection{wxFont::SetStyle}\label{wxfontsetstyle}
-\func{void}{SetStyle}{\param{const int}{ style}}
+\func{void}{SetStyle}{\param{int}{ style}}
Sets the font style.
\membersection{wxFont::SetWeight}\label{wxfontsetweight}
-\func{void}{SetWeight}{\param{const int}{ weight}}
+\func{void}{SetWeight}{\param{int}{ weight}}
Sets the font weight.
Default constructor.
-\func{}{wxFrame}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxFrame}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp
\param{const wxString\& }{name = ``frame"}}
\membersection{wxFrame::Centre}\label{wxframecentre}
-\func{void}{Centre}{\param{const int}{ direction = wxBOTH}}
+\func{void}{Centre}{\param{int}{ direction = wxBOTH}}
Centres the frame on the display.
\membersection{wxFrame::Create}\label{wxframecreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp
\param{const wxString\& }{name = ``frame"}}
\membersection{wxFrame::CreateStatusBar}\label{wxframecreatestatusbar}
-\func{virtual bool}{CreateStatusBar}{\param{const int}{ number = 1}}
+\func{virtual bool}{CreateStatusBar}{\param{int}{ number = 1}}
Creates a status bar at the bottom of the frame.
\membersection{wxFrame::OnCreateStatusBar}\label{wxframeoncreatestatusbar}
-\func{virtual wxStatusBar*}{OnCreateStatusBar}{\param{const int }{number}}
+\func{virtual wxStatusBar*}{OnCreateStatusBar}{\param{int }{number}}
Virtual function called when a status bar is requested by \helpref{wxFrame::CreateStatusBar}{wxframecreatestatusbar}.
\membersection{wxFrame::SetStatusText}\label{wxframesetstatustext}
-\func{virtual void}{SetStatusText}{\param{const wxString\& }{ text}, \param{const int}{ number = 0}}
+\func{virtual void}{SetStatusText}{\param{const wxString\& }{ text}, \param{int}{ number = 0}}
Sets the status bar text and redraws the status bar.
\membersection{wxFrame::SetStatusWidths}\label{wxframesetstatuswidths}
-\func{virtual void}{SetStatusWidths}{\param{const int}{ n}, \param{const int *}{widths}}
+\func{virtual void}{SetStatusWidths}{\param{int}{ n}, \param{int *}{widths}}
Sets the widths of the fields in the status bar.
Default constructor.
-\func{}{wxGauge}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
-\param{const int}{ range}, \param{const wxPoint\& }{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxGA\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``gauge"}}
+\func{}{wxGauge}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
+\param{int}{ range}, \param{const wxPoint\& }{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
+\param{long}{ style = wxGA\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``gauge"}}
Constructor, creating and showing a gauge.
\membersection{wxGauge::Create}\label{wxgaugecreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
-\param{const int}{ range}, \param{const wxPoint\& }{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxGA\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``gauge"}}
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
+\param{int}{ range}, \param{const wxPoint\& }{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
+\param{long}{ style = wxGA\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``gauge"}}
Creates the gauge for two-step construction. See \helpref{wxGauge::wxGauge}{wxgaugeconstr}\rtfsp
for further details.
\membersection{wxGauge::SetBezelFace}\label{wxgaugesetbezelface}
-\func{void}{SetBezelFace}{\param{const int }{width}}
+\func{void}{SetBezelFace}{\param{int }{width}}
Sets the 3D bezel face width.
\membersection{wxGauge::SetRange}\label{wxgaugesetrange}
-\func{void}{SetRange}{\param{const int }{range}}
+\func{void}{SetRange}{\param{int }{range}}
Sets the range (maximum value) of the gauge.
\membersection{wxGauge::SetShadowWidth}\label{wxgaugesetshadowwidth}
-\func{void}{SetShadowWidth}{\param{const int }{width}}
+\func{void}{SetShadowWidth}{\param{int }{width}}
Sets the 3D shadow width.
\membersection{wxGauge::SetValue}\label{wxgaugesetvalue}
-\func{void}{SetValue}{\param{const int }{pos}}
+\func{void}{SetValue}{\param{int }{pos}}
Sets the position of the gauge.
\membersection{wxGrid::wxGrid}\label{wxgridconstr}
-\func{void}{wxGrid}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id}, \param{const wxPoint\&}{ pos},
-\rtfsp\param{const wxSize\&}{ size}, \param{const long}{ style=0}, \param{const wxString\& }{name="grid"}}
+\func{void}{wxGrid}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id}, \param{const wxPoint\&}{ pos},
+\rtfsp\param{const wxSize\&}{ size}, \param{long}{ style=0}, \param{const wxString\& }{name="grid"}}
Constructor. Before using a wxGrid object, you must call CreateGrid to set up the required rows and columns.
Copy constructors.
-\func{}{wxIcon}{\param{void*}{ data}, \param{const int}{ type}, \param{const int}{ width}, \param{const int}{ height}, \param{const int}{ depth = -1}}
+\func{}{wxIcon}{\param{void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
Creates an icon from the given data, which can be of arbitrary type.
-\func{}{wxIcon}{\param{const char}{ bits[]}, \param{const int}{ width}, \param{const int}{ height}\\
- \param{const int}{ depth = 1}}
+\func{}{wxIcon}{\param{const char}{ bits[]}, \param{int}{ width}, \param{int}{ height}\\
+ \param{int}{ depth = 1}}
Creates an icon from an array of bits.
-\func{}{wxIcon}{\param{const int}{ width}, \param{const int}{ height}, \param{const int}{ depth = -1}}
+\func{}{wxIcon}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
Creates a new icon.
Creates an icon from XPM data.
-\func{}{wxIcon}{\param{const wxString\& }{name}, \param{const long}{ type}}
+\func{}{wxIcon}{\param{const wxString\& }{name}, \param{long}{ type}}
Loads an icon from a file or resource.
\begin{comment}
\membersection{wxIcon::Create}\label{wxiconcreate}
-\func{virtual bool}{Create}{\param{const int}{ width}, \param{const int}{ height}, \param{const int}{ depth = -1}}
+\func{virtual bool}{Create}{\param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
Creates a fresh icon. If the final argument is omitted, the display depth of
the screen is used.
-\func{virtual bool}{Create}{\param{void*}{ data}, \param{const int}{ type}, \param{const int}{ width}, \param{const int}{ height}, \param{const int}{ depth = -1}}
+\func{virtual bool}{Create}{\param{void*}{ data}, \param{int}{ type}, \param{int}{ width}, \param{int}{ height}, \param{int}{ depth = -1}}
Creates an icon from the given data, which can be of arbitrary type.
\membersection{wxIcon::LoadFile}\label{wxiconloadfile}
-\func{bool}{LoadFile}{\param{const wxString\&}{ name}, \param{const long}{ type}}
+\func{bool}{LoadFile}{\param{const wxString\&}{ name}, \param{long}{ type}}
Loads an icon from a file or resource.
Default constructor.
-\func{}{wxImageList}{\param{const int }{width}, \param{const int }{height}, \param{const bool }{mask = TRUE},\rtfsp
-\param{const int }{initialCount = 1}}
+\func{}{wxImageList}{\param{int }{width}, \param{int }{height}, \param{const bool }{mask = TRUE},\rtfsp
+\param{int }{initialCount = 1}}
Constructor specifying the image size, whether image masks should be created, and the initial size of the list.
\membersection{wxImageList::Create}\label{wximagelistcreate}
-\func{bool}{Create}{\param{const int }{width}, \param{const int }{height}, \param{const bool }{mask = TRUE},\rtfsp
-\param{const int }{initialCount = 1}}
+\func{bool}{Create}{\param{int }{width}, \param{int }{height}, \param{const bool }{mask = TRUE},\rtfsp
+\param{int }{initialCount = 1}}
Initializes the list. See \helpref{wxImageList::wxImageList}{wximagelistconstr} for details.
\membersection{wxImageList::Draw}\label{wximagelistdraw}
-\func{bool}{Draw}{\param{const int}{ index}, \param{wxDC\&}{ dc}, \param{const int }{x},\rtfsp
-\param{const int }{x}, \param{const int }{flags = wxIMAGELIST\_DRAW\_NORMAL},\rtfsp
+\func{bool}{Draw}{\param{int}{ index}, \param{wxDC\&}{ dc}, \param{int }{x},\rtfsp
+\param{int }{x}, \param{int }{flags = wxIMAGELIST\_DRAW\_NORMAL},\rtfsp
\param{const bool }{solidBackground = FALSE}}
Draws a specified image onto a device context.
\membersection{wxImageList::Remove}\label{wximagelistremove}
-\func{bool}{Remove}{\param{const int}{ index}}
+\func{bool}{Remove}{\param{int}{ index}}
Removes the image at the given position.
\membersection{wxImageList::Replace}\label{wximagelistreplace}
-\func{bool}{Replace}{\param{const int}{ index}, \param{const wxBitmap\&}{ bitmap}, \param{const wxBitmap\&}{ mask = wxNullBitmap}}
+\func{bool}{Replace}{\param{int}{ index}, \param{const wxBitmap\&}{ bitmap}, \param{const wxBitmap\&}{ mask = wxNullBitmap}}
Replaces the existing image with the new image.
-\func{bool}{Replace}{\param{const int}{ index}, \param{const wxIcon\&}{ icon}}
+\func{bool}{Replace}{\param{int}{ index}, \param{const wxIcon\&}{ icon}}
Replaces the existing image with the new image.
Default constructor.
-\func{}{wxListBox}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{}{wxListBox}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const int}{ n}, \param{const wxString }{choices[] = NULL},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listBox"}}
+\param{int}{ n}, \param{const wxString }{choices[] = NULL},\rtfsp
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listBox"}}
Constructor, creating and showing a list box.
\membersection{wxListBox::Create}\label{wxlistboxcreate}
-\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const int}{ n}, \param{const wxString }{choices[] = NULL},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listBox"}}
+\param{int}{ n}, \param{const wxString }{choices[] = NULL},\rtfsp
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listBox"}}
Creates the listbox for two-step construction. See \helpref{wxListBox::wxListBox}{wxlistboxconstr}\rtfsp
for further details.
\membersection{wxListBox::GetClientData}\label{wxlistboxgetclientdata}
-\constfunc{char*}{GetClientData}{\param{const int}{ n}}
+\constfunc{char*}{GetClientData}{\param{int}{ n}}
Returns a pointer to the client data associated with the given item (if any).
\membersection{wxListBox::GetString}\label{wxlistboxgetstring}
-\constfunc{wxString}{GetString}{\param{const int}{ n}}
+\constfunc{wxString}{GetString}{\param{int}{ n}}
Returns the string at the given position.
\membersection{wxListBox::Selected}\label{wxlistboxselected}
-\constfunc{bool}{Selected}{\param{const int}{ n}}
+\constfunc{bool}{Selected}{\param{int}{ n}}
Determines whether an item is selected.
\membersection{wxListBox::Set}\label{wxlistboxset}
-\func{void}{Set}{\param{const int}{ n}, \param{const wxString*}{ choices}}
+\func{void}{Set}{\param{int}{ n}, \param{const wxString*}{ choices}}
Clears the list box and adds the given strings.
\membersection{wxListBox::SetClientData}\label{wxlistboxsetclientdata}
-\func{void}{SetClientData}{\param{const int}{ n}, \param{char* }{data}}
+\func{void}{SetClientData}{\param{int}{ n}, \param{char* }{data}}
Associates the given client data pointer with the given item.
\membersection{wxListBox::SetSelection}\label{wxlistboxsetselection}
-\func{void}{SetSelection}{\param{const int}{ n}, \param{const bool }{select = TRUE}}
+\func{void}{SetSelection}{\param{int}{ n}, \param{const bool }{select = TRUE}}
Selects or deselects the given item.
\membersection{wxListBox::SetString}\label{wxlistboxsetstring}
-\func{void}{SetString}{\param{const int}{ n}, \param{const wxString\& }{ string}}
+\func{void}{SetString}{\param{int}{ n}, \param{const wxString\& }{ string}}
Sets the string value of an item.
Default constructor.
-\func{}{wxListCtrl}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{}{wxListCtrl}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxLC\_ICON}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listCtrl"}}
+\param{long}{ style = wxLC\_ICON}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listCtrl"}}
Constructor, creating and showing a list control.
\membersection{wxListCtrl::Arrange}\label{wxlistctrlarrange}
-\func{bool}{Arrange}{\param{const int }{flag = wxLIST\_ALIGN\_DEFAULT}}
+\func{bool}{Arrange}{\param{int }{flag = wxLIST\_ALIGN\_DEFAULT}}
Arranges the items in icon or small icon view. {\it flag} is one of:
\membersection{wxListCtrl::Create}\label{wxlistctrlcreate}
-\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxLC\_ICON}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listCtrl"}}
+\param{long}{ style = wxLC\_ICON}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listCtrl"}}
Creates the list control. See \helpref{wxListCtrl::wxListCtrl}{wxlistctrlconstr} for further details.
\membersection{wxListCtrl::DeleteItem}\label{wxlistctrldeleteitem}
-\func{bool}{DeleteItem}{\param{const long }{item}}
+\func{bool}{DeleteItem}{\param{long }{item}}
Deletes the specified item.
\membersection{wxListCtrl::DeleteColumn}\label{wxlistctrldeletecolumn}
-\func{bool}{DeleteColumn}{\param{const int }{col}}
+\func{bool}{DeleteColumn}{\param{int }{col}}
Deletes a column.
\membersection{wxListCtrl::Edit}\label{wxlistctrledit}
-\func{wxTextCtrl\&}{Edit}{\param{const long }{item}}
+\func{wxTextCtrl\&}{Edit}{\param{long }{item}}
Starts editing a label.
\membersection{wxListCtrl::EnsureVisible}\label{wxlistctrlensurevisible}
-\func{bool}{EnsureVisible}{\param{const long }{item}}
+\func{bool}{EnsureVisible}{\param{long }{item}}
Ensures this item is visible.
\membersection{wxListCtrl::FindItem}\label{wxlistctrlfinditem}
-\func{long}{FindItem}{\param{const long }{start}, \param{const wxString\& }{str}, \param{const bool }{partial = FALSE}}
+\func{long}{FindItem}{\param{long }{start}, \param{const wxString\& }{str}, \param{const bool }{partial = FALSE}}
Find an item whose label matches this string, starting from the item after {\it start} or
the beginning if {\it start} is -1.
-\func{long}{FindItem}{\param{const long }{start}, \param{const long }{data}}
+\func{long}{FindItem}{\param{long }{start}, \param{long }{data}}
Find an item whose data matches this data, starting from the item after {\it start} or
the beginning if 'start' is -1.
-\func{long}{FindItem}{\param{const long }{start}, \param{const wxPoint\& }{pt}, \param{const int }{direction}}
+\func{long}{FindItem}{\param{long }{start}, \param{const wxPoint\& }{pt}, \param{int }{direction}}
Find an item nearest this position in the specified direction, starting from
the item after {\it start} or the beginning if {\it start} is -1.
\membersection{wxListCtrl::GetColumn}\label{wxlistctrlgetcolumn}
-\constfunc{bool}{GetColumn}{\param{const int }{col}, \param{wxListItem\& }{item}}
+\constfunc{bool}{GetColumn}{\param{int }{col}, \param{wxListItem\& }{item}}
Gets information about this column. See \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem} for more
information.
\membersection{wxListCtrl::GetColumnWidth}\label{wxlistctrlgetcolumnwidth}
-\constfunc{int}{GetColumnWidth}{\param{const int }{col}}
+\constfunc{int}{GetColumnWidth}{\param{int }{col}}
Gets the column width (report view only).
\membersection{wxListCtrl::GetImageList}\label{wxlistctrlgetimagelist}
-\constfunc{wxImageList*}{GetImageList}{\param{const int }{which}}
+\constfunc{wxImageList*}{GetImageList}{\param{int }{which}}
Returns the specified image list. {\it which} may be one of:
\membersection{wxListCtrl::GetItemData}\label{wxlistctrlgetitemdata}
-\constfunc{long}{GetItemData}{\param{const long }{item}}
+\constfunc{long}{GetItemData}{\param{long }{item}}
Gets the application-defined data associated with this item.
\membersection{wxListCtrl::GetItemPosition}\label{wxlistctrlgetitemposition}
-\constfunc{bool}{GetItemPosition}{\param{const long }{item}, \param{wxPoint\& }{pos}}
+\constfunc{bool}{GetItemPosition}{\param{long }{item}, \param{wxPoint\& }{pos}}
Returns the position of the item, in icon or small icon view.
\membersection{wxListCtrl::GetItemRect}\label{wxlistctrlgetitemrect}
-\constfunc{bool}{GetItemRect}{\param{const long }{item}, \param{wxRect\& }{rect}, \param{const int }{code = wxLIST\_RECT\_BOUNDS}}
+\constfunc{bool}{GetItemRect}{\param{long }{item}, \param{wxRect\& }{rect}, \param{int }{code = wxLIST\_RECT\_BOUNDS}}
Returns the rectangle representing the item's size and position, in client coordinates.
\membersection{wxListCtrl::GetItemState}\label{wxlistctrlgetitemstate}
-\constfunc{int}{GetItemState}{\param{const long }{item}, \param{const long }{stateMask}}
+\constfunc{int}{GetItemState}{\param{long }{item}, \param{long }{stateMask}}
Gets the item state. For a list of state flags, see \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem}.
\membersection{wxListCtrl::GetItemText}\label{wxlistctrlgetitemtext}
-\constfunc{wxString}{GetItemText}{\param{const long }{item}}
+\constfunc{wxString}{GetItemText}{\param{long }{item}}
Gets the item text for this item.
\membersection{wxListCtrl::GetNextItem}\label{wxlistctrlgetnextitem}
-\constfunc{long}{GetNextItem}{\param{const long }{item}, \param{int }{geometry = wxLIST\_NEXT\_ALL}, \param{int }{state = wxLIST\_STATE\_DONTCARE}}
+\constfunc{long}{GetNextItem}{\param{long }{item}, \param{int }{geometry = wxLIST\_NEXT\_ALL}, \param{int }{state = wxLIST\_STATE\_DONTCARE}}
Searches for an item with the given goemetry or state, starting from {\it item}. {\it item} can be -1
to find the first item that matches the specified flags.
\membersection{wxListCtrl::InsertColumn}\label{wxlistctrlinsertcolumn}
-\func{long}{InsertColumn}{\param{const long }{col}, \param{wxListItem\& }{info}}
+\func{long}{InsertColumn}{\param{long }{col}, \param{wxListItem\& }{info}}
For list view mode (only), inserts a column. For more details, see \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem}.
-\func{long}{InsertColumn}{\param{const long }{col}, \param{const wxString\& }{heading}, \param{const int }{format = wxLIST\_FORMAT\_LEFT},\rtfsp
-\param{const int }{width = -1}}
+\func{long}{InsertColumn}{\param{long }{col}, \param{const wxString\& }{heading}, \param{int }{format = wxLIST\_FORMAT\_LEFT},\rtfsp
+\param{int }{width = -1}}
For list view mode (only), inserts a column. For more details, see \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem}.
Inserts an item, returning the index of the new item if successful,
-1 otherwise.
-\func{long}{InsertItem}{\param{const long }{index}, \param{const wxString\& }{label}}
+\func{long}{InsertItem}{\param{long }{index}, \param{const wxString\& }{label}}
Inserts a string item.
-\func{long}{InsertItem}{\param{const long }{index}, \param{const int }{imageIndex}}
+\func{long}{InsertItem}{\param{long }{index}, \param{int }{imageIndex}}
Inserts an image item.
-\func{long}{InsertItem}{\param{const long }{index}, \param{const wxString\& }{label}, \param{const int }{imageIndex}}
+\func{long}{InsertItem}{\param{long }{index}, \param{const wxString\& }{label}, \param{int }{imageIndex}}
Insert an image/string item.
\membersection{wxListCtrl::ScrollList}\label{wxlistctrlscrolllist}
-\func{bool}{ScrollList}{\param{const int }{dx}, \param{const int }{dy}}
+\func{bool}{ScrollList}{\param{int }{dx}, \param{int }{dy}}
Scrolls the list control. If in icon, small icon or report view mode,
dx specifies the number of pixels to scroll. If in list view mode, dx
\membersection{wxListCtrl::SetColumn}\label{wxlistctrlsetcolumn}
-\func{bool}{SetColumn}{\param{const int }{col}, \param{wxListItem\& }{item}}
+\func{bool}{SetColumn}{\param{int }{col}, \param{wxListItem\& }{item}}
Sets information about this column. See \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem} for more
information.
\membersection{wxListCtrl::SetColumnWidth}\label{wxlistctrlsetcolumnwidth}
-\func{bool}{SetColumnWidth}{\param{const int }{col}, \param{const int }{width}}
+\func{bool}{SetColumnWidth}{\param{int }{col}, \param{int }{width}}
Sets the column width (report view only).
\membersection{wxListCtrl::SetImageList}\label{wxlistctrlsetimagelist}
-\func{void}{SetImageList}{\param{wxImageList*}{ imageList}, \param{const int }{which}}
+\func{void}{SetImageList}{\param{wxImageList*}{ imageList}, \param{int }{which}}
Sets the image list associated with the control. {\it which} is one of
wxIMAGE\_LIST\_NORMAL, wxIMAGE\_LIST\_SMALL, wxIMAGE\_LIST\_STATE (the last is unimplemented).
\twocolitem{wxLIST\_STATE\_CUT}{The item is in the cut state.}
\end{twocollist}
-\func{long}{SetItem}{\param{const long }{index}, \param{const int }{col}, \param{const wxString\& }{label}, \param{const int }{imageId = -1}}
+\func{long}{SetItem}{\param{long }{index}, \param{int }{col}, \param{const wxString\& }{label}, \param{int }{imageId = -1}}
Sets a string field at a particular column.
\membersection{wxListCtrl::SetItemData}\label{wxlistctrlsetitemdata}
-\func{bool}{SetItemData}{\param{const long }{item}, \param{long }{data}}
+\func{bool}{SetItemData}{\param{long }{item}, \param{long }{data}}
Associates application-defined data with this item.
\membersection{wxListCtrl::SetItemImage}\label{wxlistctrlsetitemimage}
-\func{bool}{SetItemImage}{\param{const long }{item}, \param{const int }{image}, \param{const int }{selImage}}
+\func{bool}{SetItemImage}{\param{long }{item}, \param{int }{image}, \param{int }{selImage}}
Sets the unselected and selected images associated with the item. The images are indices into the
image list associated with the list control.
\membersection{wxListCtrl::SetItemPosition}\label{wxlistctrlsetitemposition}
-\func{bool}{SetItemPosition}{\param{const long }{item}, \param{const wxPoint\& }{pos}}
+\func{bool}{SetItemPosition}{\param{long }{item}, \param{const wxPoint\& }{pos}}
Sets the position of the item, in icon or small icon view.
\membersection{wxListCtrl::SetItemState}\label{wxlistctrlsetitemstate}
-\func{bool}{SetItemState}{\param{const long }{item}, \param{const long }{state}, \param{const long }{stateMask}}
+\func{bool}{SetItemState}{\param{long }{item}, \param{long }{state}, \param{long }{stateMask}}
Sets the item state. For a list of state flags, see \helpref{wxListCtrl::SetItem}{wxlistctrlsetitem}.
\membersection{wxListCtrl::SetItemText}\label{wxlistctrlsetitemtext}
-\func{void}{SetItemText}{\param{const long }{item}, \param{const wxString\& }{text}}
+\func{void}{SetItemText}{\param{long }{item}, \param{const wxString\& }{text}}
Sets the item text for this item.
\membersection{wxListCtrl::SetSingleStyle}\label{wxlistctrlsetsinglestyle}
-\func{void}{SetSingleStyle}{\param{const long }{style}, \param{const bool }{add = TRUE}}
+\func{void}{SetSingleStyle}{\param{long }{style}, \param{const bool }{add = TRUE}}
Adds or removes a single window style.
\membersection{wxListCtrl::SetWindowStyleFlag}\label{wxlistctrlsetwindowstyleflag}
-\func{void}{SetWindowStyleFlag}{\param{const long }{style}}
+\func{void}{SetWindowStyleFlag}{\param{long }{style}}
Sets the whole window style.
Default constructor.
-\func{}{wxMDIChildFrame}{\param{wxMDIParentFrame* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxMDIChildFrame}{\param{wxMDIParentFrame* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp
\param{const wxString\& }{name = ``frame"}}
\membersection{wxMDIChildFrame::Create}\label{wxmdichildframecreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp
\param{const wxString\& }{name = ``frame"}}
Default constructor.
-\func{}{wxMDIParentFrame}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxMDIParentFrame}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE \pipe wxVSCROLL \pipe wxHSCROLL},\rtfsp
\param{const wxString\& }{name = ``frame"}}
\membersection{wxMDIParentFrame::Create}\label{wxmdiparentframecreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE \pipe wxVSCROLL \pipe wxHSCROLL},\rtfsp
\param{const wxString\& }{name = ``frame"}}
\membersection{wxMenu::Append}\label{wxmenuappend}
-\func{void}{Append}{\param{const int}{ id}, \param{const wxString\& }{ item}, \param{const wxString\& }{helpString = ""},\rtfsp
+\func{void}{Append}{\param{int}{ id}, \param{const wxString\& }{ item}, \param{const wxString\& }{helpString = ""},\rtfsp
\param{const bool}{ checkable = FALSE}}
Adds a string item to the end of the menu.
-\func{void}{Append}{\param{const int}{ id}, \param{const wxString\& }{ item}, \param{wxMenu *}{subMenu},\rtfsp
+\func{void}{Append}{\param{int}{ id}, \param{const wxString\& }{ item}, \param{wxMenu *}{subMenu},\rtfsp
\param{const wxString\& }{helpString = ""}}
Adds a pull-right submenu to the end of the menu.
\membersection{wxMenu::Check}\label{wxmenucheck}
-\func{void}{Check}{\param{const int}{ id}, \param{const bool}{ check}}
+\func{void}{Check}{\param{int}{ id}, \param{const bool}{ check}}
Checks or unchecks the menu item.
\membersection{wxMenu::Enable}\label{wxmenuenable}
-\func{void}{Enable}{\param{const int}{ id}, \param{const bool}{ enable}}
+\func{void}{Enable}{\param{int}{ id}, \param{const bool}{ enable}}
Enables or disables (greys out) a menu item.
\membersection{wxMenu::FindItemForId}\label{wxmenufinditemforid}
-\constfunc{wxMenuItem*}{FindItemForId}{\param{const int}{ id}}
+\constfunc{wxMenuItem*}{FindItemForId}{\param{int}{ id}}
Finds the menu item object associated with the given menu item identifier.
\membersection{wxMenu::GetHelpString}\label{wxmenugethelpstring}
-\constfunc{wxString}{GetHelpString}{\param{const int}{ id}}
+\constfunc{wxString}{GetHelpString}{\param{int}{ id}}
Returns the help string associated with a menu item.
\membersection{wxMenu::GetLabel}\label{wxmenugetlabel}
-\constfunc{wxString}{GetLabel}{\param{const int}{ id}}
+\constfunc{wxString}{GetLabel}{\param{int}{ id}}
Returns a menu item label.
\membersection{wxMenu::IsChecked}\label{wxmenuischecked}
-\constfunc{bool}{IsChecked}{\param{const int}{ id}}
+\constfunc{bool}{IsChecked}{\param{int}{ id}}
Determines whether a menu item is checked.
\membersection{wxMenu::IsEnabled}\label{wxmenuisenabled}
-\constfunc{bool}{IsEnabled}{\param{const int}{ id}}
+\constfunc{bool}{IsEnabled}{\param{int}{ id}}
Determines whether a menu item is enabled.
\membersection{wxMenu::SetHelpString}\label{wxmenusethelpstring}
-\func{void}{SetHelpString}{\param{const int}{ id}, \param{const wxString\& }{helpString}}
+\func{void}{SetHelpString}{\param{int}{ id}, \param{const wxString\& }{helpString}}
Sets an item's help string.
\membersection{wxMenu::SetLabel}\label{wxmenusetlabel}
-\func{void}{SetLabel}{\param{const int}{ id}, \param{const wxString\& }{label}}
+\func{void}{SetLabel}{\param{int}{ id}, \param{const wxString\& }{label}}
Sets the label of a menu item.
Default constructor.
-\func{void}{wxMenuBar}{\param{const int}{ n}, \param{wxMenu*}{ menus[]}, \param{const wxString }{titles[]}}
+\func{void}{wxMenuBar}{\param{int}{ n}, \param{wxMenu*}{ menus[]}, \param{const wxString }{titles[]}}
Construct a menu bar from arrays of menus and titles.
\membersection{wxMenuBar::Check}\label{wxmenubarcheck}
-\func{void}{Check}{\param{const int}{ id}, \param{const bool}{ check}}
+\func{void}{Check}{\param{int}{ id}, \param{const bool}{ check}}
Checks or unchecks a menu item.
\membersection{wxMenuBar::Enable}\label{wxmenubarenable}
-\func{void}{Enable}{\param{const int}{ id}, \param{const bool}{ enable}}
+\func{void}{Enable}{\param{int}{ id}, \param{const bool}{ enable}}
Enables or disables (greys out) a menu item.
\membersection{wxMenuBar::EnableTop}\label{wxmenubarenabletop}
-\func{void}{EnableTop}{\param{const int}{ pos}, \param{const bool}{ enable}}
+\func{void}{EnableTop}{\param{int}{ pos}, \param{const bool}{ enable}}
Enables or disables a whole menu.
\membersection{wxMenuBar::FindItemById}\label{wxmenubarfinditembyid}
-\constfunc{wxMenuItem *}{FindItemById}{\param{const int}{ id}}
+\constfunc{wxMenuItem *}{FindItemById}{\param{int}{ id}}
Finds the menu item object associated with the given menu item identifier,
\membersection{wxMenuBar::GetHelpString}\label{wxmenubargethelpstring}
-\constfunc{wxString}{GetHelpString}{\param{const int}{ id}}
+\constfunc{wxString}{GetHelpString}{\param{int}{ id}}
Gets the help string associated with the menu item identifer.
\membersection{wxMenuBar::GetLabel}\label{wxmenubargetlabel}
-\constfunc{wxString}{GetLabel}{\param{const int}{ id}}
+\constfunc{wxString}{GetLabel}{\param{int}{ id}}
Gets the label associated with a menu item.
\membersection{wxMenuBar::GetLabelTop}\label{wxmenubargetlabeltop}
-\constfunc{wxString}{GetLabelTop}{\param{const int}{ pos}}
+\constfunc{wxString}{GetLabelTop}{\param{int}{ pos}}
Returns the label of a top-level menu.
\membersection{wxMenuBar::IsChecked}\label{wxmenubarischecked}
-\constfunc{bool}{IsChecked}{\param{const int}{ id}}
+\constfunc{bool}{IsChecked}{\param{int}{ id}}
Determines whether an item is checked.
\membersection{wxMenuBar::IsEnabled}\label{wxmenubarisenabled}
-\constfunc{bool}{IsEnabled}{\param{const int}{ id}}
+\constfunc{bool}{IsEnabled}{\param{int}{ id}}
Determines whether an item is enabled.
\membersection{wxMenuBar::SetHelpString}\label{wxmenubarsethelpstring}
-\func{void}{SetHelpString}{\param{const int}{ id}, \param{const wxString\& }{helpString}}
+\func{void}{SetHelpString}{\param{int}{ id}, \param{const wxString\& }{helpString}}
Sets the help string associated with a menu item.
\membersection{wxMenuBar::SetLabel}\label{wxmenubarsetlabel}
-\func{void}{SetLabel}{\param{const int}{ id}, \param{const wxString\& }{label}}
+\func{void}{SetLabel}{\param{int}{ id}, \param{const wxString\& }{label}}
Sets the label of a menu item.
\membersection{wxMenuBar::SetLabelTop}\label{wxmenubarsetlabeltop}
-\func{void}{SetLabelTop}{\param{const int}{ pos}, \param{const wxString\& }{label}}
+\func{void}{SetLabelTop}{\param{int}{ pos}, \param{const wxString\& }{label}}
Sets the label of a top-level menu.
Default constructor.
-\func{}{wxMiniFrame}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxMiniFrame}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp
\param{const wxString\& }{name = ``frame"}}
\membersection{wxMiniFrame::Create}\label{wxminiframecreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxString\& }{title}, \param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp
\param{const wxString\& }{name = ``frame"}}
--- /dev/null
+\section{\class{wxMutex}}\label{wxmutex}
+
+A wxMutex controls mutual exclusion, to prevent two or more threads accessing
+the same piece of code.
+
+\wxheading{Derived from}
+
+None.
+
+\wxheading{See also}
+
+\helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
+\membersection{wxMutex::wxMutex}\label{wxmutexconstr}
+
+\func{}{wxMutex}{\void}
+
+Default constructor.
+
+\membersection{wxMutex::\destruct{wxMutex}}
+
+\func{}{\destruct{wxMutex}}{\void}
+
+Destroys the wxMutex object.
+
+\membersection{wxMutex::IsLocked}\label{wxmutexislocked}
+
+\constfunc{bool}{IsLocked}{\void}
+
+Returns TRUE if the mutex is locked, FALSE otherwise.
+
+\membersection{wxMutex::Lock}\label{wxmutexlock}
+
+\func{wxMutexError}{Lock}{\void}
+
+Locks the mutex object.
+
+\wxheading{Return value}
+
+One of:
+
+\twocolwidtha{7cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf MUTEX\_NO\_ERROR}}{There was no error.}
+\twocolitem{{\bf MUTEX\_DEAD\_LOCK}}{A deadlock situation was detected.}
+\twocolitem{{\bf MUTEX\_BUSY}}{The thread is already running.}
+\end{twocollist}
+
+\membersection{wxMutex::TryLock}\label{wxmutextrylock}
+
+\func{wxMutexError}{TryLock}{\void}
+
+Tries to lock the mutex object. If it can't, returns immediately with an error.
+
+\wxheading{Return value}
+
+One of:
+
+\twocolwidtha{7cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf MUTEX\_NO\_ERROR}}{There was no error.}
+\twocolitem{{\bf MUTEX\_DEAD\_LOCK}}{A deadlock situation was detected.}
+\twocolitem{{\bf MUTEX\_BUSY}}{The thread is already running.}
+\end{twocollist}
+
+\membersection{wxMutex::Unlock}\label{wxmutexunlock}
+
+\func{wxMutexError}{Unlock}{\void}
+
+Unlocks the mutex object.
+
+\wxheading{Return value}
+
+One of:
+
+\twocolwidtha{7cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf MUTEX\_NO\_ERROR}}{There was no error.}
+\twocolitem{{\bf MUTEX\_DEAD\_LOCK}}{A deadlock situation was detected.}
+\twocolitem{{\bf MUTEX\_BUSY}}{The thread is already running.}
+\end{twocollist}
+
+
Copy constructor. This uses reference counting so is a cheap operation.
-\func{}{wxPalette}{\param{const int}{ n}, \param{const unsigned char* }{red},\\
+\func{}{wxPalette}{\param{int}{ n}, \param{const unsigned char* }{red},\\
\param{const unsigned char* }{green}, \param{const unsigned char* }{blue}}
Creates a palette from arrays of size {\it n}, one for each
\membersection{wxPalette::Create}\label{wxpalettecreate}
-\func{bool}{Create}{\param{const int}{ n}, \param{const unsigned char* }{red},\rtfsp
+\func{bool}{Create}{\param{int}{ n}, \param{const unsigned char* }{red},\rtfsp
\param{const unsigned char* }{green}, \param{const unsigned char* }{blue}}
Creates a palette from arrays of size {\it n}, one for each
\membersection{wxPalette::GetRGB}\label{wxpalettegetrgb}
-\constfunc{bool}{GetPixel}{\param{const int}{ pixel}, \param{const unsigned char* }{red}, \param{const unsigned char* }{green},\rtfsp
+\constfunc{bool}{GetPixel}{\param{int}{ pixel}, \param{const unsigned char* }{red}, \param{const unsigned char* }{green},\rtfsp
\param{const unsigned char* }{blue}}
Returns RGB values for a given palette index.
Default constructor.
-\func{}{wxPanel}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxPanel}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
\param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxTAB\_TRAVERSAL},\rtfsp
+\param{long}{ style = wxTAB\_TRAVERSAL},\rtfsp
\param{const wxString\& }{name = ``panel"}}
Constructor.
\membersection{wxPanel::Create}\label{wxpanelcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition},\rtfsp
\param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxTAB\_TRAVERSAL},\rtfsp
+\param{long}{ style = wxTAB\_TRAVERSAL},\rtfsp
\param{const wxString\& }{name = ``panel"}}
Used for two-step panel construction. See \helpref{wxPanel::wxPanel}{wxpanelconstr}\rtfsp
Default constructor. The pen will be uninitialised, and \helpref{wxPen::Ok}{wxpenok} will
return FALSE.
-\func{}{wxPen}{\param{const wxColour\&}{ colour}, \param{const int}{ width}, \param{const int}{ style}}
+\func{}{wxPen}{\param{const wxColour\&}{ colour}, \param{int}{ width}, \param{int}{ style}}
Constructs a pen from a colour object, pen width and style.
-\func{}{wxPen}{\param{const wxString\& }{colourName}, \param{const int}{ width}, \param{const int}{ style}}
+\func{}{wxPen}{\param{const wxString\& }{colourName}, \param{int}{ width}, \param{int}{ style}}
Constructs a pen from a colour name, pen width and style.
-\func{}{wxPen}{\param{const wxBitmap\&}{ stipple}, \param{const int}{ width}}
+\func{}{wxPen}{\param{const wxBitmap\&}{ stipple}, \param{int}{ width}}
Constructs a stippled pen from a stipple bitmap and a width.
\func{void}{SetColour}{\param{const wxString\& }{colourName}}
-\func{void}{SetColour}{\param{const int}{ red}, \param{const int}{ green}, \param{const int}{ blue}}
+\func{void}{SetColour}{\param{int}{ red}, \param{int}{ green}, \param{int}{ blue}}
The pen's colour is changed to the given colour.
\membersection{wxPen::SetWidth}\label{wxpensetwidth}
-\func{void}{SetWidth}{\param{const int}{ width}}
+\func{void}{SetWidth}{\param{int}{ width}}
Sets the pen width.
\membersection{wxPenList::FindOrCreatePen}\label{wxpenlistfindorcreatepen}
-\func{wxPen*}{FindOrCreatePen}{\param{const wxColour\& }{colour}, \param{const int}{ width}, \param{const int}{ style}}
+\func{wxPen*}{FindOrCreatePen}{\param{const wxColour\& }{colour}, \param{int}{ width}, \param{int}{ style}}
Finds a pen with the specified attributes and returns it, else creates a new pen, adds it
to the pen list, and returns it.
-\func{wxPen*}{FindOrCreatePen}{\param{const wxString\& }{colourName}, \param{const int}{ width}, \param{const int}{ style}}
+\func{wxPen*}{FindOrCreatePen}{\param{const wxString\& }{colourName}, \param{int}{ width}, \param{int}{ style}}
Finds a pen with the specified attributes and returns it, else creates a new pen, adds it
to the pen list, and returns it.
\membersection{wxPrinterDC::wxPrinterDC}
\func{}{wxPrinterDC}{\param{const wxString\& }{driver}, \param{const wxString\& }{device}, \param{const wxString\& }{output},
- \param{const bool }{interactive = TRUE}, \param{const int }{orientation = wxPORTRAIT}}
+ \param{const bool }{interactive = TRUE}, \param{int }{orientation = wxPORTRAIT}}
Constructor. With empty strings for the first three arguments, the default printer dialog is
displayed. {\it device} indicates the type of printer and {\it output}
Default constructor.
-\func{}{wxRadioBox}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
+\func{}{wxRadioBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
\param{const wxPoint\& }{point = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const int}{ n = 0}, \param{const wxString}{ choices[] = NULL},\rtfsp
-\param{const int}{ majorDimension = 0}, \param{const long}{ style = wxRA\_HORIZONTAL},\rtfsp
+\param{int}{ n = 0}, \param{const wxString}{ choices[] = NULL},\rtfsp
+\param{int}{ majorDimension = 0}, \param{long}{ style = wxRA\_HORIZONTAL},\rtfsp
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``radioBox"}}
\membersection{wxRadioBox::Create}\label{wxradioboxcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
\param{const wxPoint\& }{point = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const int}{ n = 0}, \param{const wxString}{ choices[] = NULL},\rtfsp
-\param{const int}{ majorDimension = 0}, \param{const long}{ style = wxRA\_HORIZONTAL},\rtfsp
+\param{int}{ n = 0}, \param{const wxString}{ choices[] = NULL},\rtfsp
+\param{int}{ majorDimension = 0}, \param{long}{ style = wxRA\_HORIZONTAL},\rtfsp
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``radioBox"}}
Enables or disables the entire radiobox.
-\func{void}{Enable}{\param{const int}{ n}, \param{const bool}{ enable}}
+\func{void}{Enable}{\param{int}{ n}, \param{const bool}{ enable}}
Enables or disables an individual button in the radiobox.
Returns the radiobox label.
-\constfunc{wxString}{GetLabel}{\param{const int }{n}}
+\constfunc{wxString}{GetLabel}{\param{int }{n}}
Returns the label for the given button.
Sets the radiobox label.
-\func{void}{SetLabel}{\param{const int }{n}, \param{const wxString\&}{ label}}
+\func{void}{SetLabel}{\param{int }{n}, \param{const wxString\&}{ label}}
Sets a label for a radio button.
\membersection{wxRadioBox::SetSelection}\label{wxradioboxsetselection}
-\func{void}{SetSelection}{\param{const int}{ n}}
+\func{void}{SetSelection}{\param{int}{ n}}
Sets a button by passing the desired string position.
Shows or hides the entire radiobox.
-\func{void}{Show}{\param{const int }{item}, \param{const bool}{ show}}
+\func{void}{Show}{\param{int }{item}, \param{const bool}{ show}}
Shows or hides individual buttons.
\membersection{wxRadioBox::GetString}\label{wxradioboxgetstring}
-\constfunc{wxString}{GetString}{\param{const int}{ n}}
+\constfunc{wxString}{GetString}{\param{int}{ n}}
Returns the label for the button at the given position.
Default constructor.
-\func{}{wxRadioButton}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id}, \param{const wxString\& }{label},\rtfsp
+\func{}{wxRadioButton}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id}, \param{const wxString\& }{label},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0},\rtfsp
+\param{long}{ style = 0},\rtfsp
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``radioButton"}}
\membersection{wxRadioButton::Create}\label{wxradiobuttoncreate}
-\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id}, \param{const wxString\& }{label},\rtfsp
+\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id}, \param{const wxString\& }{label},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0},\rtfsp
+\param{long}{ style = 0},\rtfsp
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``radioButton"}}
Default constructor.
-\func{}{wxRect}{\param{const int}{ x}, \param{const int}{ y}, \param{const int}{ width}, \param{const int}{ height}}
+\func{}{wxRect}{\param{int}{ x}, \param{int}{ y}, \param{int}{ width}, \param{int}{ height}}
Creates a wxRect object from x, y, width and height values.
\membersection{wxRect::SetHeight}\label{wxrectsetheight}
-\func{void}{SetHeight}{\param{const int}{ height}}
+\func{void}{SetHeight}{\param{int}{ height}}
Sets the height.
\membersection{wxRect::SetWidth}\label{wxrectsetwidth}
-\func{void}{SetWidth}{\param{const int}{ width}}
+\func{void}{SetWidth}{\param{int}{ width}}
Sets the width.
\membersection{wxRect::SetX}\label{wxrectsetx}
-\func{void}{SetX}{\param{const int}{ x}}
+\func{void}{SetX}{\param{int}{ x}}
Sets the x position.
\membersection{wxRect::SetY}\label{wxrectsety}
-\func{void}{SetY}{\param{const int}{ y}}
+\func{void}{SetY}{\param{int}{ y}}
Sets the y position.
Default constructor.
-\func{}{wxScrollBar}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxScrollBar}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxSB\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
+\param{long}{ style = wxSB\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``scrollBar"}}
Constructor, creating and showing a scrollbar.
\membersection{wxScrollBar::Create}\label{wxscrollbarcreate}
-\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxSB\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
+\param{long}{ style = wxSB\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``scrollBar"}}
Scrollbar creation function called by the scrollbar constructor.
\begin{comment}
\membersection{wxScrollBar::SetObjectLength}\label{wxscrollbarsetobjectlength}
-\func{void}{SetObjectLength}{\param{const int}{ objectLength}}
+\func{void}{SetObjectLength}{\param{int}{ objectLength}}
Sets the object length for the scrollbar. This is the total object size (virtual size). You must
call \helpref{SetViewLength}{wxscrollbarsetviewlength} {\it before} calling SetObjectLength.
\membersection{wxScrollBar::SetPageSize}\label{wxscrollbarsetpagesize}
-\func{void}{SetPageSize}{\param{const int}{ pageSize}}
+\func{void}{SetPageSize}{\param{int}{ pageSize}}
Sets the page size for the scrollbar. This is the number of scroll units which are scrolled when the
user pages down (clicks on the scrollbar outside the thumbtrack area).
\membersection{wxScrollBar::SetPosition}\label{wxscrollbarsetposition}
-\func{void}{SetPosition}{\param{const int}{ viewStart}}
+\func{void}{SetPosition}{\param{int}{ viewStart}}
Sets the position of the scrollbar.
\membersection{wxScrollBar::SetScrollbar}\label{wxscrollbarsetscrollbar}
-\func{virtual void}{SetScrollbar}{\param{const int }{position},\rtfsp
-\param{const int }{thumbSize}, \param{const int }{range},\rtfsp
-\param{const int }{pageSize},\rtfsp
+\func{virtual void}{SetScrollbar}{\param{int }{position},\rtfsp
+\param{int }{thumbSize}, \param{int }{range},\rtfsp
+\param{int }{pageSize},\rtfsp
\param{const bool }{refresh = TRUE}}
Sets the scrollbar properties.
\begin{comment}
\membersection{wxScrollBar::SetViewLength}\label{wxscrollbarsetviewlength}
-\func{void}{SetViewLength}{\param{const int}{ viewLength}}
+\func{void}{SetViewLength}{\param{int}{ viewLength}}
Sets the view length for the scrollbar.
Default constructor.
-\func{}{wxScrolledWindow}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id = -1},\rtfsp
+\func{}{wxScrolledWindow}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id = -1},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxHSCROLL \pipe wxVSCROLL}, \param{const wxString\& }{name = ``scrolledWindow"}}
+\param{long}{ style = wxHSCROLL \pipe wxVSCROLL}, \param{const wxString\& }{name = ``scrolledWindow"}}
Constructor.
\membersection{wxScrolledWindow::Create}\label{wxscrolledwindowcreate}
-\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id = -1},\rtfsp
+\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id = -1},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxHSCROLL \pipe wxVSCROLL}, \param{const wxString\& }{name = ``scrolledWindow"}}
+\param{long}{ style = wxHSCROLL \pipe wxVSCROLL}, \param{const wxString\& }{name = ``scrolledWindow"}}
Creates the window for two-step construction. Derived classes
should call or replace this function. See \helpref{wxScrolledWindow::wxScrolledWindow}{wxscrolledwindowconstr}\rtfsp
Default slider.
-\func{}{wxSlider}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id}, \param{const int }{value },\rtfsp
-\param{const int}{ minValue}, \param{const int}{ maxValue},\rtfsp
+\func{}{wxSlider}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{int }{value },\rtfsp
+\param{int}{ minValue}, \param{int}{ maxValue},\rtfsp
\param{const wxPoint\& }{point = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxSL\_HORIZONTAL},\rtfsp
+\param{long}{ style = wxSL\_HORIZONTAL},\rtfsp
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``slider"}}
\membersection{wxSlider::Create}\label{wxslidercreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id}, \param{const int }{value },\rtfsp
-\param{const int}{ minValue}, \param{const int}{ maxValue},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{int }{value },\rtfsp
+\param{int}{ minValue}, \param{int}{ maxValue},\rtfsp
\param{const wxPoint\& }{point = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxSL\_HORIZONTAL},\rtfsp
+\param{long}{ style = wxSL\_HORIZONTAL},\rtfsp
\param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``slider"}}
\membersection{wxSlider::SetRange}\label{wxslidersetrange}
-\func{void}{SetRange}{\param{const int}{ minValue}, \param{const int}{ maxValue}}
+\func{void}{SetRange}{\param{int}{ minValue}, \param{int}{ maxValue}}
Sets the minimum and maximum slider values.
\membersection{wxSlider::SetTickFreq}\label{wxslidersettickfreq}
-\func{void}{SetTickFreq}{\param{const int }{n}, \param{const int }{pos}}
+\func{void}{SetTickFreq}{\param{int }{n}, \param{int }{pos}}
Sets the tick mark frequency and position.
\membersection{wxSlider::SetLineSize}\label{wxslidersetlinesize}
-\func{void}{SetLineSize}{\param{const int }{lineSize}}
+\func{void}{SetLineSize}{\param{int }{lineSize}}
Sets the line size for the slider.
\membersection{wxSlider::SetPageSize}\label{wxslidersetpagesize}
-\func{void}{SetPageSize}{\param{const int }{pageSize}}
+\func{void}{SetPageSize}{\param{int }{pageSize}}
Sets the page size for the slider.
\membersection{wxSlider::SetSelection}\label{wxslidersetselection}
-\func{void}{SetSelection}{\param{const int }{startPos}, \param{const int }{endPos}}
+\func{void}{SetSelection}{\param{int }{startPos}, \param{int }{endPos}}
Sets the selection.
\membersection{wxSlider::SetThumbLength}\label{wxslidersetthumblength}
-\func{void}{SetThumbLength}{\param{const int }{len}}
+\func{void}{SetThumbLength}{\param{int }{len}}
Sets the slider thumb length.
\membersection{wxSlider::SetTick}\label{wxslidersettick}
-\func{void}{SetTick}{\param{const int}{ tickPos}}
+\func{void}{SetTick}{\param{int}{ tickPos}}
Sets a tick position.
\membersection{wxSlider::SetValue}\label{wxslidersetvalue}
-\func{void}{SetValue}{\param{const int}{ value}}
+\func{void}{SetValue}{\param{int}{ value}}
Sets the slider position.
\membersection{wxSingleChoiceDialog::wxSingleChoiceDialog}\label{wxsinglechoicedialogconstr}
\func{}{wxSingleChoiceDialog}{\param{wxWindow* }{parent}, \param{const wxString\& }{message},\rtfsp
-\param{const wxString\& }{caption}, \param{const int }{n}, \param{const wxString* }{choices},\rtfsp
+\param{const wxString\& }{caption}, \param{int }{n}, \param{const wxString* }{choices},\rtfsp
\param{char**}{ clientData = NULL}, \param{long }{style = wxOK \pipe wxCANCEL \pipe wxCENTRE},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}}
Default constructor.
-\func{}{wxSpinButton}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxSpinButton}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxSP\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
+\param{long}{ style = wxSP\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``spinButton"}}
Constructor, creating and showing a spin button.
\membersection{wxSpinButton::Create}\label{wxspinbuttoncreate}
-\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxSP\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
+\param{long}{ style = wxSP\_HORIZONTAL}, \param{const wxValidator\& }{validator = wxDefaultValidator},\rtfsp
\param{const wxString\& }{name = ``spinButton"}}
Scrollbar creation function called by the spin button constructor.
\membersection{wxSpinButton::SetRange}\label{wxspinbuttonsetrange}
-\func{void}{SetRange}{\param{const int}{ min}, \param{const int}{ max}}
+\func{void}{SetRange}{\param{int}{ min}, \param{int}{ max}}
Sets the range of the spin button.
\membersection{wxSpinButton::SetValue}\label{wxspinbuttonsetvalue}
-\func{void}{SetValue}{\param{const int}{ value}}
+\func{void}{SetValue}{\param{int}{ value}}
Sets the value of the spin button.
Default constructor.
-\func{}{wxSplitterWindow}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id}, \param{int }{x},\rtfsp
+\func{}{wxSplitterWindow}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id}, \param{int }{x},\rtfsp
\param{const wxPoint\& }{point = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long }{style=wxSP\_3D}, \param{const wxString\&}{ name = "splitterWindow"}}
+\param{long }{style=wxSP\_3D}, \param{const wxString\&}{ name = "splitterWindow"}}
Constructor for creating the window.
\membersection{wxSplitterWindow::Create}\label{wxsplitterwindowcreate}
-\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id}, \param{int }{x},\rtfsp
+\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id}, \param{int }{x},\rtfsp
\param{const wxPoint\& }{point = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long }{style=wxSP\_3D}, \param{const wxString\&}{ name = "splitterWindow"}}
+\param{long }{style=wxSP\_3D}, \param{const wxString\&}{ name = "splitterWindow"}}
Creation function, for two-step construction. See \helpref{wxSplitterWindow::wxSplitterWindow}{wxsplitterwindowconstr} for
details.
\membersection{wxSplitterWindow::SetSashPosition}\label{wxsplitterwindowsetsashposition}
-\func{void}{SetSashPosition}{\param{const int }{position}, \param{const bool}{ redraw = TRUE}}
+\func{void}{SetSashPosition}{\param{int }{position}, \param{const bool}{ redraw = TRUE}}
Sets the sash position.
\membersection{wxSplitterWindow::SetMinimumPaneSize}\label{wxsplitterwindowsetminimumpanesize}
-\func{void}{SetMinimumPaneSize}{\param{const int }{paneSize}}
+\func{void}{SetMinimumPaneSize}{\param{int }{paneSize}}
Sets the minimum pane size.
\membersection{wxSplitterWindow::SetSplitMode}\label{wxsplitterwindowsetsplitmode}
-\func{void}{SetSplitMode}{\param{const int }{mode}}
+\func{void}{SetSplitMode}{\param{int }{mode}}
Sets the split mode.
\membersection{wxSplitterWindow::SplitHorizontally}\label{wxsplitterwindowsplithorizontally}
\func{bool}{SplitHorizontally}{\param{wxWindow* }{window1}, \param{wxWindow* }{window2},
- \param{const int}{ sashPosition = -1}}
+ \param{int}{ sashPosition = -1}}
Initializes the top and bottom panes of the splitter window.
\membersection{wxSplitterWindow::SplitVertically}\label{wxsplitterwindowsplitvertically}
\func{bool}{SplitVertically}{\param{wxWindow* }{window1}, \param{wxWindow* }{window2},
- \param{const int}{ sashPosition = -1}}
+ \param{int}{ sashPosition = -1}}
Initializes the left and right panes of the splitter window.
Default constructor.
-\func{}{wxStaticBitmap}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{}{wxStaticBitmap}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxBitmap\& }{label = ``"}, \param{const wxPosition\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxString\& }{name = ``staticBitmap"}}
+\param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBitmap"}}
Constructor, creating and showing a text control.
\membersection{wxStaticBitmap::Create}\label{wxstaticbitmapcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxBitmap\& }{label = ``"}, \param{const wxPosition\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxString\& }{name = ``staticBitmap"}}
+\param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBitmap"}}
Creation function, for two-step construction. For details see \helpref{wxStaticBitmap::wxStaticBitmap}{wxstaticbitmapconstr}.
Default constructor.
-\func{}{wxStaticBox}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
+\func{}{wxStaticBox}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxString\& }{name = ``staticBox"}}
+\param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBox"}}
Constructor, creating and showing a static box.
\membersection{wxStaticBox::Create}\label{wxstaticboxcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxString\& }{name = ``staticBox"}}
+\param{long}{ style = 0}, \param{const wxString\& }{name = ``staticBox"}}
Creates the static box for two-step construction. See \helpref{wxStaticBox::wxStaticBox}{wxstaticboxconstr}\rtfsp
for further details.
Default constructor.
-\func{}{wxStaticText}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{}{wxStaticText}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxString\& }{label = ``"}, \param{const wxPosition\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxString\& }{name = ``staticText"}}
+\param{long}{ style = 0}, \param{const wxString\& }{name = ``staticText"}}
Constructor, creating and showing a text control.
\membersection{wxStaticText::Create}\label{wxstatictextcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxString\& }{label = ``"}, \param{const wxPosition\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxString\& }{name = ``staticText"}}
+\param{long}{ style = 0}, \param{const wxString\& }{name = ``staticText"}}
Creation function, for two-step construction. For details see \helpref{wxStaticText::wxStaticText}{wxstatictextconstr}.
Default constructor.
-\func{}{wxStatusBar}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxStatusBar}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = 0},\rtfsp
\param{const wxString\& }{name = ``statusBar"}}
\membersection{wxStatusBar::Create}\label{wxstatusbarcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID }{id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp
\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = 0},\rtfsp
\param{const wxString\& }{name = ``statusBar"}}
\membersection{wxStatusBar::GetFieldRect}\label{wxstatusbargetfieldrect}
-\constfunc{virtual bool}{GetFieldRect}{\param{const int}{ i}, \param{wxRect\&}{ rect}}
+\constfunc{virtual bool}{GetFieldRect}{\param{int}{ i}, \param{wxRect\&}{ rect}}
Returns the size and position of a fields internal bounding rectangle.
\membersection{wxStatusBar::GetStatusText}\label{wxstatusbargetstatustext}
-\constfunc{virtual wxString}{GetStatusText}{\param{const int}{ ir = 0}}
+\constfunc{virtual wxString}{GetStatusText}{\param{int}{ ir = 0}}
Returns the string associated with a status bar field.
\membersection{wxStatusBar::DrawField}\label{wxstatusbardrawfield}
-\func{virtual void}{DrawField}{\param{wxDC\& }{dc}, \param{const int }{i}}
+\func{virtual void}{DrawField}{\param{wxDC\& }{dc}, \param{int }{i}}
Draws a field, including shaded borders and text.
\membersection{wxStatusBar::DrawFieldText}\label{wxstatusbardrawfieldtext}
-\func{virtual void}{DrawFieldText}{\param{wxDC\& }{dc}, \param{const int }{i}}
+\func{virtual void}{DrawFieldText}{\param{wxDC\& }{dc}, \param{int }{i}}
Draws a field's text.
\membersection{wxStatusBar::SetFieldsCount}\label{wxstatusbarsetfieldscount}
-\func{virtual void}{SetFieldsCount}{\param{const int}{ number = 1}, \param{const int* }{widths = NULL}}
+\func{virtual void}{SetFieldsCount}{\param{int}{ number = 1}, \param{int* }{widths = NULL}}
Sets the number of fields, and optionally the field widths.
\membersection{wxStatusBar::SetStatusText}\label{wxstatusbarsetstatustext}
-\func{virtual void}{SetStatusText}{\param{const wxString\& }{text}, \param{const int}{ i = 0}}
+\func{virtual void}{SetStatusText}{\param{const wxString\& }{text}, \param{int}{ i = 0}}
Sets the text for one field.
\membersection{wxStatusBar::SetStatusWidths}\label{wxstatusbarsetstatuswidths}
-\func{virtual void}{SetStatusWidths}{\param{const int}{ n}, \param{const int *}{widths}}
+\func{virtual void}{SetStatusWidths}{\param{int}{ n}, \param{int *}{widths}}
Sets the widths of the fields in the status line.
\membersection{wxTabbedDialog::wxTabbedDialog}
-\func{}{wxTabbedDialog}{\param{wxWindow *}{parent}, \param{const wxWindowID }{id},
+\func{}{wxTabbedDialog}{\param{wxWindow *}{parent}, \param{wxWindowID }{id},
\param{const wxString\& }{title}, \param{const wxPoint\&}{ pos}, \param{const wxSize\&}{ size},
- \param{const long}{ style=wxDEFAULT\_DIALOG\_STYLE}, \param{const wxString\& }{name="dialogBox"}}
+ \param{long}{ style=wxDEFAULT\_DIALOG\_STYLE}, \param{const wxString\& }{name="dialogBox"}}
Constructor.
\membersection{wxTabbedPanel::wxTabbedPanel}
-\func{}{wxTabbedPanel}{\param{wxWindow *}{parent}, \param{const wxWindowID}{ id},
+\func{}{wxTabbedPanel}{\param{wxWindow *}{parent}, \param{wxWindowID}{ id},
\param{const wxPoint\&}{ pos}, \param{const wxSize\&}{ size},
- \param{const long}{ style=0}, \param{const wxString\& }{name="panel"}}
+ \param{long}{ style=0}, \param{const wxString\& }{name="panel"}}
Constructor.
\helpref{wxEvtHandler}{wxevthandler}\\
\helpref{wxObject}{wxobject}
+\wxheading{See also}
+
+\helpref{wxTabEvent}{wxtabevent}, \helpref{wxImageList}{wximagelist}
+
\latexignore{\rtfignore{\wxheading{Members}}}
\membersection{wxTabCtrl::wxTabCtrl}\label{wxtabctrlconstr}
Default constructor.
-\func{}{wxTabCtrl}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
- \param{const wxSize\&}{ size}, \param{const long}{ style = 0}, \param{const wxString\& }{name = "tabCtrl"}}
+\func{}{wxTabCtrl}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
+ \param{const wxSize\&}{ size}, \param{long}{ style = 0}, \param{const wxString\& }{name = "tabCtrl"}}
Constructs a tab control.
\membersection{wxTabCtrl::Create}\label{wxtabctrlcreate}
-\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
- \param{const wxSize\&}{ size}, \param{const long}{ style = 0}, \param{const wxString\& }{name = "tabCtrl"}}
+\func{bool}{Create}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id}, \param{const wxPoint\&}{ pos = wxDefaultPosition},
+ \param{const wxSize\&}{ size}, \param{long}{ style = 0}, \param{const wxString\& }{name = "tabCtrl"}}
Creates a tab control. See \helpref{wxTabCtrl::wxTabCtrl}{wxtabctrlconstr} for a description
of the parameters.
+\membersection{wxTabCtrl::DeleteAllItems}\label{wxtabctrldeleteallitems}
+
+\func{bool}{DeleteAllItems}{\void}
+
+Deletes all tab items.
+
+\membersection{wxTabCtrl::DeleteItem}\label{wxtabctrldeleteitem}
+
+\func{bool}{DeleteItem}{\param{int}{ item}}
+
+Deletes the specified tab item.
+
\membersection{wxTabCtrl::GetImageList}\label{wxtabctrlgetimagelist}
\constfunc{wxImageList*}{GetImageList}{\void}
Returns the number of tabs in the tab control.
+\membersection{wxTabCtrl::GetItemData}\label{wxtabctrlgetitemdata}
+
+\constfunc{void*}{GetItemData}{\void}
+
+Returns the client data for the given tab.
+
+\membersection{wxTabCtrl::GetItemImage}\label{wxtabctrlgetitemimage}
+
+\constfunc{int}{GetItemImage}{\void}
+
+Returns the image index for the given tab.
+
\membersection{wxTabCtrl::GetItemRect}\label{wxtabctrlgetitemrect}
-\constfunc{bool}{GetItemRect}{\param{const int item}, \param{wxRect\&}{ rect}}
+\constfunc{bool}{GetItemRect}{\param{int }{item}, \param{wxRect\&}{ rect}}
Returns the rectangle bounding the given tab.
\helpref{wxRect}{wxrect}
+\membersection{wxTabCtrl::GetItemText}\label{wxtabctrlgetitemtext}
+
+\constfunc{wxString}{GetItemText}{\void}
+
+Returns the string for the given tab.
+
\membersection{wxTabCtrl::GetRowCount}\label{wxtabctrlgetrowcount}
\constfunc{bool}{GetRowCount}{\void}
\helpref{wxTabCtrl::SetSelection}{wxtabctrlsetselection}
+\membersection{wxTabCtrl::HitTest}\label{wxtabctrlhittest}
+
+\func{int}{HitTest}{\param{const wxPoint\&}{ pt}, \param{long\&}{ flags}}
+
+Tests whether a tab is at the specified position.
+
+\wxheading{Parameters}
+
+\docparam{pt}{Specifies the point for the hit test.}
+
+\docparam{flags}{Return value for detailed information. One of the following values:
+
+\twocolwidtha{7cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf wxTAB\_HITTEST\_NOWHERE}}{There was no tab under this point.}
+\twocolitem{{\bf wxTAB\_HITTEST\_ONICON}}{The point was over an icon.}
+\twocolitem{{\bf wxTAB\_HITTEST\_ONLABEL}}{The point was over a label.}
+\twocolitem{{\bf wxTAB\_HITTEST\_ONITEM}}{The point was over an item, but not on the label or icon.}
+\end{twocollist}
+}
+
+\wxheading{Return value}
+
+Returns the zero-based tab index or -1 if no tab is at the specified position.
+
+\membersection{wxTabCtrl::InsertItem}\label{wxtabctrlinsertitem}
+
+\func{void}{InsertItem}{\param{int}{ item}, \param{const wxString\&}{ text}, \param{int }{imageId = -1},
+ \param{void*}{ clientData = NULL}}
+
+Inserts a new tab.
+
+\wxheading{Parameters}
+
+\docparam{item}{Specifies the index for the new item.}
+
+\docparam{text}{Specifies the text for the new item.}
+
+\docparam{imageId}{Specifies the optional image index for the new item.}
+
+\docparam{clientData}{Specifies the optional client data for the new item.}
+
+\wxheading{Return value}
+
+TRUE if successful, FALSE otherwise.
+
+\membersection{wxTabCtrl::SetItemData}\label{wxtabctrlsetitemdata}
+
+\func{bool}{SetItemData}{\param{int}{ item}, \param{void*}{ data}}
+
+Sets the client data for a tab.
+
+\membersection{wxTabCtrl::SetItemImage}\label{wxtabctrlsetitemimage}
+
+\func{bool}{SetItemImage}{\param{int}{ item}, \param{int }{image}}
+
+Sets the image index for the given tab. {\it image} is an index into
+the image list which was set with \helpref{wxTabCtrl::SetImageList}{setimagelist}.
+
+\membersection{wxTabCtrl::SetImageList}\label{wxtabctrlsetimagelist}
+
+\func{void}{SetImageList}{\param{wxImageList*}{ imageList}}
+
+Sets the image list for the tab control.
+
+\wxheading{See also}
+
+\helpref{wxImageList}{wximagelist}
+
+\membersection{wxTabCtrl::SetItemSize}\label{wxtabctrlsetitemsize}
+
+\func{void}{SetItemSize}{\param{const wxSize\&}{ size}}
+
+Sets the width and height of the tabs.
+
+\membersection{wxTabCtrl::SetItemText}\label{wxtabctrlsetitemtext}
+
+\func{bool}{SetItemText}{\param{int}{ item}, \param{const wxString\& }{text}}
+
+Sets the text for the given tab.
+
+\membersection{wxTabCtrl::SetPadding}\label{wxtabctrlsetpadding}
+
+\func{void}{SetPadding}{\param{const wxSize\&}{ padding}}
+
+Sets the amount of space around each tab's icon and label.
+
+\membersection{wxTabCtrl::SetSelection}\label{wxtabctrlsetselection}
+
+\func{int}{SetSelection}{\param{int}{ item}}
+
+Sets the selection for the given tab, returning the index of the previously
+selected tab. Returns -1 if the call was unsuccessful.
+
+\wxheading{See also}
+
+\helpref{wxTabCtrl::GetSelection}{wxtabctrlgetselection}
Default constructor.
-\func{}{wxTextCtrl}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{}{wxTextCtrl}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxString\& }{value = ``"}, \param{const wxPosition\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``text"}}
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``text"}}
Constructor, creating and showing a text control.
\membersection{wxTextCtrl::Create}\label{wxtextctrlcreate}
-\func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxString\& }{value = ``"}, \param{const wxPosition\& }{pos}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``text"}}
+\param{long}{ style = 0}, \param{const wxValidator\& }{validator}, \param{const wxString\& }{name = ``text"}}
Creates the text control for two-step construction. Derived classes
should call or replace this function. See \helpref{wxTextCtrl::wxTextCtrl}{wxtextctrlconstr}\rtfsp
\membersection{wxTextCtrl::GetLineText}\label{wxtextctrlgetlinetext}
-\constfunc{wxString}{GetLineText}{\param{const long}{ lineNo}}
+\constfunc{wxString}{GetLineText}{\param{long}{ lineNo}}
Returns the contents of a given line in the text control.
\membersection{wxTextCtrl::PositionToXY}\label{wxtextctrlpositiontoxy}
-\constfunc{long}{PositionToXY}{\param{const long }{pos}, \param{long *}{x}, \param{long *}{y}}
+\constfunc{long}{PositionToXY}{\param{long }{pos}, \param{long *}{x}, \param{long *}{y}}
Converts given character and line position to a position.
\membersection{wxTextCtrl::Remove}\label{wxtextctrlremove}
-\func{virtual void}{Remove}{\param{const long}{ from}, \param{const long}{ to}}
+\func{virtual void}{Remove}{\param{long}{ from}, \param{long}{ to}}
Removes the text between the two positions.
\membersection{wxTextCtrl::Replace}\label{wxtextctrlreplace}
-\func{virtual void}{Replace}{\param{const long}{ from}, \param{const long}{ to}, \param{const wxString\& }{value}}
+\func{virtual void}{Replace}{\param{long}{ from}, \param{long}{ to}, \param{const wxString\& }{value}}
Replaces the text between two positions with the given text.
\membersection{wxTextCtrl::SetInsertionPoint}\label{wxtextctrlsetinsertionpoint}
-\func{virtual void}{SetInsertionPoint}{\param{const long}{ pos}}
+\func{virtual void}{SetInsertionPoint}{\param{long}{ pos}}
Sets the insertion point. Windows only. ??
\membersection{wxTextCtrl::SetSelection}\label{wxtextctrlsetselection}
-\func{virtual void}{SetSelection}{\param{const long}{ from}, \param{const long}{ to}}
+\func{virtual void}{SetSelection}{\param{long}{ from}, \param{long}{ to}}
Selects the text between the two positions.
\membersection{wxTextCtrl::ShowPosition}\label{wxtextctrlshowposition}
-\func{void}{ShowPosition}{\param{const long}{ pos}}
+\func{void}{ShowPosition}{\param{long}{ pos}}
Makes the line containing the given position visible.
\membersection{wxTextCtrl::XYToPosition}\label{wxtextctrlxytoposition}
-\func{long}{XYToPosition}{\param{const long}{ x}, \param{const long}{ y}}
+\func{long}{XYToPosition}{\param{long}{ x}, \param{long}{ y}}
Converts the given character and line position to a position.
--- /dev/null
+\section{\class{wxThread}}\label{wxthread}
+
+A wxThread manages a system thread, code which executes as a mini-process within the application.
+
+\wxheading{Derived from}
+
+None.
+
+\wxheading{See also}
+
+\helpref{wxMutex}{wxmutex}, \helpref{wxCondition}{wxcondition}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
+\membersection{wxThread::wxThread}\label{wxthreadconstr}
+
+\func{}{wxThread}{\void}
+
+Default constructor.
+
+\membersection{wxThread::\destruct{wxThread}}
+
+\func{}{\destruct{wxThread}}{\void}
+
+Destroys the wxThread object.
+
+\membersection{wxThread::Create}\label{wxthreadcreate}
+
+\func{wxThreadError}{Create}{\void}
+
+Creates a thread control.
+
+\wxheading{Return value}
+
+One of:
+
+\twocolwidtha{7cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf THREAD\_NO\_ERROR}}{There was no error.}
+\twocolitem{{\bf THREAD\_NO\_RESOURCE}}{There were insufficient resources to create a new thread.}
+\twocolitem{{\bf THREAD\_RUNNING}}{The thread is already running.}
+\end{twocollist}
+
+\membersection{wxThread::DeferDestroy}\label{wxthreaddeferdestroy}
+
+\func{void}{DeferDestroy}{\param{bool}{ defer}}
+
+If {\it defer} is TRUE, defers thread destruction.
+
+\membersection{wxThread::Destroy}\label{wxthreaddestroy}
+
+\func{wxThreadError}{Destroy}{\void}
+
+Destroys the thread immediately unless the application has specified deferral via \helpref{wxThread::DeferDestroy}{deferdestroy}.
+
+\wxheading{Return value}
+
+One of:
+
+\twocolwidtha{7cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf THREAD\_NO\_ERROR}}{There was no error.}
+\twocolitem{{\bf THREAD\_NOT\_RUNNING}}{The thread is not running.}
+\end{twocollist}
+
+\membersection{wxThread::GetID}\label{wxthreadgetid}
+
+\constfunc{unsigned long}{GetID}{\void}
+
+Gets the thread identifier.
+
+\membersection{wxThread::GetPriority}\label{wxthreadgetpriority}
+
+\constfunc{int}{GetPriority}{\void}
+
+Gets the priority of the thread, between zero and 100.
+
+The following priorities are already defined:
+
+\twocolwidtha{7cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf WXTHREAD_MIN_PRIORITY}}{0}
+\twocolitem{{\bf WXTHREAD_DEFAULT_PRIORITY}}{50}
+\twocolitem{{\bf WXTHREAD_MAX_PRIORITY}}{100}
+\end{twocollist}
+
+\membersection{wxThread::IsAlive}\label{wxthreadisalive}
+
+\constfunc{bool}{IsAlive}{\void}
+
+Returns TRUE if the thread is alive.
+
+\membersection{wxThread::IsMain}\label{wxthreadismain}
+
+\constfunc{bool}{IsMain}{\void}
+
+Returns TRUE if the thread is the main application thread.
+
+\membersection{wxThread::Join}\label{wxthreadjoin}
+
+\func{void*}{Join}{\void}
+
+Waits for the termination of the thread. Returns a platform-specific exit code. TODO
+
+\membersection{wxThread::OnExit}\label{wxthreadonexit}
+
+\func{void}{OnExit}{\void}
+
+Called when the thread exits. The default implementation calls \helpref{wxThread::Join}{wxthreadjoin}.
+
+\membersection{wxThread::SetPriority}\label{wxthreadsetpriority}
+
+\func{void}{SetPriority}{\param{int}{ priority}}
+
+Sets the priority of the thread, between zero and 100. This must be set before the thread is created.
+
+The following priorities are already defined:
+
+\twocolwidtha{7cm}
+\begin{twocollist}\itemsep=0pt
+\twocolitem{{\bf WXTHREAD_MIN_PRIORITY}}{0}
+\twocolitem{{\bf WXTHREAD_DEFAULT_PRIORITY}}{50}
+\twocolitem{{\bf WXTHREAD_MAX_PRIORITY}}{100}
+\end{twocollist}
+
\membersection{wxToolBarBase::AddTool}\label{wxtoolbarbaseaddtool}
-\func{wxToolBarBaseTool*}{AddTool}{\param{const int}{ toolIndex}, \param{const wxBitmap\&}{ bitmap1},\rtfsp
+\func{wxToolBarBaseTool*}{AddTool}{\param{int}{ toolIndex}, \param{const wxBitmap\&}{ bitmap1},\rtfsp
\param{const wxBitmap\&}{ bitmap2 = (wxBitmap *)NULL}, \param{const bool}{ isToggle = FALSE},\rtfsp
\param{const float}{ xPos = -1}, \param{const float}{ yPos = -1},\rtfsp
\param{wxObject *}{clientData = NULL}, \param{const wxString\& }{shortHelpString = ""}, \param{const wxString\& }{longHelpString = ""}}
\membersection{wxToolBarBase::EnableTool}\label{wxtoolbarbaseenabletool}
-\func{void}{EnableTool}{\param{const int }{toolIndex}, \param{const bool}{ enable}}
+\func{void}{EnableTool}{\param{int }{toolIndex}, \param{const bool}{ enable}}
Enables or disables the tool.
\membersection{wxToolBarBase::GetToolClientData}\label{wxtoolbarbasegettoolclientdata}
-\constfunc{wxObject*}{GetToolClientData}{\param{const int }{toolIndex}}
+\constfunc{wxObject*}{GetToolClientData}{\param{int }{toolIndex}}
Get any client data associated with the tool.
\membersection{wxToolBarBase::GetToolEnabled}\label{wxtoolbarbasegettoolenabled}
-\constfunc{bool}{GetToolEnabled}{\param{const int }{toolIndex}}
+\constfunc{bool}{GetToolEnabled}{\param{int }{toolIndex}}
Called to determine whether a tool is enabled (responds to user input).
%
\membersection{wxToolBarBase::GetToolLongHelp}\label{wxtoolbarbasegettoollonghelp}
-\constfunc{wxString}{GetToolLongHelp}{\param{const int }{toolIndex}}
+\constfunc{wxString}{GetToolLongHelp}{\param{int }{toolIndex}}
Returns the long help for the given tool.
\membersection{wxToolBarBase::GetToolShortHelp}\label{wxtoolbarbasegettoolshorthelp}
-\constfunc{wxString}{GetToolShortHelp}{\param{const int }{toolIndex}}
+\constfunc{wxString}{GetToolShortHelp}{\param{int }{toolIndex}}
Returns the short help for the given tool.
\membersection{wxToolBarBase::GetToolState}\label{wxtoolbarbasegettoolstate}
-\constfunc{bool}{GetToolState}{\param{const int }{toolIndex}}
+\constfunc{bool}{GetToolState}{\param{int }{toolIndex}}
Gets the on/off state of a toggle tool.
\func{void}{SetMargins}{\param{const wxSize\&}{ size}}
-\func{void}{SetMargins}{\param{const int}{ x}, \param{const int}{ y}}
+\func{void}{SetMargins}{\param{int}{ x}, \param{int}{ y}}
Set the values to be used as margins for the toolbar.
\membersection{wxToolBarBase::SetToolPacking}\label{wxtoolbarbasesettoolpacking}
-\func{void}{SetToolPacking}{\param{const int}{ packing}}
+\func{void}{SetToolPacking}{\param{int}{ packing}}
Sets the value used for spacing tools. The default value is 1.
\membersection{wxToolBarBase::SetToolShortHelp}\label{wxtoolbarbasesettoolshorthelp}
-\func{void}{SetToolShortHelp}{\param{const int }{toolIndex}, \param{const wxString\& }{helpString}}
+\func{void}{SetToolShortHelp}{\param{int }{toolIndex}, \param{const wxString\& }{helpString}}
Sets the short help for the given tool.
\membersection{wxToolBarBase::SetToolSeparation}\label{wxtoolbarbasesettoolseparation}
-\func{void}{SetToolSeparation}{\param{const int}{ separation}}
+\func{void}{SetToolSeparation}{\param{int}{ separation}}
Sets the default separator size. The default value is 5.
\membersection{wxToolBarBase::ToggleTool}\label{wxtoolbarbasetoggletool}
-\func{void}{ToggleTool}{\param{const int }{toolIndex}, \param{const bool}{ toggle}}
+\func{void}{ToggleTool}{\param{int }{toolIndex}, \param{const bool}{ toggle}}
Toggles a tool on or off.
\membersection{wxToolBar95::wxToolBar95}\label{wxtoolbar95constr}
-\func{}{wxToolBar95}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxToolBar95}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long }{style = 0}, \param{const int }{orientation = wxVERTICAL},\rtfsp
-\param{const int }{nRowsOrColumns = 1}, \param{const wxString\& }{name = ``toolBar"}}
+\param{long }{style = 0}, \param{int }{orientation = wxVERTICAL},\rtfsp
+\param{int }{nRowsOrColumns = 1}, \param{const wxString\& }{name = ``toolBar"}}
Constructs a toolbar.
\membersection{wxToolBarMSW::wxToolBarMSW}\label{wxtoolbarmswconstr}
-\func{}{wxToolBarMSW}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxToolBarMSW}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long }{style = 0}, \param{const int }{orientation = wxVERTICAL},\rtfsp
-\param{const int }{nRowsOrColumns = 1}, \param{const wxString\& }{name = ``toolBar"}}
+\param{long }{style = 0}, \param{int }{orientation = wxVERTICAL},\rtfsp
+\param{int }{nRowsOrColumns = 1}, \param{const wxString\& }{name = ``toolBar"}}
Constructs a toolbar.
\membersection{wxToolBarSimple::wxToolBarSimple}\label{wxtoolbarsimpleconstr}
-\func{}{wxToolBarSimple}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id},\rtfsp
+\func{}{wxToolBarSimple}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},\rtfsp
\param{const wxPoint\& }{pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
-\param{const long }{style = 0}, \param{const int }{orientation = wxVERTICAL},\rtfsp
-\param{const int }{nRowsOrColumns = 1}, \param{const wxString\& }{name = ``toolBar"}}
+\param{long }{style = 0}, \param{int }{orientation = wxVERTICAL},\rtfsp
+\param{int }{nRowsOrColumns = 1}, \param{const wxString\& }{name = ``toolBar"}}
Constructs a toolbar.
Default constructor.
-\func{}{wxTreeCtrl}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{}{wxTreeCtrl}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxTR\_HAS\_BUTTONS}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listCtrl"}}
+\param{long}{ style = wxTR\_HAS\_BUTTONS}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listCtrl"}}
Constructor, creating and showing a tree control.
\membersection{wxTreeCtrl::Create}\label{wxtreectrlcreate}
-\func{bool}{wxTreeCtrl}{\param{wxWindow*}{ parent}, \param{const wxWindowID}{ id},\rtfsp
+\func{bool}{wxTreeCtrl}{\param{wxWindow*}{ parent}, \param{wxWindowID}{ id},\rtfsp
\param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\&}{ size = wxDefaultSize},\rtfsp
-\param{const long}{ style = wxTR\_HAS\_BUTTONS}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listCtrl"}}
+\param{long}{ style = wxTR\_HAS\_BUTTONS}, \param{const wxValidator\& }{validator = wxDefaultValidator}, \param{const wxString\& }{name = ``listCtrl"}}
Creates the tree control. See \helpref{wxTreeCtrl::wxTreeCtrl}{wxtreectrlconstr} for further details.
\membersection{wxTreeCtrl::DeleteItem}\label{wxtreectrldeleteitem}
-\func{bool}{DeleteItem}{\param{const long }{item}}
+\func{bool}{DeleteItem}{\param{long }{item}}
Deletes the specified item.
\membersection{wxTreeCtrl::Edit}\label{wxtreectrledit}
-\func{wxTextCtrl\&}{Edit}{\param{const long }{item}}
+\func{wxTextCtrl\&}{Edit}{\param{long }{item}}
Starts editing the label of the given item, returning the text control that the tree control uses for editing.
\membersection{wxTreeCtrl::EnsureVisible}\label{wxtreectrlensurevisible}
-\func{bool}{EnsureVisible}{\param{const long }{item}}
+\func{bool}{EnsureVisible}{\param{long }{item}}
Scrolls and/or expands items to ensure that the given item is visible.
\membersection{wxTreeCtrl::ExpandItem}\label{wxtreectrlexpanditem}
-\func{bool}{ExpandItem}{\param{const long }{item}, \param{const int }{action}}
+\func{bool}{ExpandItem}{\param{long }{item}, \param{int }{action}}
Expands the given item.
\membersection{wxTreeCtrl::GetChild}\label{wxtreectrlgetchild}
-\constfunc{long}{GetChild}{\param{const long }{item}}
+\constfunc{long}{GetChild}{\param{long }{item}}
Call this function to retrieve the tree view item that is the first child of the item specified by {\it item}.
\membersection{wxTreeCtrl::GetImageList}\label{wxtreectrlgetimagelist}
-\constfunc{wxImageList*}{GetImageList}{\param{const int }{which = wxIMAGE\_LIST\_NORMAL}}
+\constfunc{wxImageList*}{GetImageList}{\param{int }{which = wxIMAGE\_LIST\_NORMAL}}
Returns the specified image list. {\it which} may be one of:
\membersection{wxTreeCtrl::GetItemData}\label{wxtreectrlgetitemdata}
-\constfunc{long}{GetItemData}{\param{const long }{item}}
+\constfunc{long}{GetItemData}{\param{long }{item}}
Returns the client data associated with the item, if any.
\membersection{wxTreeCtrl::GetItemRect}\label{wxtreectrlgetitemrect}
-\constfunc{bool}{GetItemRect}{\param{const long }{item}, \param{wxRect\& }{rect}, \param{bool }{textOnly = FALSE}}
+\constfunc{bool}{GetItemRect}{\param{long }{item}, \param{wxRect\& }{rect}, \param{bool }{textOnly = FALSE}}
Returns the position and size of the rectangle bounding the item.
\membersection{wxTreeCtrl::GetItemState}\label{wxtreectrlgetitemstate}
-\constfunc{int}{GetItemState}{\param{const long }{item}, \param{const long }{stateMask}}
+\constfunc{int}{GetItemState}{\param{long }{item}, \param{long }{stateMask}}
Gets the item state. For a list of state flags, see \helpref{wxTreeCtrl::SetItem}{wxtreectrlsetitem}.
\membersection{wxTreeCtrl::GetItemText}\label{wxtreectrlgetitemtext}
-\constfunc{wxString}{GetItemText}{\param{const long }{item}}
+\constfunc{wxString}{GetItemText}{\param{long }{item}}
Returns the item label.
\membersection{wxTreeCtrl::GetNextItem}\label{wxtreectrlgetnextitem}
-\constfunc{long}{GetNextItem}{\param{const long }{item}, \param{int }{code}}
+\constfunc{long}{GetNextItem}{\param{long }{item}, \param{int }{code}}
Searches for an item using the given criterion, starting from {\it item}.
\membersection{wxTreeCtrl::GetNextVisibleItem}\label{wxtreectrlgetnextvisibleitem}
-\constfunc{long}{GetNextVisibleItem}{\param{const long }{item}}
+\constfunc{long}{GetNextVisibleItem}{\param{long }{item}}
Returns the next visible item.
\membersection{wxTreeCtrl::GetParent}\label{wxtreectrlgetparent}
-\constfunc{long}{GetParent}{\param{const long }{item}}
+\constfunc{long}{GetParent}{\param{long }{item}}
Returns the item's parent.
\membersection{wxTreeCtrl::InsertItem}\label{wxtreectrlinsertitem}
-\func{long}{InsertItem}{\param{const long }{parent}, \param{wxTreeItem\& }{info}, \param{const long }{insertAfter = wxTREE\_INSERT\_LAST}}
+\func{long}{InsertItem}{\param{long }{parent}, \param{wxTreeItem\& }{info}, \param{long }{insertAfter = wxTREE\_INSERT\_LAST}}
Inserts an item. For more information on {\it info}, see \helpref{wxTreeCtrl::SetItem}{wxtreectrlsetitem}.
-\func{long}{InsertItem}{\param{const long }{parent}, \param{const wxString\& }{label}, \param{const int }{image = -1}, \param{const int }{selImage = -1}, \param{const long }{insertAfter = wxTREE\_INSERT\_LAST}}
+\func{long}{InsertItem}{\param{long }{parent}, \param{const wxString\& }{label}, \param{int }{image = -1}, \param{int }{selImage = -1}, \param{long }{insertAfter = wxTREE\_INSERT\_LAST}}
Inserts an item.
\membersection{wxTreeCtrl::ItemHasChildren}\label{wxtreectrlitemhaschildren}
-\constfunc{bool}{ItemHasChildren}{\param{const long }{item}}
+\constfunc{bool}{ItemHasChildren}{\param{long }{item}}
Returns TRUE if the item has children.
\membersection{wxTreeCtrl::ScrollTo}\label{wxtreectrlscrollto}
-\func{bool}{ScrollTo}{\param{const long }{item}}
+\func{bool}{ScrollTo}{\param{long }{item}}
selects the specified item and scrolls the item into view,
\membersection{wxTreeCtrl::SelectItem}\label{wxtreectrlselectitem}
-\func{bool}{SelectItem}{\param{const long }{item}}
+\func{bool}{SelectItem}{\param{long }{item}}
Selects the given item.
\membersection{wxTreeCtrl::SetImageList}\label{wxtreectrlsetimagelist}
-\func{void}{SetImageList}{\param{wxImageList*}{ imageList}, \param{const int }{which = wxIMAGE\_LIST\_NORMAL}}
+\func{void}{SetImageList}{\param{wxImageList*}{ imageList}, \param{int }{which = wxIMAGE\_LIST\_NORMAL}}
Sets the image list. {\it which} should be one of wxIMAGE\_LIST\_NORMAL, wxIMAGE\_LIST\_SMALL and
wxIMAGE\_LIST\_STATE.
\membersection{wxTreeCtrl::SetItemImage}\label{wxtreectrlsetitemimage}
-\func{bool}{SetItemImage}{\param{const long }{item}, \param{const int }{image}, \param{const int }{selImage}}
+\func{bool}{SetItemImage}{\param{long }{item}, \param{int }{image}, \param{int }{selImage}}
Sets the item image and selected image. These are indices into the assciated image list.
\membersection{wxTreeCtrl::SetItemState}\label{wxtreectrlsetitemstate}
-\func{bool}{SetItemState}{\param{const long }{item}, \param{const long }{state}, \param{const long }{stateMask}}
+\func{bool}{SetItemState}{\param{long }{item}, \param{long }{state}, \param{long }{stateMask}}
Sets the item state. See \helpref{wxTreeCtrl::SetItem}{wxtreectrlsetitem} for valid state and state mask flags.
\membersection{wxTreeCtrl::SetItemText}\label{wxtreectrlsetitemtext}
-\func{void}{SetItemText}{\param{const long }{item}, \param{const wxString\& }{text}}
+\func{void}{SetItemText}{\param{long }{item}, \param{const wxString\& }{text}}
Sets the item label.
\membersection{wxTreeCtrl::SetItemData}\label{wxtreectrlsetitemdata}
-\func{bool}{SetItemData}{\param{const long }{item}, \param{long }{data}}
+\func{bool}{SetItemData}{\param{long }{item}, \param{long }{data}}
Sets the item client data.
\membersection{wxTreeCtrl::SortChildren}\label{wxtreectrlsortchildren}
-\func{bool}{SortChildren}{\param{const long }{item}}
+\func{bool}{SortChildren}{\param{long }{item}}
Sorts the children of the given item in ascending alphabetical order.
Copy constructor.
-\func{}{wxTextValidator}{\param{const long}{ style = wxFILTER\_NONE}, \param{wxString* }{valPtr = NULL}}
+\func{}{wxTextValidator}{\param{long}{ style = wxFILTER\_NONE}, \param{wxString* }{valPtr = NULL}}
Constructor, taking a style and optional pointer to a wxString variable.
--- /dev/null
+\section{\class{wxWave}}\label{wxwave}
+
+This class represents a short wave file, in Windows WAV format, that
+can be stored in memory and played. Currently this class is for Windows
+only.
+
+\wxheading{Derived from}
+
+\helpref{wxObject}{wxobject}
+
+\latexignore{\rtfignore{\wxheading{Members}}}
+
+\membersection{wxWave::wxWave}\label{wxwaveconstr}
+
+\func{}{wxWave}{\void}
+
+Default constructor.
+
+\func{}{wxWave}{\param{const wxString\&}{ fileName}, \param{bool}{ isResource = FALSE}}
+
+Constructs a wave object from a file or resource. Call \helpref{wxWave::IsOk}{wxwaveisok} to
+determine whether this succeeded.
+
+\wxheading{Parameters}
+
+\docparam{fileName}{The filename or Windows resource.}
+
+\docparam{isResource}{TRUE if {\it fileName} is a resource, FALSE if it is a filename.}
+
+\membersection{wxWave::\destruct{wxWave}}
+
+\func{}{\destruct{wxWave}}{\void}
+
+Destroys the wxWave object.
+
+\membersection{wxWave::Create}\label{wxwavecreate}
+
+\func{bool}{wxWave}{\param{const wxString\&}{ fileName}, \param{bool}{ isResource = FALSE}}
+
+Constructs a wave object from a file or resource.
+
+\wxheading{Parameters}
+
+\docparam{fileName}{The filename or Windows resource.}
+
+\docparam{isResource}{TRUE if {\it fileName} is a resource, FALSE if it is a filename.}
+
+\wxheading{Return value}
+
+TRUE if the call was successful, FALSE otherwise.
+
+\membersection{wxWave::IsOk}\label{wxwaveisok}
+
+\constfunc{bool}{IsOk}{\void}
+
+Returns TRUE if the object contains a successfully loaded file or resource, FALSE otherwise.
+
+\membersection{wxWave::Play}\label{wxwaveplay}
+
+\constfunc{bool}{Play}{\param{bool}{ async = TRUE}, \param{bool}{ looped = FALSE}}
+
+Plays the wave file synchronously or asynchronously, looped or single-shot.
+
+
Default constructor.
-\func{}{wxWindow}{\param{wxWindow*}{ parent}, \param{const wxWindowID }{id},
+\func{}{wxWindow}{\param{wxWindow*}{ parent}, \param{wxWindowID }{id},
\param{const wxPoint\& }{pos = wxDefaultPosition},
\param{const wxSize\& }{size = wxDefaultSize},
- \param{const long }{style = 0},
+ \param{long }{style = 0},
\param{const wxString\& }{name = wxPanelNameStr}}
Constructs a window, which can be a child of a frame, dialog or any other non-control window.
\membersection{wxWindow::Center}\label{wxwindowcenter}
-\func{void}{Center}{\param{const int}{ direction}}
+\func{void}{Center}{\param{int}{ direction}}
A synonym for \helpref{Centre}{wxwindowcentre}.
\membersection{wxWindow::Centre}\label{wxwindowcentre}
-\func{virtual void}{Centre}{\param{const int}{ direction = wxHORIZONTAL}}
+\func{virtual void}{Centre}{\param{int}{ direction = wxHORIZONTAL}}
Centres the window.
\membersection{wxWindow::FakePopupMenu}\label{wxwindowfakepopupmenu}
-\func{virtual bool}{FakePopupMenu}{\param{wxMenu* }{menu}, \param{const int }{x}, \param{const int }{y}}
+\func{virtual bool}{FakePopupMenu}{\param{wxMenu* }{menu}, \param{int }{x}, \param{int }{y}}
A replacement for wxWindow::PopupMenu for cases where the PopupMenu implementation
does not work correctly, in particular on Motif platforms.
\membersection{wxWindow::GetScrollThumb}\label{wxwindowgetscrollthumb}
-\func{virtual int}{GetScrollThumb}{\param{const int }{orientation}}
+\func{virtual int}{GetScrollThumb}{\param{int }{orientation}}
Returns the built-in scrollbar thumb size.
\membersection{wxWindow::GetScrollPos}\label{wxwindowgetscrollpos}
-\func{virtual int}{GetScrollPos}{\param{const int }{orientation}}
+\func{virtual int}{GetScrollPos}{\param{int }{orientation}}
Returns the built-in scrollbar position.
\membersection{wxWindow::GetScrollRange}\label{wxwindowgetscrollrange}
-\func{virtual int}{GetScrollRange}{\param{const int }{orientation}}
+\func{virtual int}{GetScrollRange}{\param{int }{orientation}}
Returns the built-in scrollbar range.
\membersection{wxWindow::Move}\label{wxwindowmove}
-\func{void}{Move}{\param{const int}{ x}, \param{const int}{ y}}
+\func{void}{Move}{\param{int}{ x}, \param{int}{ y}}
Moves the window to the given position.
\membersection{wxWindow::PopupMenu}\label{wxwindowpopupmenu}
-\func{virtual bool}{PopupMenu}{\param{wxMenu* }{menu}, \param{const int }{x}, \param{const int }{y}}
+\func{virtual bool}{PopupMenu}{\param{wxMenu* }{menu}, \param{int }{x}, \param{int }{y}}
Pops up the given menu at the specified coordinates, relative to this
window, and returns control when the user has dismissed the menu. If a
\membersection{wxWindow::ScrollWindow}\label{wxwindowscrollwindow}
-\func{virtual void}{ScrollWindow}{\param{const int }{dx}, \param{const int }{dy}, \param{const wxRect*}{ rect = NULL}}
+\func{virtual void}{ScrollWindow}{\param{int }{dx}, \param{int }{dy}, \param{const wxRect*}{ rect = NULL}}
Physically scrolls the pixels in the window.
\membersection{wxWindow::SetScrollbar}\label{wxwindowsetscrollbar}
-\func{virtual void}{SetScrollbar}{\param{const int }{orientation}, \param{const int }{position},\rtfsp
-\param{const int }{thumbSize}, \param{const int }{range},\rtfsp
+\func{virtual void}{SetScrollbar}{\param{int }{orientation}, \param{int }{position},\rtfsp
+\param{int }{thumbSize}, \param{int }{range},\rtfsp
\param{const bool }{refresh = TRUE}}
Sets the scrollbar properties of a built-in scrollbar.
\begin{comment}
\membersection{wxWindow::SetScrollPage}\label{wxwindowsetscrollpage}
-\func{virtual void}{SetScrollPage}{\param{const int }{orientation}, \param{const int }{pageSize}, \param{const bool }{refresh = TRUE}}
+\func{virtual void}{SetScrollPage}{\param{int }{orientation}, \param{int }{pageSize}, \param{const bool }{refresh = TRUE}}
Sets the page size of one of the built-in scrollbars.
\membersection{wxWindow::SetScrollPos}\label{wxwindowsetscrollpos}
-\func{virtual void}{SetScrollPos}{\param{const int }{orientation}, \param{const int }{pos}, \param{const bool }{refresh = TRUE}}
+\func{virtual void}{SetScrollPos}{\param{int }{orientation}, \param{int }{pos}, \param{const bool }{refresh = TRUE}}
Sets the position of one of the built-in scrollbars.
\begin{comment}
\membersection{wxWindow::SetScrollRange}\label{wxwindowsetscrollrange}
-\func{virtual void}{SetScrollRange}{\param{const int }{orientation}, \param{const int }{range}, \param{const bool }{refresh = TRUE}}
+\func{virtual void}{SetScrollRange}{\param{int }{orientation}, \param{int }{range}, \param{const bool }{refresh = TRUE}}
Sets the range of one of the built-in scrollbars.
\membersection{wxWindow::SetSize}\label{wxwindowsetsize}
-\func{virtual void}{SetSize}{\param{const int}{ x}, \param{const int}{ y}, \param{const int}{ width}, \param{int}{ height},
- \param{const int}{ sizeFlags = wxSIZE\_AUTO}}
+\func{virtual void}{SetSize}{\param{int}{ x}, \param{int}{ y}, \param{int}{ width}, \param{int}{ height},
+ \param{int}{ sizeFlags = wxSIZE\_AUTO}}
Sets the size and position of the window in pixels.
-\func{virtual void}{SetSize}{\param{const int}{ width}, \param{const int}{ height}}
+\func{virtual void}{SetSize}{\param{int}{ width}, \param{int}{ height}}
Sets the size of the window in pixels.
\membersection{wxWindow::SetSizeHints}\label{wxwindowsetsizehints}
-\func{virtual void}{SetSizeHints}{\param{const int}{ minW=-1}, \param{const int}{ minH=-1}, \param{const int}{ maxW=-1}, \param{int}{ maxH=-1},
- \param{const int}{ incW=-1}, \param{const int}{ incH=-1}}
+\func{virtual void}{SetSizeHints}{\param{int}{ minW=-1}, \param{int}{ minH=-1}, \param{int}{ maxW=-1}, \param{int}{ maxH=-1},
+ \param{int}{ incW=-1}, \param{int}{ incH=-1}}
Allows specification of minimum and maximum window sizes, and window size increments.
If a pair of values is not set (or set to -1), the default values will be used.
\membersection{wxWindow::SetClientSize}
-\func{virtual void}{SetClientSize}{\param{const int}{ width}, \param{const int}{ height}}
+\func{virtual void}{SetClientSize}{\param{int}{ width}, \param{int}{ height}}
This sets the size of the window client area in pixels. Using this function to size a window
tends to be more device-independent than \helpref{wxWindow::SetSize}{wxwindowsetsize}, since the application need not
3 wxApp::~wxApp=topic43
3 wxApp::argc=wxappargc
3 wxApp::argv=wxappargv
-3 wxApp::wx_class=topic44
-3 wxApp::work_proc=topic45
+3 wxApp::CreateLogTarget=wxappcreatelogtarget
3 wxApp::Dispatch=wxappdispatch
3 wxApp::GetAppName=wxappgetappname
3 wxApp::GetAuto3D=wxappgetauto3d
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
2 wxButton
3 wxButton=wxbutton
3 wxButton::wxButton=wxbuttonconstr
-3 wxButton::~wxButton=topic46
+3 wxButton::~wxButton=topic44
3 wxButton::Create=wxbuttoncreate
3 wxButton::GetLabel=wxbuttongetlabel
3 wxButton::SetDefault=wxbuttonsetdefault
2 wxBitmap
3 wxBitmap=wxbitmap
3 wxBitmap::wxBitmap=wxbitmapconstr
-3 wxBitmap::~wxBitmap=topic47
+3 wxBitmap::~wxBitmap=topic45
3 wxBitmap::AddHandler=wxbitmapaddhandler
-3 wxBitmap::CleanUpHandlers=topic48
-3 wxBitmap::Create=topic49
-3 wxBitmap::FindHandler=topic50
-3 wxBitmap::GetDepth=topic51
-3 wxBitmap::GetHandlers=topic52
+3 wxBitmap::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=topic53
-3 wxBitmap::InsertHandler=topic54
+3 wxBitmap::InitStandardHandlers=topic51
+3 wxBitmap::InsertHandler=topic52
3 wxBitmap::LoadFile=wxbitmaploadfile
3 wxBitmap::Ok=wxbitmapok
-3 wxBitmap::RemoveHandler=topic55
+3 wxBitmap::RemoveHandler=topic53
3 wxBitmap::SaveFile=wxbitmapsavefile
3 wxBitmap::SetDepth=wxbitmapsetdepth
3 wxBitmap::SetHeight=wxbitmapsetheight
3 wxBitmap::SetMask=wxbitmapsetmask
-3 wxBitmap::SetOk=topic56
+3 wxBitmap::SetOk=topic54
3 wxBitmap::SetPalette=wxbitmapsetpalette
-3 wxBitmap::SetWidth=topic57
-3 wxBitmap::operator ==topic58
-3 wxBitmap::operator ===topic59
-3 wxBitmap::operator !==topic60
+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=topic61
-3 wxBitmapHandler::Create=topic62
-3 wxBitmapHandler::GetName=topic63
-3 wxBitmapHandler::GetExtension=topic64
-3 wxBitmapHandler::GetType=topic65
+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=topic66
-3 wxBitmapHandler::SetExtension=topic67
-3 wxBitmapHandler::SetType=topic68
+3 wxBitmapHandler::SetName=topic64
+3 wxBitmapHandler::SetExtension=topic65
+3 wxBitmapHandler::SetType=topic66
2 wxBitmapButton
3 wxBitmapButton=wxbitmapbutton
3 wxBitmapButton::wxBitmapButton=wxbitmapbuttonconstr
-3 wxBitmapButton::~wxBitmapButton=topic69
+3 wxBitmapButton::~wxBitmapButton=topic67
3 wxBitmapButton::Create=wxbitmapbuttoncreate
3 wxBitmapButton::GetBitmapDisabled=wxbitmapbuttongetbitmapdisabled
3 wxBitmapButton::GetBitmapFocus=wxbitmapbuttongetbitmapfocus
3 wxBitmapButton::SetBitmapSelected=wxbitmapbuttonsetbitmapselected
2 wxBrush
3 wxBrush=wxbrush
-3 wxBrush::wxBrush=topic70
-3 wxBrush::~wxBrush=topic71
+3 wxBrush::wxBrush=topic68
+3 wxBrush::~wxBrush=topic69
3 wxBrush::GetColour=wxbrushgetcolour
3 wxBrush::GetStipple=wxbrushgetstipple
3 wxBrush::GetStyle=wxbrushgetstyle
2 wxCheckBox
3 wxCheckBox=wxcheckbox
3 wxCheckBox::wxCheckBox=wxcheckboxconstr
-3 wxCheckBox::~wxCheckBox=topic72
+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=topic73
+3 wxChoice::~wxChoice=topic71
3 wxChoice::Append=wxchoiceappend
3 wxChoice::Clear=wxchoiceclear
3 wxChoice::Create=wxchoicecreate
2 wxClassInfo
3 wxClassInfo=wxclassinfo
3 wxClassInfo::wxClassInfo=wxclassinfoconstr
-3 wxClassInfo::CreateObject=topic74
-3 wxClassInfo::FindClass=topic75
-3 wxClassInfo::GetBaseClassName1=topic76
-3 wxClassInfo::GetBaseClassName2=topic77
-3 wxClassInfo::GetClassName=topic78
-3 wxClassInfo::GetSize=topic79
-3 wxClassInfo::InitializeClasses=topic80
+3 wxClassInfo::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=topic81
+3 wxClientDC::wxClientDC=topic79
2 wxClipboard
3 wxClipboard=wxclipboard
-3 wxClipboard::GetClipboardClient=topic82
-3 wxClipboard::GetClipboardData=topic83
-3 wxClipboard::GetClipboardString=topic84
-3 wxClipboard::SetClipboardClient=topic85
-3 wxClipboard::SetClipboardString=topic86
+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=topic87
-3 wxClipboardClient::BeingReplaced=topic88
-3 wxClipboardClient::GetData=topic89
+3 wxClipboardClient::formats=topic85
+3 wxClipboardClient::BeingReplaced=topic86
+3 wxClipboardClient::GetData=topic87
2 wxCloseEvent
3 wxCloseEvent=wxcloseevent
-3 wxCloseEvent::wxCloseEvent=topic90
+3 wxCloseEvent::wxCloseEvent=topic88
3 wxCloseEvent::GetLoggingOff=wxcloseeventgetloggingoff
3 wxCloseEvent::GetSessionEnding=wxcloseeventgetsessionending
3 wxCloseEvent::GetForce=wxcloseeventgetforce
2 wxColourData
3 wxColourData=wxcolourdata
3 wxColourData::wxColourData=wxcolourdataconstr
-3 wxColourData::~wxColourData=topic91
+3 wxColourData::~wxColourData=topic89
3 wxColourData::GetChooseFull=wxcolourdatagetchoosefull
3 wxColourData::GetColour=wxcolourdatagetcolour
3 wxColourData::GetCustomColour=wxcolourdatagetcustomcolour
3 wxColourDatabase::Initialize=wxcolourdatabaseinitialize
2 wxColourDialog
3 wxColourDialog=wxcolourdialog
-3 wxColourDialog::wxColourDialog=topic92
-3 wxColourDialog::~wxColourDialog=topic93
-3 wxColourDialog::GetColourData=topic94
-3 wxColourDialog::ShowModal=topic95
+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=topic96
+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::Deselect=wxcomboboxdeselect
3 wxComboBox::FindString=wxcomboboxfindstring
3 wxComboBox::GetClientData=wxcomboboxgetclientdata
3 wxComboBox::GetInsertionPoint=wxcomboboxgetinsertionpoint
3 wxComboBox::SetValue=wxcomboboxsetvalue
2 wxCommand
3 wxCommand=wxcommand
-3 wxCommand::wxCommand=topic97
-3 wxCommand::~wxCommand=topic98
-3 wxCommand::CanUndo=topic99
-3 wxCommand::Do=topic100
-3 wxCommand::GetName=topic101
-3 wxCommand::Undo=topic102
+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=topic103
-3 wxCommandEvent::m_commandInt=topic104
-3 wxCommandEvent::m_commandString=topic105
-3 wxCommandEvent::m_extraLong=topic106
-3 wxCommandEvent::wxCommandEvent=topic107
-3 wxCommandEvent::Checked=topic108
-3 wxCommandEvent::GetClientData=topic109
-3 wxCommandEvent::GetExtraLong=topic110
-3 wxCommandEvent::GetInt=topic111
-3 wxCommandEvent::GetSelection=topic112
-3 wxCommandEvent::GetString=topic113
-3 wxCommandEvent::IsSelection=topic114
-3 wxCommandEvent::SetClientData=topic115
-3 wxCommandEvent::SetExtraLong=topic116
-3 wxCommandEvent::SetInt=topic117
-3 wxCommandEvent::SetString=topic118
+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=topic119
-3 wxCommandProcessor::~wxCommandProcessor=topic120
-3 wxCommandProcessor::CanUndo=topic121
-3 wxCommandProcessor::ClearCommands=topic122
-3 wxCommandProcessor::Do=topic123
-3 wxCommandProcessor::GetCommands=topic124
-3 wxCommandProcessor::GetMaxCommands=topic125
-3 wxCommandProcessor::GetEditMenu=topic126
-3 wxCommandProcessor::Initialize=topic127
-3 wxCommandProcessor::SetEditMenu=topic128
-3 wxCommandProcessor::Submit=topic129
-3 wxCommandProcessor::Undo=topic130
+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
2 wxCursor
3 wxCursor=wxcursor
3 wxCursor::wxCursor=wxcursorconstr
-3 wxCursor::~wxCursor=topic131
+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=topic132
-3 wxDatabase::~wxDatabase=topic133
-3 wxDatabase::BeginTrans=topic134
-3 wxDatabase::Cancel=topic135
-3 wxDatabase::CanTransact=topic136
-3 wxDatabase::CanUpdate=topic137
-3 wxDatabase::Close=topic138
-3 wxDatabase::CommitTrans=topic139
-3 wxDatabase::ErrorOccured=topic140
-3 wxDatabase::ErrorSnapshot=topic141
-3 wxDatabase::GetDatabaseName=topic142
-3 wxDatabase::GetDataSource=topic143
-3 wxDatabase::GetErrorClass=topic144
-3 wxDatabase::GetErrorCode=topic145
-3 wxDatabase::GetErrorMessage=topic146
-3 wxDatabase::GetErrorNumber=topic147
-3 wxDatabase::GetHDBC=topic148
-3 wxDatabase::GetHENV=topic149
-3 wxDatabase::GetInfo=topic150
-3 wxDatabase::GetPassword=topic151
-3 wxDatabase::GetUsername=topic152
-3 wxDatabase::GetODBCVersionFloat=topic153
-3 wxDatabase::GetODBCVersionString=topic154
-3 wxDatabase::InWaitForDataSource=topic155
-3 wxDatabase::IsOpen=topic156
+3 wxDatabase::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=topic157
-3 wxDatabase::OnWaitForDataSource=topic158
-3 wxDatabase::RollbackTrans=topic159
-3 wxDatabase::SetDataSource=topic160
-3 wxDatabase::SetLoginTimeout=topic161
-3 wxDatabase::SetPassword=topic162
-3 wxDatabase::SetSynchronousMode=topic163
-3 wxDatabase::SetQueryTimeout=topic164
-3 wxDatabase::SetUsername=topic165
+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=topic166
+3 wxDate::~wxDate=topic165
3 wxDate::AddMonths=wxdateaddmonths
3 wxDate::AddWeeks=wxdateaddweeks
3 wxDate::AddYears=wxdateaddyears
3 wxDate::GetFirstDayOfMonth=wxdategetfirstdayofmonth
3 wxDate::GetJulianDate=wxdategetjuliandate
3 wxDate::GetMonth=wxdategetmonth
-3 wxDate::GetMonthEnd=topic167
+3 wxDate::GetMonthEnd=topic166
3 wxDate::GetMonthName=wxdategetmonthname
3 wxDate::GetMonthStart=wxdategetmonthstart
3 wxDate::GetWeekOfMonth=wxdategetweekofmonth
3 wxDate::operator <<=wxdateinsert
2 wxDC
3 wxDC=wxdc
-3 wxDC::wxDC=topic168
-3 wxDC::~wxDC=topic169
+3 wxDC::wxDC=topic167
+3 wxDC::~wxDC=topic168
3 wxDC::BeginDrawing=wxdcbegindrawing
3 wxDC::Blit=wxdcblit
3 wxDC::Clear=wxdcclear
3 wxDC::StartPage=wxdcstartpage
2 wxDDEClient
3 wxDDEClient=wxddeclient
-3 wxDDEClient::wxDDEClient=topic170
+3 wxDDEClient::wxDDEClient=topic169
3 wxDDEClient::MakeConnection=wxddeclientmakeconnection
3 wxDDEClient::OnMakeConnection=wxddeclientonmakeconnection
-3 wxDDEClient::ValidHost=topic171
+3 wxDDEClient::ValidHost=topic170
2 wxDDEConnection
3 wxDDEConnection=wxddeconnection
-3 wxDDEConnection::wxDDEConnection=topic172
-3 wxDDEConnection::Advise=topic173
-3 wxDDEConnection::Execute=topic174
-3 wxDDEConnection::Disconnect=topic175
+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::StopAdvise=wxddeconnectionstopadvise
2 wxDDEServer
3 wxDDEServer=wxddeserver
-3 wxDDEServer::wxDDEServer=topic176
-3 wxDDEServer::Create=topic177
+3 wxDDEServer::wxDDEServer=topic175
+3 wxDDEServer::Create=topic176
3 wxDDEServer::OnAcceptConnection=wxddeserveronacceptconnection
2 wxDebugContext
3 wxDebugContext=wxdebugcontext
2 wxDialog
3 wxDialog=wxdialog
3 wxDialog::wxDialog=wxdialogconstr
-3 wxDialog::~wxDialog=topic178
+3 wxDialog::~wxDialog=topic177
3 wxDialog::Centre=wxdialogcentre
3 wxDialog::Create=wxdialogcreate
3 wxDialog::EndModal=wxdialogendmodal
2 wxDirDialog
3 wxDirDialog=wxdirdialog
3 wxDirDialog::wxDirDialog=wxdirdialogconstr
-3 wxDirDialog::~wxDirDialog=topic179
+3 wxDirDialog::~wxDirDialog=topic178
3 wxDirDialog::GetPath=wxdirdialoggetpath
3 wxDirDialog::GetMessage=wxdirdialoggetmessage
3 wxDirDialog::GetStyle=wxdirdialoggetstyle
3 wxDirDialog::ShowModal=wxdirdialogshowmodal
2 wxDocument
3 wxDocument=wxdocument
-3 wxDocument::m_commandProcessor=topic180
-3 wxDocument::m_documentFile=topic181
-3 wxDocument::m_documentModified=topic182
-3 wxDocument::m_documentTemplate=topic183
-3 wxDocument::m_documentTitle=topic184
+3 wxDocument::m_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=topic185
-3 wxDocument::wxDocument=topic186
-3 wxDocument::~wxDocument=topic187
-3 wxDocument::AddView=topic188
-3 wxDocument::Close=topic189
-3 wxDocument::DeleteAllViews=topic190
-3 wxDocument::GetCommandProcessor=topic191
-3 wxDocument::GetDocumentTemplate=topic192
-3 wxDocument::GetDocumentManager=topic193
-3 wxDocument::GetDocumentName=topic194
-3 wxDocument::GetDocumentWindow=topic195
-3 wxDocument::GetFilename=topic196
-3 wxDocument::GetFirstView=topic197
-3 wxDocument::GetPrintableName=topic198
-3 wxDocument::GetTitle=topic199
+3 wxDocument::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=topic200
+3 wxDocument::LoadObject=topic199
3 wxDocument::Modify=wxdocumentmodify
-3 wxDocument::OnChangedViewList=topic201
-3 wxDocument::OnCloseDocument=topic202
-3 wxDocument::OnCreate=topic203
-3 wxDocument::OnCreateCommandProcessor=topic204
-3 wxDocument::OnNewDocument=topic205
-3 wxDocument::OnOpenDocument=topic206
-3 wxDocument::OnSaveDocument=topic207
-3 wxDocument::OnSaveModified=topic208
-3 wxDocument::RemoveView=topic209
-3 wxDocument::Save=topic210
-3 wxDocument::SaveAs=topic211
-3 wxDocument::SaveObject=topic212
-3 wxDocument::SetCommandProcessor=topic213
-3 wxDocument::SetDocumentName=topic214
-3 wxDocument::SetDocumentTemplate=topic215
-3 wxDocument::SetFilename=topic216
-3 wxDocument::SetTitle=topic217
+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=topic218
-3 wxDocChildFrame::m_childView=topic219
-3 wxDocChildFrame::wxDocChildFrame=topic220
-3 wxDocChildFrame::~wxDocChildFrame=topic221
-3 wxDocChildFrame::GetDocument=topic222
-3 wxDocChildFrame::GetView=topic223
-3 wxDocChildFrame::OnActivate=topic224
-3 wxDocChildFrame::OnClose=topic225
-3 wxDocChildFrame::SetDocument=topic226
-3 wxDocChildFrame::SetView=topic227
+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=topic228
-3 wxDocManager::m_defaultDocumentNameCounter=topic229
-3 wxDocManager::m_fileHistory=topic230
-3 wxDocManager::m_maxDocsOpen=topic231
-3 wxDocManager::m_docs=topic232
-3 wxDocManager::m_flags=topic233
-3 wxDocManager::m_templates=topic234
-3 wxDocManager::wxDocManager=topic235
-3 wxDocManager::~wxDocManager=topic236
-3 wxDocManager::ActivateView=topic237
-3 wxDocManager::AddDocument=topic238
-3 wxDocManager::AddFileToHistory=topic239
-3 wxDocManager::AssociateTemplate=topic240
-3 wxDocManager::CreateDocument=topic241
-3 wxDocManager::CreateView=topic242
-3 wxDocManager::DisassociateTemplate=topic243
-3 wxDocManager::FileHistoryLoad=topic244
-3 wxDocManager::FileHistorySave=topic245
-3 wxDocManager::FileHistoryUseMenu=topic246
-3 wxDocManager::FindTemplateForPath=topic247
-3 wxDocManager::GetCurrentDocument=topic248
-3 wxDocManager::GetCurrentView=topic249
-3 wxDocManager::GetDocuments=topic250
-3 wxDocManager::GetFileHistory=topic251
-3 wxDocManager::GetMaxDocsOpen=topic252
-3 wxDocManager::GetNoHistoryFiles=topic253
+3 wxDocManager::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=topic254
-3 wxDocManager::OnCreateFileHistory=topic255
-3 wxDocManager::OnFileClose=topic256
-3 wxDocManager::OnFileNew=topic257
-3 wxDocManager::OnFileOpen=topic258
-3 wxDocManager::OnFileSave=topic259
-3 wxDocManager::OnFileSaveAs=topic260
-3 wxDocManager::OnMenuCommand=topic261
-3 wxDocManager::RemoveDocument=topic262
-3 wxDocManager::SelectDocumentPath=topic263
-3 wxDocManager::SelectDocumentType=topic264
-3 wxDocManager::SelectViewType=topic265
-3 wxDocManager::SetMaxDocsOpen=topic266
+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=topic267
-3 wxDocParentFrame::~wxDocParentFrame=topic268
-3 wxDocParentFrame::OnClose=topic269
+3 wxDocParentFrame::wxDocParentFrame=topic266
+3 wxDocParentFrame::~wxDocParentFrame=topic267
+3 wxDocParentFrame::OnClose=topic268
2 wxDocTemplate
3 wxDocTemplate=wxdoctemplate
-3 wxDocTemplate::m_defaultExt=topic270
-3 wxDocTemplate::m_description=topic271
-3 wxDocTemplate::m_directory=topic272
-3 wxDocTemplate::m_docClassInfo=topic273
-3 wxDocTemplate::m_docTypeName=topic274
-3 wxDocTemplate::m_documentManager=topic275
-3 wxDocTemplate::m_fileFilter=topic276
-3 wxDocTemplate::m_flags=topic277
-3 wxDocTemplate::m_viewClassInfo=topic278
-3 wxDocTemplate::m_viewTypeName=topic279
-3 wxDocTemplate::wxDocTemplate=topic280
-3 wxDocTemplate::~wxDocTemplate=topic281
-3 wxDocTemplate::CreateDocument=topic282
-3 wxDocTemplate::CreateView=topic283
-3 wxDocTemplate::GetDefaultExtension=topic284
-3 wxDocTemplate::GetDescription=topic285
-3 wxDocTemplate::GetDirectory=topic286
-3 wxDocTemplate::GetDocumentManager=topic287
-3 wxDocTemplate::GetDocumentName=topic288
-3 wxDocTemplate::GetFileFilter=topic289
-3 wxDocTemplate::GetFlags=topic290
-3 wxDocTemplate::GetViewName=topic291
-3 wxDocTemplate::IsVisible=topic292
-3 wxDocTemplate::SetDefaultExtension=topic293
-3 wxDocTemplate::SetDescription=topic294
-3 wxDocTemplate::SetDirectory=topic295
-3 wxDocTemplate::SetDocumentManager=topic296
-3 wxDocTemplate::SetFileFilter=topic297
-3 wxDocTemplate::SetFlags=topic298
+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=topic299
-3 wxDropFilesEvent::m_files=topic300
-3 wxDropFilesEvent::m_noFiles=topic301
-3 wxDropFilesEvent::m_pos=topic302
+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=topic303
-3 wxEraseEvent::m_dc=topic304
+3 wxEraseEvent::wxEraseEvent=topic302
+3 wxEraseEvent::m_dc=topic303
3 wxEraseEvent::GetDC=wxeraseeventgetdc
2 wxEvent
3 wxEvent=wxevent
-3 wxEvent::wxEvent=topic305
-3 wxEvent::m_eventHandle=topic306
-3 wxEvent::m_eventObject=topic307
-3 wxEvent::m_eventType=topic308
-3 wxEvent::m_id=topic309
-3 wxEvent::m_skipped=topic310
-3 wxEvent::m_timeStamp=topic311
-3 wxEvent::GetEventClass=topic312
-3 wxEvent::GetEventObject=topic313
-3 wxEvent::GetEventType=topic314
-3 wxEvent::GetId=topic315
-3 wxEvent::GetObjectType=topic316
-3 wxEvent::GetSkipped=topic317
-3 wxEvent::GetTimestamp=topic318
-3 wxEvent::SetEventObject=topic319
-3 wxEvent::SetEventType=topic320
-3 wxEvent::SetId=topic321
-3 wxEvent::SetTimestamp=topic322
+3 wxEvent::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=topic323
-3 wxEvtHandler::~wxEvtHandler=topic324
+3 wxEvtHandler::wxEvtHandler=topic322
+3 wxEvtHandler::~wxEvtHandler=topic323
3 wxEvtHandler::Default=wxevthandlerdefault
3 wxEvtHandler::GetClientData=wxevthandlergetclientdata
3 wxEvtHandler::GetEvtHandlerEnabled=wxevthandlergetevthandlerenabled
2 wxExpr
3 wxExpr=wxexpr
3 wxExpr::wxExpr=wxexprconstr
-3 wxExpr::~wxExpr=topic325
+3 wxExpr::~wxExpr=topic324
3 wxExpr::AddAttributeValue=wxexpraddattributevalue
3 wxExpr::AddAttributeValueString=wxexpraddattributevaluestring
3 wxExpr::AddAttributeValueStringList=wxexpraddattributevaluestringlist
3 wxExpr::WriteLispExpr=wxexprwritelistexpr
3 wxExpr::WritePrologClause=wxexprwriteprologclause
3 wxExpr::WriteExpr=wxexprwriteexpr
-3 Functions and macros=topic326
+3 Functions and macros=topic325
2 wxExprDatabase
3 wxExprDatabase=wxexprdatabase
3 wxExprDatabase::wxExprDatabase=wxexprdatabaseconstr
-3 wxExprDatabase::~wxExprDatabase=topic327
+3 wxExprDatabase::~wxExprDatabase=topic326
3 wxExprDatabase::Append=wxexprdatabaseappend
3 wxExprDatabase::BeginFind=wxexprdatabasebeginfind
3 wxExprDatabase::ClearDatabase=wxexprdatabasecleardatabase
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
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 wxMask=wxmask
3 wxMask::wxMask=wxmaskconstr
3 wxMask::~wxMask=topic459
+3 wxMask::Create=wxmaskcreate
2 wxMDIChildFrame
3 wxMDIChildFrame=wxmdichildframe
3 wxMDIChildFrame::wxMDIChildFrame=wxmdichildframeconstr
3 wxMenu::AppendSeparator=wxmenuappendseparator
3 wxMenu::Break=wxmenubreak
3 wxMenu::Check=wxmenucheck
-3 wxMenu::Checked=wxmenuchecked
3 wxMenu::Enable=wxmenuenable
-3 wxMenu::Enabled=wxmenuenabled
3 wxMenu::FindItem=wxmenufinditem
3 wxMenu::FindItemForId=wxmenufinditemforid
3 wxMenu::GetHelpString=wxmenugethelpstring
3 wxMenu::GetLabel=wxmenugetlabel
3 wxMenu::GetTitle=wxmenugettitle
+3 wxMenu::IsChecked=wxmenuischecked
+3 wxMenu::IsEnabled=wxmenuisenabled
3 wxMenu::SetHelpString=wxmenusethelpstring
3 wxMenu::SetLabel=wxmenusetlabel
3 wxMenu::SetTitle=wxmenusettitle
3 wxMenuBar::~wxMenuBar=topic464
3 wxMenuBar::Append=wxmenubarappend
3 wxMenuBar::Check=wxmenubarcheck
-3 wxMenuBar::Checked=wxmenubarchecked
3 wxMenuBar::Enable=wxmenubarenable
3 wxMenuBar::EnableTop=wxmenubarenabletop
3 wxMenuBar::FindMenuItem=wxmenubarfindmenuitem
3 wxMenuBar::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=topic465
-3 wxMenuEvent::m_menuId=topic466
+3 wxMenuEvent::wxMenuEvent=topic466
+3 wxMenuEvent::m_menuId=topic467
3 wxMenuEvent::GetMenuId=wxmenueventgetmenuid
2 wxMemoryDC
3 wxMemoryDC=wxmemorydc
-3 wxMemoryDC::wxMemoryDC=topic467
-3 wxMemoryDC::SelectObject=topic468
+3 wxMemoryDC::wxMemoryDC=topic468
+3 wxMemoryDC::SelectObject=topic469
2 wxMessageDialog
3 wxMessageDialog=wxmessagedialog
3 wxMessageDialog::wxMessageDialog=wxmessagedialogconstr
-3 wxMessageDialog::~wxMessageDialog=topic469
+3 wxMessageDialog::~wxMessageDialog=topic470
3 wxMessageDialog::ShowModal=wxmessagedialogshowmodal
2 wxMetaFile
3 wxMetaFile=wxmetafile
-3 wxMetaFile::wxMetaFile=topic470
-3 wxMetaFile::~wxMetaFile=topic471
+3 wxMetaFile::wxMetaFile=topic471
+3 wxMetaFile::~wxMetaFile=topic472
3 wxMetaFile::Ok=wxmetafileok
3 wxMetaFile::Play=wxmetafileplay
-3 wxMetaFile::SetClipboard=topic472
+3 wxMetaFile::SetClipboard=topic473
2 wxMetaFileDC
3 wxMetaFileDC=wxmetafiledc
-3 wxMetaFileDC::wxMetaFileDC=topic473
-3 wxMetaFileDC::~wxMetaFileDC=topic474
+3 wxMetaFileDC::wxMetaFileDC=topic474
+3 wxMetaFileDC::~wxMetaFileDC=topic475
3 wxMetaFileDC::Close=wxmetafiledcclose
2 wxMiniFrame
3 wxMiniFrame=wxminiframe
3 wxMiniFrame::wxMiniFrame=wxminiframeconstr
-3 wxMiniFrame::~wxMiniFrame=topic475
+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=topic476
-3 wxMouseEvent::m_controlDown=topic477
-3 wxMouseEvent::m_leftDown=topic478
-3 wxMouseEvent::m_middleDown=topic479
-3 wxMouseEvent::m_rightDown=topic480
-3 wxMouseEvent::m_leftDown=topic481
-3 wxMouseEvent::m_metaDown=topic482
-3 wxMouseEvent::m_shiftDown=topic483
-3 wxMouseEvent::m_x=topic484
-3 wxMouseEvent::m_y=topic485
-3 wxMouseEvent::wxMouseEvent=topic486
-3 wxMouseEvent::AltDown=topic487
-3 wxMouseEvent::Button=topic488
+3 wxMouseEvent::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=topic489
-3 wxMouseEvent::ButtonUp=topic490
-3 wxMouseEvent::ControlDown=topic491
-3 wxMouseEvent::Dragging=topic492
+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=topic493
+3 wxMouseEvent::IsButton=topic495
3 wxMouseEvent::Leaving=wxmouseeventleaving
-3 wxMouseEvent::LeftDClick=topic494
-3 wxMouseEvent::LeftDown=topic495
-3 wxMouseEvent::LeftIsDown=topic496
-3 wxMouseEvent::LeftUp=topic497
-3 wxMouseEvent::MetaDown=topic498
-3 wxMouseEvent::MiddleDClick=topic499
-3 wxMouseEvent::MiddleDown=topic500
-3 wxMouseEvent::MiddleIsDown=topic501
-3 wxMouseEvent::MiddleUp=topic502
-3 wxMouseEvent::Moving=topic503
-3 wxMouseEvent::Position=topic504
-3 wxMouseEvent::RightDClick=topic505
-3 wxMouseEvent::RightDown=topic506
-3 wxMouseEvent::RightIsDown=topic507
-3 wxMouseEvent::RightUp=topic508
-3 wxMouseEvent::ShiftDown=topic509
+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=topic510
+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=topic511
-3 wxNode::Next=topic512
-3 wxNode::Previous=topic513
-3 wxNode::SetData=topic514
+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=topic515
+3 wxObject::~wxObject=topic518
3 wxObject::m_refData=wxobjectmrefdata
3 wxObject::Dump=wxobjectdump
3 wxObject::GetClassInfo=wxobjectgetclassinfo
3 wxObject::operator delete=wxobjectdelete
2 wxObjectRefData
3 wxObjectRefData=wxobjectrefdata
-3 wxObjectRefData::m_count=topic516
+3 wxObjectRefData::m_count=topic519
3 wxObjectRefData::wxObjectRefData=wxobjectrefdataconstr
-3 wxObjectRefData::~wxObjectRefData=topic517
+3 wxObjectRefData::~wxObjectRefData=topic520
2 wxPageSetupData
3 wxPageSetupData=wxpagesetupdata
-3 wxPageSetupData::wxPageSetupData=topic518
-3 wxPageSetupData::~wxPageSetupData=topic519
+3 wxPageSetupData::wxPageSetupData=topic521
+3 wxPageSetupData::~wxPageSetupData=topic522
3 wxPageSetupData::EnableHelp=wxpagesetupdataenablehelp
3 wxPageSetupData::EnableMargins=wxpagesetupdataenablemargins
3 wxPageSetupData::EnableOrientation=wxpagesetupdataenableorientation
3 wxPageSetupData::SetDefaultInfo=wxpagesetupdatasetdefaultinfo
2 wxPageSetupDialog
3 wxPageSetupDialog=wxpagesetupdialog
-3 wxPageSetupDialog::wxPageSetupDialog=topic520
-3 wxPageSetupDialog::~wxPageSetupDialog=topic521
+3 wxPageSetupDialog::wxPageSetupDialog=topic523
+3 wxPageSetupDialog::~wxPageSetupDialog=topic524
3 wxPageSetupDialog::GetPageSetupData=wxpagesetupdialoggetpagesetupdata
3 wxPageSetupDialog::ShowModal=wxpagesetupdialogshowmodal
2 wxPaintDC
3 wxPaintDC=wxpaintdc
-3 wxPaintDC::wxPaintDC=topic522
+3 wxPaintDC::wxPaintDC=topic525
2 wxPaintEvent
3 wxPaintEvent=wxpaintevent
-3 wxPaintEvent::wxPaintEvent=topic523
+3 wxPaintEvent::wxPaintEvent=topic526
2 wxPalette
3 wxPalette=wxpalette
3 wxPalette::wxPalette=wxpaletteconstr
-3 wxPalette::~wxPalette=topic524
+3 wxPalette::~wxPalette=topic527
3 wxPalette::Create=wxpalettecreate
3 wxPalette::GetPixel=wxpalettegetpixel
3 wxPalette::GetRGB=wxpalettegetrgb
2 wxPanel
3 wxPanel=wxpanel
3 wxPanel::wxPanel=wxpanelconstr
-3 wxPanel::~wxPanel=topic525
+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=topic526
+3 wxPanelTabView::~wxPanelTabView=topic529
3 wxPanelTabView::AddTabWindow=wxpaneltabviewaddtabwindow
-3 wxPanelTabView::ClearWindows=topic527
-3 wxPanelTabView::GetCurrentWindow=topic528
-3 wxPanelTabView::GetTabWindow=topic529
-3 wxPanelTabView::ShowWindowForTab=topic530
+3 wxPanelTabView::ClearWindows=topic530
+3 wxPanelTabView::GetCurrentWindow=topic531
+3 wxPanelTabView::GetTabWindow=topic532
+3 wxPanelTabView::ShowWindowForTab=topic533
2 wxPathList
3 wxPathList=wxpathlist
-3 wxPathList::wxPathList=topic531
-3 wxPathList::AddEnvList=topic532
-3 wxPathList::Add=topic533
-3 wxPathList::EnsureFileAccessible=topic534
-3 wxPathList::FindAbsoluteValidPath=topic535
-3 wxPathList::FindValidPath=topic536
-3 wxPathList::Member=topic537
+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=topic538
+3 wxPen::~wxPen=topic541
3 wxPen::GetCap=wxpengetcap
3 wxPen::GetColour=wxpengetcolour
3 wxPen::GetDashes=wxpengetdashes
3 wxPen::operator !==wxpennotequals
2 wxPenList
3 wxPenList=wxpenlist
-3 wxPenList::wxPenList=topic539
+3 wxPenList::wxPenList=topic542
3 wxPenList::AddPen=wxpenlistaddpen
3 wxPenList::FindOrCreatePen=wxpenlistfindorcreatepen
3 wxPenList::RemovePen=wxpenlistremovepen
2 wxPoint
3 wxPoint=wxpoint
-3 wxPoint::wxPoint=topic540
-3 wxPoint::x=topic541
-3 wxPoint::y=topic542
+3 wxPoint::wxPoint=topic543
+3 wxPoint::x=topic544
+3 wxPoint::y=topic545
2 wxPreviewCanvas
3 wxPreviewCanvas=wxpreviewcanvas
-3 wxPreviewCanvas::wxPreviewCanvas=topic543
-3 wxPreviewCanvas::~wxPreviewCanvas=topic544
+3 wxPreviewCanvas::wxPreviewCanvas=topic546
+3 wxPreviewCanvas::~wxPreviewCanvas=topic547
3 wxPreviewCanvas::OnPaint=wxpreviewcanvasonpaint
2 wxPreviewControlBar
3 wxPreviewControlBar=wxpreviewcontrolbar
-3 wxPreviewControlBar::wxPreviewControlbar=topic545
-3 wxPreviewControlBar::~wxPreviewControlBar=topic546
-3 wxPreviewControlBar::CreateButtons=topic547
-3 wxPreviewControlBar::GetPrintPreview=topic548
-3 wxPreviewControlBar::GetZoomControl=topic549
-3 wxPreviewControlBar::SetZoomControl=topic550
+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=topic551
-3 wxPreviewFrame::~wxPreviewFrame=topic552
-3 wxPreviewFrame::CreateControlBar=topic553
-3 wxPreviewFrame::CreateCanvas=topic554
-3 wxPreviewFrame::Initialize=topic555
-3 wxPreviewFrame::OnClose=topic556
+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=topic557
-3 wxPrintData::~wxPrintData=topic558
+3 wxPrintData::wxPrintData=topic560
+3 wxPrintData::~wxPrintData=topic561
3 wxPrintData::EnableHelp=wxprintdataenablehelp
3 wxPrintData::EnablePageNumbers=wxprintdataenablepagenumbers
3 wxPrintData::EnablePrintToFile=wxprintdataenableprinttofile
3 wxPrintData::SetToPage=wxprintdatasettopage
2 wxPrintDialog
3 wxPrintDialog=wxprintdialog
-3 wxPrintDialog::wxPrintDialog=topic559
-3 wxPrintDialog::~wxPrintDialog=topic560
+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=topic561
-3 wxPrinter::~wxPrinter=topic562
+3 wxPrinter::wxPrinter=topic564
+3 wxPrinter::~wxPrinter=topic565
3 wxPrinter::Abort=wxprinterabort
3 wxPrinter::CreateAbortWindow=wxprintercreateabortwindow
3 wxPrinter::GetPrintData=wxprintergetprintdata
3 wxPrinter::Setup=wxprintersetup
2 wxPrinterDC
3 wxPrinterDC=wxprinterdc
-3 wxPrinterDC::wxPrinterDC=topic563
+3 wxPrinterDC::wxPrinterDC=topic566
2 wxPrintout
3 wxPrintout=wxprintout
-3 wxPrintout::wxPrintout=topic564
-3 wxPrintout::~wxPrintout=topic565
+3 wxPrintout::wxPrintout=topic567
+3 wxPrintout::~wxPrintout=topic568
3 wxPrintout::GetDC=wxprintoutgetdc
3 wxPrintout::GetPageInfo=wxprintoutgetpageinfo
3 wxPrintout::GetPageSizeMM=wxprintoutgetpagesizemm
3 wxPrintout::OnPrintPage=wxprintoutonprintpage
2 wxPrintPreview
3 wxPrintPreview=wxprintpreview
-3 wxPrintPreview::wxPrintPreview=topic566
-3 wxPrintPreview::~wxPrintPreview=topic567
+3 wxPrintPreview::wxPrintPreview=topic569
+3 wxPrintPreview::~wxPrintPreview=topic570
3 wxPrintPreview::DrawBlankPage=wxprintpreviewdrawblankpage
3 wxPrintPreview::GetCanvas=wxprintpreviewgetcanvas
3 wxPrintPreview::GetCurrentPage=wxprintpreviewgetcurrentpage
3 wxPrintPreview::SetZoom=wxprintpreviewsetzoom
2 wxPostScriptDC
3 wxPostScriptDC=wxpostscriptdc
-3 wxPostScriptDC::wxPostScriptDC=topic568
-3 wxPostScriptDC::GetStream=topic569
+3 wxPostScriptDC::wxPostScriptDC=topic571
+3 wxPostScriptDC::GetStream=topic572
2 wxQueryCol
3 wxQueryCol=wxquerycol
-3 wxQueryCol::wxQueryCol=topic570
-3 wxQueryCol::~wxQueryCol=topic571
-3 wxQueryCol::BindVar=topic572
-3 wxQueryCol::FillVar=topic573
-3 wxQueryCol::GetData=topic574
-3 wxQueryCol::GetName=topic575
-3 wxQueryCol::GetType=topic576
-3 wxQueryCol::GetSize=topic577
-3 wxQueryCol::IsRowDirty=topic578
-3 wxQueryCol::IsNullable=topic579
-3 wxQueryCol::AppendField=topic580
-3 wxQueryCol::SetData=topic581
-3 wxQueryCol::SetName=topic582
-3 wxQueryCol::SetNullable=topic583
-3 wxQueryCol::SetFieldDirty=topic584
-3 wxQueryCol::SetType=topic585
+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=topic586
-3 wxQueryField::~wxQueryField=topic587
-3 wxQueryField::AllocData=topic588
-3 wxQueryField::ClearData=topic589
-3 wxQueryField::GetData=topic590
-3 wxQueryField::GetSize=topic591
-3 wxQueryField::GetType=topic592
-3 wxQueryField::IsDirty=topic593
-3 wxQueryField::SetData=topic594
-3 wxQueryField::SetDirty=topic595
-3 wxQueryField::SetSize=topic596
-3 wxQueryField::SetType=topic597
+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=topic598
+3 wxRealPoint::wxRealPoint=topic603
2 wxRect
3 wxRect=wxrect
-3 wxRect::wxRect=topic599
-3 wxRect::x=topic600
-3 wxRect::y=topic601
-3 wxRect::width=topic602
-3 wxRect::height=topic603
+3 wxRect::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::SetWidth=wxrectsetwidth
3 wxRect::SetX=wxrectsetx
3 wxRect::SetY=wxrectsety
-3 wxRect::operator ==topic604
-3 wxRect::operator ===topic605
-3 wxRect::operator !==topic606
+3 wxRect::operator ==topic609
+3 wxRect::operator ===topic610
+3 wxRect::operator !==topic611
2 wxRecordSet
3 wxRecordSet=wxrecordset
-3 wxRecordSet::wxRecordSet=topic607
-3 wxRecordSet::~wxRecordSet=topic608
-3 wxRecordSet::AddNew=topic609
-3 wxRecordSet::BeginQuery=topic610
-3 wxRecordSet::BindVar=topic611
-3 wxRecordSet::CanAppend=topic612
-3 wxRecordSet::Cancel=topic613
-3 wxRecordSet::CanRestart=topic614
-3 wxRecordSet::CanScroll=topic615
-3 wxRecordSet::CanTransact=topic616
-3 wxRecordSet::CanUpdate=topic617
-3 wxRecordSet::ConstructDefaultSQL=topic618
-3 wxRecordSet::Delete=topic619
-3 wxRecordSet::Edit=topic620
-3 wxRecordSet::EndQuery=topic621
+3 wxRecordSet::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=topic622
-3 wxRecordSet::GetColName=topic623
-3 wxRecordSet::GetColType=topic624
-3 wxRecordSet::GetColumns=topic625
-3 wxRecordSet::GetCurrentRecord=topic626
-3 wxRecordSet::GetDatabase=topic627
+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=topic628
-3 wxRecordSet::GetDefaultSQL=topic629
-3 wxRecordSet::GetErrorCode=topic630
+3 wxRecordSet::GetDefaultConnect=topic633
+3 wxRecordSet::GetDefaultSQL=topic634
+3 wxRecordSet::GetErrorCode=topic635
3 wxRecordSet::GetFieldData=wxrecordsetgetfielddata
3 wxRecordSet::GetFieldDataPtr=wxrecordsetgetfielddataptr
-3 wxRecordSet::GetFilter=topic631
-3 wxRecordSet::GetForeignKeys=topic632
-3 wxRecordSet::GetNumberCols=topic633
-3 wxRecordSet::GetNumberFields=topic634
-3 wxRecordSet::GetNumberParams=topic635
-3 wxRecordSet::GetNumberRecords=topic636
-3 wxRecordSet::GetPrimaryKeys=topic637
-3 wxRecordSet::GetOptions=topic638
-3 wxRecordSet::GetResultSet=topic639
-3 wxRecordSet::GetSortString=topic640
-3 wxRecordSet::GetSQL=topic641
-3 wxRecordSet::GetTableName=topic642
-3 wxRecordSet::GetTables=topic643
-3 wxRecordSet::GetType=topic644
-3 wxRecordSet::GoTo=topic645
-3 wxRecordSet::IsBOF=topic646
-3 wxRecordSet::IsFieldDirty=topic647
-3 wxRecordSet::IsFieldNull=topic648
-3 wxRecordSet::IsColNullable=topic649
-3 wxRecordSet::IsEOF=topic650
-3 wxRecordSet::IsDeleted=topic651
-3 wxRecordSet::IsOpen=topic652
-3 wxRecordSet::Move=topic653
-3 wxRecordSet::MoveFirst=topic654
-3 wxRecordSet::MoveLast=topic655
+3 wxRecordSet::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=topic656
-3 wxRecordSet::RecordCountFinal=topic657
-3 wxRecordSet::Requery=topic658
-3 wxRecordSet::SetFieldDirty=topic659
-3 wxRecordSet::SetDefaultSQL=topic660
-3 wxRecordSet::SetFieldNull=topic661
-3 wxRecordSet::SetOptions=topic662
-3 wxRecordSet::SetTableName=topic663
-3 wxRecordSet::SetType=topic664
-3 wxRecordSet::Update=topic665
-2 wxRadioBox
-3 wxRadioBox=wxradiobox
-3 wxRadioBox::wxRadioBox=wxradioboxconstr
-3 wxRadioBox::~wxRadioBox=topic666
-3 wxRadioBox::Create=wxradioboxcreate
-3 wxRadioBox::Enable=wxradioboxenable
-3 wxRadioBox::FindString=wxradioboxfindstring
-3 wxRadioBox::GetLabel=wxradioboxgetlabel
-3 wxRadioBox::GetSelection=wxradioboxgetselection
-3 wxRadioBox::GetStringSelection=wxradioboxgetstringselection
-3 wxRadioBox::Number=wxradioboxnumber
-3 wxRadioBox::SetLabel=wxradioboxsetlabel
-3 wxRadioBox::SetSelection=wxradioboxsetselection
-3 wxRadioBox::SetStringSelection=wxradioboxsetstringselection
-3 wxRadioBox::Show=wxradioboxshow
-3 wxRadioBox::GetString=wxradioboxgetstring
-2 wxRadioButton
-3 wxRadioButton=wxradiobutton
-3 wxRadioButton::wxRadioButton=wxradiobuttonconstr
-3 wxRadioButton::~wxRadioButton=topic667
-3 wxRadioButton::Create=wxradiobuttoncreate
-3 wxRadioButton::GetValue=wxradiobuttongetvalue
-3 wxRadioButton::SetValue=wxradiobuttonsetvalue
+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=topic668
+3 wxScreenDC::wxScreenDC=topic672
3 wxScreenDC::StartDrawingOnTop=wxscreendcstartdrawingontop
3 wxScreenDC::EndDrawingOnTop=wxscreendcenddrawingontop
2 wxScrollBar
3 wxScrollBar=wxscrollbar
3 wxScrollBar::wxScrollBar=wxscrollbarconstr
-3 wxScrollBar::~wxScrollBar=topic669
+3 wxScrollBar::~wxScrollBar=topic673
3 wxScrollBar::Create=wxscrollbarcreate
3 wxScrollBar::GetRange=wxscrollbargetrange
3 wxScrollBar::GetPageSize=wxscrollbargetpagesize
3 wxScrollBar::SetScrollbar=wxscrollbarsetscrollbar
2 wxScrollEvent
3 wxScrollEvent=wxscrollevent
-3 wxScrollEvent::wxScrollEvent=topic670
+3 wxScrollEvent::wxScrollEvent=topic674
3 wxScrollEvent::GetOrientation=wxscrolleventgetorientation
3 wxScrollEvent::GetPosition=wxscrolleventgetposition
2 wxScrolledWindow
3 wxScrolledWindow=wxscrolledwindow
3 wxScrolledWindow::wxScrolledWindow=wxscrolledwindowconstr
-3 wxScrolledWindow::~wxScrolledWindow=topic671
+3 wxScrolledWindow::~wxScrolledWindow=topic675
3 wxScrolledWindow::Create=wxscrolledwindowcreate
3 wxScrolledWindow::EnableScrolling=wxscrolledwindowenablescrolling
3 wxScrolledWindow::GetScrollPixelsPerUnit=wxscrolledwindowgetscrollpixelsperunit
2 wxSingleChoiceDialog
3 wxSingleChoiceDialog=wxsinglechoicedialog
3 wxSingleChoiceDialog::wxSingleChoiceDialog=wxsinglechoicedialogconstr
-3 wxSingleChoiceDialog::~wxSingleChoiceDialog=topic672
-3 wxSingleChoiceDialog::GetSelection=topic673
-3 wxSingleChoiceDialog::GetSelectionClientData=topic674
-3 wxSingleChoiceDialog::GetStringSelection=topic675
+3 wxSingleChoiceDialog::~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=topic676
-3 wxSize::x=topic677
-3 wxSize::y=topic678
+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 ==topic679
+3 wxSize::operator ==topic683
2 wxSizeEvent
3 wxSizeEvent=wxsizeevent
-3 wxSizeEvent::wxSizeEvent=topic680
+3 wxSizeEvent::wxSizeEvent=topic684
3 wxSizeEvent::GetSize=wxsizeeventgetsize
2 wxSlider
3 wxSlider=wxslider
3 wxSlider::wxSlider=wxsliderconstr
-3 wxSlider::~wxSlider=topic681
+3 wxSlider::~wxSlider=topic685
3 wxSlider::ClearSel=wxsliderclearsel
3 wxSlider::ClearTicks=wxsliderclearticks
3 wxSlider::Create=wxslidercreate
2 wxSpinButton
3 wxSpinButton=wxspinbutton
3 wxSpinButton::wxSpinButton=wxspinbuttonconstr
-3 wxSpinButton::~wxSpinButton=topic682
+3 wxSpinButton::~wxSpinButton=topic686
3 wxSpinButton::Create=wxspinbuttoncreate
3 wxSpinButton::GetMax=wxspinbuttongetmax
3 wxSpinButton::GetMin=wxspinbuttongetmin
2 wxSplitterWindow
3 wxSplitterWindow=wxsplitterwindow
3 wxSplitterWindow::wxSplitterWindow=wxsplitterwindowconstr
-3 wxSplitterWindow::~wxSplitterWindow=topic683
+3 wxSplitterWindow::~wxSplitterWindow=topic687
3 wxSplitterWindow::Create=wxsplitterwindowcreate
3 wxSplitterWindow::GetMinimumPaneSize=wxsplitterwindowgetminimumpanesize
3 wxSplitterWindow::GetSashPosition=wxsplitterwindowgetsashposition
2 wxStaticBox
3 wxStaticBox=wxstaticbox
3 wxStaticBox::wxStaticBox=wxstaticboxconstr
-3 wxStaticBox::~wxStaticBox=topic684
+3 wxStaticBox::~wxStaticBox=topic688
3 wxStaticBox::Create=wxstaticboxcreate
2 wxStaticText
3 wxStaticText=wxstatictext
2 wxStatusBar
3 wxStatusBar=wxstatusbar
3 wxStatusBar::wxStatusBar=wxstatusbarconstr
-3 wxStatusBar::~wxStatusBar=topic685
+3 wxStatusBar::~wxStatusBar=topic689
3 wxStatusBar::Create=wxstatusbarcreate
3 wxStatusBar::GetFieldRect=wxstatusbargetfieldrect
3 wxStatusBar::GetFieldsCount=wxstatusbargetfieldscount
3 Split=wxstringSplit
2 wxStringList
3 wxStringList=wxstringlist
-3 wxStringList::wxStringList=topic686
-3 wxStringList::~wxStringList=topic687
-3 wxStringList::Add=topic688
-3 wxStringList::Delete=topic689
-3 wxStringList::ListToArray=topic690
-3 wxStringList::Member=topic691
-3 wxStringList::Sort=topic692
+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=topic693
+3 wxSysColourChangedEvent::wxSysColourChanged=topic697
2 wxSystemSettings
3 wxSystemSettings=wxsystemsettings
-3 wxSystemSettings::wxSystemSettings=topic694
+3 wxSystemSettings::wxSystemSettings=topic698
3 wxSystemSettings::GetSystemColour=wxsystemsettingsgetsystemcolour
3 wxSystemSettings::GetSystemFont=wxsystemsettingsgetsystemfont
3 wxSystemSettings::GetSystemMetric=wxsystemsettingsgetsystemmetric
2 wxTabbedDialog
-3 wxTabbedDialog=wxtabbeddialogbox
-3 wxTabbedDialog::wxTabbedDialog=topic695
-3 wxTabbedDialog::~wxTabbedDialog=topic696
-3 wxTabbedDialog::SetTabView=topic697
-3 wxTabbedDialog::GetTabView=topic698
+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=topic699
-3 wxTabbedPanel::SetTabView=topic700
-3 wxTabbedPanel::GetTabView=topic701
+3 wxTabbedPanel::wxTabbedPanel=topic703
+3 wxTabbedPanel::SetTabView=topic704
+3 wxTabbedPanel::GetTabView=topic705
2 wxTabControl
3 wxTabControl=wxtabcontrol
-3 wxTabControl::wxTabControl=topic702
-3 wxTabControl::GetColPosition=topic703
-3 wxTabControl::GetFont=topic704
-3 wxTabControl::GetHeight=topic705
-3 wxTabControl::GetId=topic706
-3 wxTabControl::GetLabel=topic707
-3 wxTabControl::GetRowPosition=topic708
-3 wxTabControl::GetSelected=topic709
-3 wxTabControl::GetWidth=topic710
-3 wxTabControl::GetX=topic711
-3 wxTabControl::GetY=topic712
-3 wxTabControl::HitTest=topic713
-3 wxTabControl::OnDraw=topic714
-3 wxTabControl::SetColPosition=topic715
-3 wxTabControl::SetFont=topic716
-3 wxTabControl::SetId=topic717
-3 wxTabControl::SetLabel=topic718
-3 wxTabControl::SetPosition=topic719
-3 wxTabControl::SetRowPosition=topic720
-3 wxTabControl::SetSelected=topic721
-3 wxTabControl::SetSize=topic722
+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=topic723
+3 wxTabView::wxTabView=topic727
3 wxTabView::AddTab=wxtabviewaddtab
3 wxTabView::CalculateTabWidth=wxtabviewcalculatetabwidth
-3 wxTabView::ClearTabs=topic724
-3 wxTabView::Draw=topic725
-3 wxTabView::FindTabControlForId=topic726
-3 wxTabView::FindTabControlForPosition=topic727
-3 wxTabView::GetBackgroundBrush=topic728
-3 wxTabView::GetBackgroundColour=topic729
-3 wxTabView::GetBackgroundPen=topic730
-3 wxTabView::GetHighlightColour=topic731
-3 wxTabView::GetHighlightPen=topic732
-3 wxTabView::GetHorizontalTabOffset=topic733
-3 wxTabView::GetNumberOfLayers=topic734
-3 wxTabView::GetSelectedTabFont=topic735
-3 wxTabView::GetShadowColour=topic736
-3 wxTabView::GetTabHeight=topic737
-3 wxTabView::GetTabFont=topic738
-3 wxTabView::GetTabSelectionHeight=topic739
-3 wxTabView::GetTabStyle=topic740
-3 wxTabView::GetTabWidth=topic741
-3 wxTabView::GetTextColour=topic742
-3 wxTabView::GetTopMargin=topic743
-3 wxTabView::GetShadowPen=topic744
-3 wxTabView::GetViewRect=topic745
-3 wxTabView::GetVerticalTabTextSpacing=topic746
-3 wxTabView::GetWindow=topic747
-3 wxTabView::OnCreateTabControl=topic748
-3 wxTabView::Layout=topic749
-3 wxTabView::OnEvent=topic750
-3 wxTabView::OnTabActivate=topic751
-3 wxTabView::OnTabPreActivate=topic752
-3 wxTabView::SetBackgroundColour=topic753
-3 wxTabView::SetHighlightColour=topic754
-3 wxTabView::SetHorizontalTabOffset=topic755
-3 wxTabView::SetSelectedTabFont=topic756
-3 wxTabView::SetShadowColour=topic757
-3 wxTabView::SetTabFont=topic758
-3 wxTabView::SetTabStyle=topic759
-3 wxTabView::SetTabSize=topic760
-3 wxTabView::SetTabSelectionHeight=topic761
-3 wxTabView::SetTabSelection=topic762
-3 wxTabView::SetTextColour=topic763
-3 wxTabView::SetTopMargin=topic764
-3 wxTabView::SetVerticalTabTextSpacing=topic765
+3 wxTabView::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=topic766
+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=topic767
+3 wxTextCtrl::~wxTextCtrl=topic773
3 wxTextCtrl::Clear=wxtextctrlclear
3 wxTextCtrl::Copy=wxtextctrlcopy
3 wxTextCtrl::Create=wxtextctrlcreate
3 wxTextCtrl::Cut=wxtextctrlcut
-3 wxTextCtrl::DiscardEdits=topic768
+3 wxTextCtrl::DiscardEdits=topic774
3 wxTextCtrl::GetInsertionPoint=wxtextctrlgetinsertionpoint
3 wxTextCtrl::GetLastPosition=wxtextctrlgetlastposition
3 wxTextCtrl::GetLineLength=wxtextctrlgetlinelength
2 wxTextEntryDialog
3 wxTextEntryDialog=wxtextentrydialog
3 wxTextEntryDialog::wxTextEntryDialog=wxtextentrydialogconstr
-3 wxTextEntryDialog::~wxTextEntryDialog=topic769
+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=topic770
+3 wxTextValidator::~wxTextValidator=topic776
3 wxTextValidator::Clone=wxtextvalidatorclone
3 wxTextValidator::GetExcludeList=wxtextvalidatorgetexcludelist
3 wxTextValidator::GetIncludeList=wxtextvalidatorgetincludelist
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=topic771
-3 wxTimer::~wxTimer=topic772
-3 wxTimer::Interval=topic773
-3 wxTimer::Notify=topic774
-3 wxTimer::Start=topic775
-3 wxTimer::Stop=topic776
-2 wxTreeCtrl
-3 wxTreeCtrl=wxtreectrl
-3 wxTreeCtrl::wxTreeCtrl=wxtreectrlconstr
-3 wxTreeCtrl::~wxTreeCtrl=topic777
-3 wxTreeCtrl::Create=wxtreectrlcreate
-3 wxTreeCtrl::DeleteAllItems=wxtreectrldeleteallitems
-3 wxTreeCtrl::DeleteItem=wxtreectrldeleteitem
-3 wxTreeCtrl::Edit=wxtreectrledit
-3 wxTreeCtrl::EnsureVisible=wxtreectrlensurevisible
-3 wxTreeCtrl::ExpandItem=wxtreectrlexpanditem
-3 wxTreeCtrl::GetChild=wxtreectrlgetchild
-3 wxTreeCtrl::GetCount=wxtreectrlgetcount
-3 wxTreeCtrl::GetEditControl=wxtreectrlgeteditcontrol
-3 wxTreeCtrl::GetFirstVisibleItem=wxtreectrlgetfirstvisibleitem
-3 wxTreeCtrl::GetImageList=wxtreectrlgetimagelist
-3 wxTreeCtrl::GetIndent=wxtreectrlgetindent
-3 wxTreeCtrl::GetItem=wxtreectrlgetitem
-3 wxTreeCtrl::GetItemData=wxtreectrlgetitemdata
-3 wxTreeCtrl::GetItemRect=wxtreectrlgetitemrect
-3 wxTreeCtrl::GetItemState=wxtreectrlgetitemstate
-3 wxTreeCtrl::GetItemText=wxtreectrlgetitemtext
-3 wxTreeCtrl::GetNextItem=wxtreectrlgetnextitem
-3 wxTreeCtrl::GetNextVisibleItem=wxtreectrlgetnextvisibleitem
-3 wxTreeCtrl::GetParent=wxtreectrlgetparent
-3 wxTreeCtrl::GetRootItem=wxtreectrlgetrootitem
-3 wxTreeCtrl::GetSelection=wxtreectrlgetselection
-3 wxTreeCtrl::HitTest=wxtreectrlhittest
-3 wxTreeCtrl::InsertItem=wxtreectrlinsertitem
-3 wxTreeCtrl::ItemHasChildren=wxtreectrlitemhaschildren
-3 wxTreeCtrl::ScrollTo=wxtreectrlscrollto
-3 wxTreeCtrl::SelectItem=wxtreectrlselectitem
-3 wxTreeCtrl::SetIndent=wxtreectrlsetindent
-3 wxTreeCtrl::SetImageList=wxtreectrlsetimagelist
-3 wxTreeCtrl::SetItem=wxtreectrlsetitem
-3 wxTreeCtrl::SetItemImage=wxtreectrlsetitemimage
-3 wxTreeCtrl::SetItemState=wxtreectrlsetitemstate
-3 wxTreeCtrl::SetItemText=wxtreectrlsetitemtext
-3 wxTreeCtrl::SetItemData=wxtreectrlsetitemdata
-3 wxTreeCtrl::SortChildren=wxtreectrlsortchildren
-2 wxTreeEvent
-3 wxTreeEvent=wxtreeevent
-3 wxTreeEvent::wxTreeEvent=topic778
-3 wxTreeEvent::m_code=topic779
-3 wxTreeEvent::m_itemIndex=topic780
-3 wxTreeEvent::m_oldItem=topic781
-3 wxTreeEvent::m_pointDrag=topic782
+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=topic783
+3 wxToolBarBase::~wxToolBarBase=topic784
3 wxToolBarBase::AddSeparator=wxtoolbarbaseaddseparator
3 wxToolBarBase::AddTool=wxtoolbarbaseaddtool
3 wxToolBarBase::CreateTools=wxtoolbarbasecreatetools
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=topic784
-3 wxUpdateIterator::GetX=topic785
-3 wxUpdateIterator::GetY=topic786
-3 wxUpdateIterator::GetWidth=topic787
-3 wxUpdateIterator::GetHeight=topic788
-3 wxUpdateIterator::operator ++=topic789
+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=topic790
-3 wxUpdateUIEvent::m_checked=topic791
-3 wxUpdateUIEvent::m_enabled=topic792
-3 wxUpdateUIEvent::m_setChecked=topic793
-3 wxUpdateUIEvent::m_setEnabled=topic794
-3 wxUpdateUIEvent::m_setText=topic795
-3 wxUpdateUIEvent::m_text=topic796
+3 wxUpdateUIEvent::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
2 wxValidator
3 wxValidator=wxvalidator
3 wxValidator::wxValidator=wxvalidatorconstr
-3 wxValidator::~wxValidator=topic797
+3 wxValidator::~wxValidator=topic804
3 wxValidator::Clone=wxvalidatorclone
3 wxValidator::GetWindow=wxvalidatorgetwindow
3 wxValidator::SetWindow=wxvalidatorsetwindow
3 wxValidator::Validate=wxvalidatorvalidate
2 wxView
3 wxView=wxview
-3 wxView::m_viewDocument=topic798
-3 wxView::m_viewFrame=topic799
-3 wxView::m_viewTypeName=topic800
-3 wxView::wxView=topic801
-3 wxView::~wxView=topic802
-3 wxView::Activate=topic803
-3 wxView::Close=topic804
-3 wxView::GetDocument=topic805
-3 wxView::GetDocumentManager=topic806
-3 wxView::GetFrame=topic807
-3 wxView::GetViewName=topic808
-3 wxView::OnActivateView=topic809
-3 wxView::OnChangeFilename=topic810
-3 wxView::OnClose=topic811
-3 wxView::OnCreate=topic812
-3 wxView::OnCreatePrintout=topic813
-3 wxView::OnUpdate=topic814
-3 wxView::SetDocument=topic815
-3 wxView::SetFrame=topic816
-3 wxView::SetViewName=topic817
+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=topic818
-3 wxWindow::~wxWindow=topic819
-3 wxWindow::AddChild=topic820
+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=topic821
+3 wxWindow::ClientToScreen=topic829
3 wxWindow::Close=wxwindowclose
3 wxWindow::Destroy=wxwindowdestroy
-3 wxWindow::DestroyChildren=topic822
+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=topic823
-3 wxWindow::GetCharWidth=topic824
-3 wxWindow::GetChildren=topic825
+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=topic826
-3 wxWindow::GetHandle=topic827
+3 wxWindow::GetGrandParent=topic834
+3 wxWindow::GetHandle=topic835
3 wxWindow::GetId=wxwindowgetid
-3 wxWindow::GetPosition=topic828
-3 wxWindow::GetLabel=topic829
+3 wxWindow::GetPosition=topic836
+3 wxWindow::GetLabel=topic837
3 wxWindow::GetName=wxwindowgetname
-3 wxWindow::GetParent=topic830
+3 wxWindow::GetParent=topic838
3 wxWindow::GetReturnCode=wxwindowgetreturncode
3 wxWindow::GetScrollThumb=wxwindowgetscrollthumb
3 wxWindow::GetScrollPos=wxwindowgetscrollpos
3 wxWindow::GetScrollRange=wxwindowgetscrollrange
-3 wxWindow::GetSize=topic831
-3 wxWindow::GetTextExtent=topic832
+3 wxWindow::GetSize=topic839
+3 wxWindow::GetTextExtent=topic840
3 wxWindow::GetTitle=wxwindowgettitle
-3 wxWindow::GetWindowStyleFlag=topic833
+3 wxWindow::GetWindowStyleFlag=topic841
3 wxWindow::InitDialog=wxwindowinitdialog
3 wxWindow::IsEnabled=wxwindowisenabled
3 wxWindow::IsRetained=wxwindowisretained
3 wxWindow::Refresh=wxwindowrefresh
3 wxWindow::ReleaseMouse=wxwindowreleasemouse
3 wxWindow::RemoveChild=wxwindowremovechild
-3 wxWindow::ScreenToClient=topic834
+3 wxWindow::ScreenToClient=topic842
3 wxWindow::ScrollWindow=wxwindowscrollwindow
3 wxWindow::SetAutoLayout=wxwindowsetautolayout
3 wxWindow::SetBackgroundColour=wxwindowsetbackgroundcolour
3 wxWindow::SetScrollPos=wxwindowsetscrollpos
3 wxWindow::SetSize=wxwindowsetsize
3 wxWindow::SetSizeHints=wxwindowsetsizehints
-3 wxWindow::SetClientSize=topic835
-3 wxWindow::SetPalette=topic836
+3 wxWindow::SetClientSize=topic843
+3 wxWindow::SetPalette=topic844
3 wxWindow::SetCursor=wxwindowsetcursor
3 wxWindow::SetEventHandler=wxwindowseteventhandler
3 wxWindow::SetTitle=wxwindowsettitle
-3 wxWindow::Show=topic837
+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=topic838
+3 wxWindowDC::wxWindowDC=topic846
1 Functions
2 Functions=functions
2 File functions
3 File functions=filefunctions
-3 ::wxDirExists=topic839
-3 ::wxDos2UnixFilename=topic840
-3 ::wxFileExists=topic841
-3 ::wxFileNameFromPath=topic842
+3 ::wxDirExists=topic847
+3 ::wxDos2UnixFilename=topic848
+3 ::wxFileExists=topic849
+3 ::wxFileNameFromPath=topic850
3 ::wxFindFirstFile=wxfindfirstfile
3 ::wxFindNextFile=wxfindnextfile
-3 ::wxIsAbsolutePath=topic843
-3 ::wxPathOnly=topic844
-3 ::wxUnix2DosFilename=topic845
-3 ::wxConcatFiles=topic846
-3 ::wxCopyFile=topic847
+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=topic848
-3 ::wxGetTempFileName=topic849
+3 ::wxGetWorkingDirectory=topic856
+3 ::wxGetTempFileName=topic857
3 ::wxIsWild=wxiswild
3 ::wxMatchWild=wxmatchwild
-3 ::wxMkdir=topic850
-3 ::wxRemoveFile=topic851
-3 ::wxRenameFile=topic852
-3 ::wxRmdir=topic853
-3 ::wxSetWorkingDirectory=topic854
+3 ::wxMkdir=topic858
+3 ::wxRemoveFile=topic859
+3 ::wxRenameFile=topic860
+3 ::wxRmdir=topic861
+3 ::wxSetWorkingDirectory=topic862
2 String functions
-3 String functions=topic855
-3 ::copystring=topic856
-3 ::wxStringMatch=topic857
+3 String functions=topic863
+3 ::copystring=topic864
+3 ::wxStringMatch=topic865
3 ::wxStringEq=wxstringeq
3 ::wxTransferFileToStream=wxtransferfiletostream
3 ::wxTransferStreamToFile=wxtransferstreamtofile
3 ::wxMessageBox=wxmessagebox
2 GDI functions
3 GDI functions=gdifunctions
-3 ::wxColourDisplay=topic858
-3 ::wxDisplayDepth=topic859
+3 ::wxColourDisplay=topic866
+3 ::wxDisplayDepth=topic867
3 ::wxMakeMetaFilePlaceable=wxmakemetafileplaceable
3 ::wxSetCursor=wxsetcursor
2 System event functions
-3 System event functions=topic860
-3 ::wxAddPrimaryEventHandler=topic861
-3 ::wxAddSecondaryEventHandler=topic862
-3 ::wxNotifyEvent=topic863
-3 ::wxRegisterEventClass=topic864
-3 ::wxRegisterEventName=topic865
-3 ::wxRegisterExternalEventHandlers=topic866
-3 ::wxRemoveSecondaryEventHandler=topic867
+3 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=topic868
-3 ::wxGetPrinterFile=topic869
-3 ::wxGetPrinterMode=topic870
-3 ::wxGetPrinterOptions=topic871
-3 ::wxGetPrinterOrientation=topic872
-3 ::wxGetPrinterPreviewCommand=topic873
-3 ::wxGetPrinterScaling=topic874
-3 ::wxGetPrinterTranslation=topic875
-3 ::wxSetPrinterCommand=topic876
-3 ::wxSetPrinterFile=topic877
-3 ::wxSetPrinterMode=topic878
-3 ::wxSetPrinterOptions=topic879
-3 ::wxSetPrinterOrientation=topic880
-3 ::wxSetPrinterPreviewCommand=topic881
-3 ::wxSetPrinterScaling=topic882
-3 ::wxSetPrinterTranslation=topic883
+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=topic884
-3 ::wxCloseClipboard=topic885
-3 ::wxEmptyClipboard=topic886
-3 ::wxEnumClipboardFormats=topic887
-3 ::wxGetClipboardData=topic888
-3 ::wxGetClipboardFormatName=topic889
-3 ::wxIsClipboardFormatAvailable=topic890
-3 ::wxOpenClipboard=topic891
-3 ::wxRegisterClipboardFormat=topic892
-3 ::wxSetClipboardData=topic893
+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=topic894
-3 ::RegisterId=topic895
+3 ::NewId=topic902
+3 ::RegisterId=topic903
3 ::wxBeginBusyCursor=wxbeginbusycursor
-3 ::wxBell=topic896
+3 ::wxBell=topic904
3 ::wxCleanUp=wxcleanup
3 ::wxCreateDynamicObject=wxcreatedynamicobject
-3 ::wxDebugMsg=topic897
-3 ::wxDisplaySize=topic898
+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=topic899
-3 ::wxFindWindowByLabel=topic900
+3 ::wxFindMenuItemId=topic907
+3 ::wxFindWindowByLabel=topic908
3 ::wxFindWindowByName=wxfindwindowbyname
3 ::wxGetActiveWindow=wxgetactivewindow
3 ::wxGetDisplayName=wxgetdisplayname
-3 ::wxGetHomeDir=topic901
-3 ::wxGetHostName=topic902
+3 ::wxGetHomeDir=topic909
+3 ::wxGetHostName=topic910
3 ::wxGetElapsedTime=wxgetelapsedtime
-3 ::wxGetFreeMemory=topic903
-3 ::wxGetMousePosition=topic904
-3 ::wxGetOsVersion=topic905
+3 ::wxGetFreeMemory=topic911
+3 ::wxGetMousePosition=topic912
+3 ::wxGetOsVersion=topic913
3 ::wxGetResource=wxgetresource
-3 ::wxGetUserId=topic906
-3 ::wxGetUserName=topic907
+3 ::wxGetUserId=topic914
+3 ::wxGetUserName=topic915
3 ::wxKill=wxkill
3 ::wxInitClipboard=wxinitclipboard
3 ::wxIPCCleanUp=wxipccleanup
3 ::wxPostDelete=wxpostdelete
3 ::wxSetDisplayName=wxsetdisplayname
3 ::wxShell=wxshell
-3 ::wxSleep=topic908
-3 ::wxStripMenuCodes=topic909
+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=topic910
+3 ::wxYield=topic918
2 Macros
3 Macros=macros
3 CLASSINFO=classinfo
3 WXDEBUG_NEW=debugnew
-3 DECLARE_ABSTRACT_CLASS=topic911
+3 DECLARE_ABSTRACT_CLASS=topic919
3 DECLARE_APP=declareapp
-3 DECLARE_CLASS=topic912
-3 DECLARE_DYNAMIC_CLASS=topic913
-3 IMPLEMENT_ABSTRACT_CLASS=topic914
-3 IMPLEMENT_ABSTRACT_CLASS2=topic915
+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=topic916
-3 IMPLEMENT_CLASS2=topic917
-3 IMPLEMENT_DYNAMIC_CLASS=topic918
-3 IMPLEMENT_DYNAMIC_CLASS2=topic919
+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=topic920
-3 ::wxResourceCreateBitmap=topic921
-3 ::wxResourceCreateIcon=topic922
-3 ::wxResourceCreateMenuBar=topic923
-3 ::wxResourceGetIdentifier=topic924
+3 ::wxResourceClear=topic928
+3 ::wxResourceCreateBitmap=topic929
+3 ::wxResourceCreateIcon=topic930
+3 ::wxResourceCreateMenuBar=topic931
+3 ::wxResourceGetIdentifier=topic932
3 ::wxResourceParseData=wxresourcedata
-3 ::wxResourceParseFile=topic925
+3 ::wxResourceParseFile=topic933
3 ::wxResourceParseString=wxresourceparsestring
3 ::wxResourceRegisterBitmapData=registerbitmapdata
-3 ::wxResourceRegisterIconData=topic926
+3 ::wxResourceRegisterIconData=topic934
1 Classes by category
2 Classes by category=classesbycat
1 Topic overviews
2 wxApp overview=wxappoverview
2 Bitmaps overview
3 Bitmaps overview=wxbitmapoverview
-3 Loading bitmaps: further information=topic927
-3 Bitmap format handlers=topic928
+3 Loading bitmaps: further information=topic935
+3 Bitmap format handlers=topic936
3 wxIcon overview=wxiconoverview
2 wxDialog overview
3 wxDialog overview=wxdialogoverview
3 Font overview=wxfontoverview
2 wxString overview
3 wxString overview=wxstringoverview
-3 Copyright of the original GNU code portion=topic929
-3 Features/Additions/Modifications=topic930
-3 Function calls=topic931
-3 Header files=topic932
-3 Test program=topic933
-3 Compilers=topic934
+3 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=topic935
-4 The wxString class=topic936
-4 Constructor examples=topic937
-4 Examples=topic938
-4 Comparing, Searching and Matching examples=topic939
-4 Substring extraction examples=topic940
-4 Concatenation examples=topic941
-4 Other manipulation examples=topic942
-4 Reading, Writing and Conversion examples=topic943
+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=topic944
-4 Syntax of Regular Expressions=topic945
+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=topic946
+3 Example=topic954
2 wxTreeCtrl overview
3 wxTreeCtrl overview=wxtreectrloverview
2 wxListCtrl overview
3 wxMultipleChoiceDialog overview=wxmultiplechoicedialogoverview
2 Constraints overview
3 Constraints overview=constraintsoverview
-3 Constraint layout: more detail=topic947
+3 Constraint layout: more detail=topic955
3 Window layout examples
4 Window layout examples=layoutexamples
-4 Example 1: subwindow layout=topic948
-4 Example 2: panel item layout=topic949
+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=topic950
+3 Procedures for writing an ODBC application=topic958
3 wxDatabase overview=wxdatabaseoverview
3 wxQueryCol overview=wxquerycoloverview
3 wxQueryField overview=wxqueryfieldoverview
3 ODBC SQL data types=sqltypes
3 A selection of SQL commands
4 A selection of SQL commands=sqlcommands
-4 Create=topic951
-4 Insert=topic952
-4 Select=topic953
-4 Update=topic954
+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 wxWindows predefined command identifiers=predefinedids
2 Event handling overview
3 Event handling overview=eventhandlingoverview
-3 Introduction=topic955
+3 Introduction=topic963
3 How events are processed=eventprocessing
-3 Pluggable event handlers=topic956
+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=topic957
-3 Examples=topic958
-3 More DDE details=topic959
+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=topic960
-3 Dialog resource format=topic961
-3 Menubar resource format=topic962
-3 Bitmap resource format=topic963
-3 Icon resource format=topic964
-3 Resource format design issues=topic965
-3 Compiling the resource system=topic966
+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=topic967
+3 Example=topic975
2 Window styles
3 Window styles=windowstyles
2 Tab classes overview
3 Tab classes overview=wxtaboverview
-3 Example=topic968
-3 wxTab change log=topic969
+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=topic970
+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=topic971
-3 wxExpr compilation=topic972
-3 Bugs=topic973
-3 Using wxExpr=topic974
+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=topic975
+3 Example=topic983
2 Notes on using the reference
3 Notes on using the reference=referencenotes
1 References
[OPTIONS]
-BMROOT=. ; Assume that bitmaps are where the source is
+BMROOT=d:\wx2\wxWindows\docs\latex\wx ; Assume that bitmaps are where the source is
TITLE=wxWindows Manual
CONTENTS=Contents
COMPRESS=HIGH