1. wxTextCtrl compilation fixes for wxGTK and more ugfixes (untested yet)
for wxMSW. Small doc update, too. 2. wxFFile compilation fixes for wxGTK 3. new files added to gtk/Makefile.am git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -390,7 +390,7 @@ Pastes text from the clipboard to the text item.
|
||||
|
||||
\membersection{wxTextCtrl::PositionToXY}\label{wxtextctrlpositiontoxy}
|
||||
|
||||
\constfunc{long}{PositionToXY}{\param{long }{pos}, \param{long *}{x}, \param{long *}{y}}
|
||||
\constfunc{bool}{PositionToXY}{\param{long }{pos}, \param{long *}{x}, \param{long *}{y}}
|
||||
|
||||
Converts given position to a zero-based column, line number pair.
|
||||
|
||||
@@ -404,7 +404,7 @@ Converts given position to a zero-based column, line number pair.
|
||||
|
||||
\wxheading{Return value}
|
||||
|
||||
Non-zero on success, zero on failure (most likely due to a too large position
|
||||
TRUE on success, FALSE on failure (most likely due to a too large position
|
||||
parameter).
|
||||
|
||||
\wxheading{See also}
|
||||
|
Reference in New Issue
Block a user