• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:array

593 an array reference.}
600 {\tt output} and {\tt errors} are array references.}
606 The second form takes an array of values: a command, any number of
653 \texttt{wxEXEC\_SYNC}) and capture its output in the array \arg{output}. The
655 standard error output in the \arg{errors} array.
671 array, any additional ones are the command parameters and the array must be
1687 found in the given \arg{str} in an array.
1756 cannot be used in some situations, notably for static array
1760 static array of strings containing the weekday names and which have to be
1771 the code wouldn't compile because the function calls are forbidden in the array
2111 {\it selection} array. The initial contents of this array will be used to
2115 which is an array of {\it n} strings for the listbox or by using a single
2125 \perlnote{In wxPerl there is just an array reference in place of {\tt n}
2127 returns an array containing the user selections.}
2201 The number of initially selected choices, and array of the selected indices,
2202 are passed in; this array will contain the user selections on exit, with
2208 {\it choices} is an array of {\it n} strings for the listbox.
2243 which is an array of {\it n} strings for the listbox or by using a single
2253 \perlnote{In wxPerl there is just an array reference in place of {\tt n}
2278 \perlnote{In wxPerl there is just an array reference in place of {\tt n}
2300 As {\bf wxGetSingleChoice} but takes an array of client data pointers
2302 Cancel was pressed. The {\it client\_data} array must have the same number of
2309 \perlnote{In wxPerl there is just an array reference in place of {\tt n}
2310 and {\tt choices}, and the client data array must have the
2311 same length as the choices array.}
3295 a new character array and copies the data into it. A pointer to this data is returned. If unsuccessful, NULL is returned.