wxDataObject documented

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1520 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-01-30 00:15:17 +00:00
parent 5d81432a19
commit f37615d789
4 changed files with 62 additions and 31 deletions

View File

@@ -32,12 +32,14 @@ wxCAPTION.}
for Windows, it is implicit in {\bf wxTHICK\_FRAME}).}
\end{twocollist}
See also \helpref{window styles overview}{windowstyles}.
See also \helpref{window styles overview}{windowstyles}. Note that all the window styles
above are ignored under GTK and the mini frame cannot be resized by the user.
\wxheading{Remarks}
This class has miniframe functionality under Windows and GTK+. On other platforms,
it behaves like a normal frame.
This class has miniframe functionality under Windows and GTK, i.e. the presence
of mini frame will not be noted in the task bar and focus behaviour is different.
On other platforms, it behaves like a normal frame.
\wxheading{See also}