• 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:parameter

612 If {\it flags} parameter contains {\tt wxEXEC\_ASYNC} flag (the default), flow
637 the process finishes. Specifying this parameter also allows you to redirect the
731 Returns 0 on success, -1 on failure. If {\it rc} parameter is not NULL, it will
745 The {\it flags} parameter can be wxKILL\_NOCHILDREN (the default),
1165 {\it overwrite} parameter is true (default), the destination file is overwritten
1264 If \arg{overwrite} parameter is true (default), the destination file is
1275 The {\it flags} parameter is reserved for future use.
1604 parameter must contain the singular form of the string to be converted and
1605 is used as the key for the search in the catalog. The \arg{strPlural} parameter
1606 is the plural form (in English). The parameter \arg{n} is used to determine the
1846 parameter, or (in MS Windows or Motif) the wrong window frame may be brought to
2116 {\it aChoices} parameter of type \helpref{wxArrayString}{wxarraystring}.
2126 and {\tt choices}, and no {\tt selections} parameter; the function
2244 {\it aChoices} parameter of type \helpref{wxArrayString}{wxarraystring}.
2737 {\it dataFormat} specifies a known format. If this parameter is zero,
2741 function is successful. It is zero if the {\it dataFormat} parameter specifies
2832 type only once, as the first parameter, and creating a variable of this type
3275 Open the \arg{url} in user's default browser. If \arg{flags} parameter contains
3414 macro is provided to disable the warning in such case. The \arg{name} parameter
4188 then add a \%s format string parameter and then supply a second string parameter for that \%s, the string mask version of wxLogTrace will erroneously get called instead, since you are supplying two string parameters to the function.