]> git.saurik.com Git - wxWidgets.git/commitdiff
wxPerl documentation updates
authorMattia Barbon <mbarbon@cpan.org>
Fri, 5 Jul 2002 16:43:21 +0000 (16:43 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Fri, 5 Jul 2002 16:43:21 +0000 (16:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/bitmap.tex
docs/latex/wx/cursor.tex
docs/latex/wx/dataobj.tex
docs/latex/wx/dobjsmpl.tex
docs/latex/wx/filesysh.tex
docs/latex/wx/icon.tex

index 74e19618575d6c74b15c2a5ff8f25a85f61ed04e..b5082e5dd8da8e7db438e810dcebbac8ff76192a 100644 (file)
@@ -190,6 +190,8 @@ wxImage to a wxBitmap.}
 \item{Wx::Bitmap->new( width, height, depth = -1 )}
 \item{Wx::Bitmap->new( name, type )}
 \item{Wx::Bitmap->new( icon )}
+\item{Wx::Bitmap->newFromBits( bits, width, height, depth = 1 )}
+\item{Wx::Bitmap->newFromXPM( data )}
 \end{itemize}
 }
 
index ec044dc1e01ffe918d78920f7fd2e31443e6958f..bd41f874466d87614fdf3753948bf1ad73cf3c1c 100644 (file)
@@ -166,6 +166,8 @@ hotSpotY=0)}}{Constructs a cursor from a filename}
 \begin{itemize}
 \item{Wx::Cursor->new( name, type, hotSpotX = 0, hotSpotY = 0 )}
 \item{Wx::Cursor->new( id )}
+\item{Wx::Cursor->new( image )}
+\item{Wx::Cursor->newData( bits, width, height, hotSpotX = -1, hotSpotY = -1, maskBits = 0 )}
 \end{itemize}
 }
 
index 30ea106eaa70e6782c8741a435e501b3b68caa5a..3366463cbfd36d958eaef424363d80da4c59cb20 100644 (file)
@@ -104,6 +104,9 @@ translation under Windows is not yet finished.
 Derive a class from \helpref{wxPyDataObjectSimple}{wxdataobjectsimple} 
 instead.}
 
+\perlnote{This class is not currently usable from wxPerl; you may
+use \helpref{Wx::PlDataObjectSimple}{wxdataobjectsimple} instead.}
+
 \wxheading{Virtual functions to override}
 
 Each class derived directly from wxDataObject must override and implement all
index 6d9865153b2ad520a23845437d7018286792df79..2d5f2bc477b484252fac6f5025272f8836ec632f 100644 (file)
@@ -24,6 +24,9 @@ wxPython you should derive the class from wxPyDataObjectSimple
 in order to get Python-aware capabilities for the various virtual
 methods.}
 
+\perlnote{In wxPerl, you need to derive your data object class
+from Wx::PlDataObjectSimple.}
+
 \wxheading{Virtual functions to override}
 
 The objects supporting rendering the data must override 
index c6a713748da4c2d4f12879046281fcb40b59576d..dec6e31d8d412dd19bc03ec52e008fc0fede6a0d 100644 (file)
@@ -18,6 +18,9 @@ are constructed.
 
 Also consult \helpref{list of available handlers}{fs}.
 
+\perlnote{In wxPerl, you need to derive your file system handler class
+from Wx::PlFileSystemHandler.}
+
 \wxheading{Notes}
 
 \begin{itemize}\itemsep=0pt
index f6e9d09dc32e9c0c51e85d222482f5fd538a313a..29cfd76ac8b4d384918525722eb3959dd6eeca76 100644 (file)
@@ -196,6 +196,8 @@ must have mask colour set.
 \begin{itemize}
 \item{Wx::Icon->new( width, height, depth = -1 )}
 \item{Wx::Icon->new( name, type, desiredWidth = -1, desiredHeight = -1 )}
+\item{Wx::Icon->newFromBits( bits, width, height, depth = 1 )}
+\item{Wx::Icon->newFromXPM( data )}
 \end{itemize}
 }