compile fixes for EMX
minor doc updates minor fixes for problems with rdrag and ldrag in tree ctrl and list ctrl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -214,14 +214,13 @@ Applicable to single selection list boxes only.
|
||||
|
||||
\membersection{wxListBox::GetSelections}\label{wxlistboxgetselections}
|
||||
|
||||
\constfunc{int}{GetSelections}{\param{int **}{selections}}
|
||||
\constfunc{int}{GetSelections}{\param{wxArrayInt&}{selections}}
|
||||
|
||||
Gets an array containing the positions of the selected strings.
|
||||
Fill an array of ints with the positions of the currently selected items.
|
||||
|
||||
\wxheading{Parameters}
|
||||
|
||||
\docparam{selections}{A pointer to an integer array, which will be allocated by the function if
|
||||
selects are present. Do not deallocate the returned array - it will be deallocated by the listbox.}
|
||||
\docparam{selections}{A reference to an wxArrayInt instance that is used to store the result of the query.}
|
||||
|
||||
\wxheading{Return value}
|
||||
|
||||
|
@@ -780,7 +780,7 @@ Returns TRUE if the window is enabled for input, FALSE otherwise.
|
||||
|
||||
\constfunc{bool}{IsExposed}{\param{int }{x}, \param{int }{y}, \param{int }{w}, \param{int }{h}}
|
||||
|
||||
\constfunc{bool}{IsExposed}{\param{wxRectangle }{&rect}}
|
||||
\constfunc{bool}{IsExposed}{\param{wxRect }{&rect}}
|
||||
|
||||
Returns TRUE if the given point or rectange area has been exposed since the
|
||||
last repaint. Call this in an paint event handler to optimize redrawing by
|
||||
|
Reference in New Issue
Block a user