Fixed the docstring, default module is now wx, not wxPython.wx
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,11 +35,11 @@ Tags of the following form are recognised:
|
|||||||
where modulename is the name of a module (possibly in package
|
where modulename is the name of a module (possibly in package
|
||||||
notation) to import and classname is the name of a class in that
|
notation) to import and classname is the name of a class in that
|
||||||
module to create an instance of. If the module tag-attribute is not
|
module to create an instance of. If the module tag-attribute is not
|
||||||
given or is an empty string, then wxPython.wx is used. The width and
|
given or is an empty string, then wx is used. The width and height
|
||||||
height attributes are expected to be integers and will be passed to
|
attributes are expected to be integers and will be passed to the
|
||||||
the __init__ method of the class as a wxSize object named size.
|
__init__ method of the class as a wxSize object named size. However,
|
||||||
However, if the width attribute ends with the percent (%) symbol then
|
if the width attribute ends with the percent (%) symbol then the value
|
||||||
the value will be used as a percentage of the available width and the
|
will be used as a percentage of the available width and the
|
||||||
wxHtmlWindow will manage the size.
|
wxHtmlWindow will manage the size.
|
||||||
|
|
||||||
The name-value pairs in all the nested PARAM tags are packaged up as
|
The name-value pairs in all the nested PARAM tags are packaged up as
|
||||||
|
Reference in New Issue
Block a user