From d3f3e8575aa8829231b86ff15ff587e9cc6df3f8 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Fri, 5 Jul 2002 16:43:21 +0000 Subject: [PATCH] wxPerl documentation updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16048 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/bitmap.tex | 2 ++ docs/latex/wx/cursor.tex | 2 ++ docs/latex/wx/dataobj.tex | 3 +++ docs/latex/wx/dobjsmpl.tex | 3 +++ docs/latex/wx/filesysh.tex | 3 +++ docs/latex/wx/icon.tex | 2 ++ 6 files changed, 15 insertions(+) diff --git a/docs/latex/wx/bitmap.tex b/docs/latex/wx/bitmap.tex index 74e1961857..b5082e5dd8 100644 --- a/docs/latex/wx/bitmap.tex +++ b/docs/latex/wx/bitmap.tex @@ -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} } diff --git a/docs/latex/wx/cursor.tex b/docs/latex/wx/cursor.tex index ec044dc1e0..bd41f87446 100644 --- a/docs/latex/wx/cursor.tex +++ b/docs/latex/wx/cursor.tex @@ -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} } diff --git a/docs/latex/wx/dataobj.tex b/docs/latex/wx/dataobj.tex index 30ea106eaa..3366463cbf 100644 --- a/docs/latex/wx/dataobj.tex +++ b/docs/latex/wx/dataobj.tex @@ -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 diff --git a/docs/latex/wx/dobjsmpl.tex b/docs/latex/wx/dobjsmpl.tex index 6d9865153b..2d5f2bc477 100644 --- a/docs/latex/wx/dobjsmpl.tex +++ b/docs/latex/wx/dobjsmpl.tex @@ -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 diff --git a/docs/latex/wx/filesysh.tex b/docs/latex/wx/filesysh.tex index c6a713748d..dec6e31d8d 100644 --- a/docs/latex/wx/filesysh.tex +++ b/docs/latex/wx/filesysh.tex @@ -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 diff --git a/docs/latex/wx/icon.tex b/docs/latex/wx/icon.tex index f6e9d09dc3..29cfd76ac8 100644 --- a/docs/latex/wx/icon.tex +++ b/docs/latex/wx/icon.tex @@ -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} } -- 2.45.2