Home | Trees | Index | Help |
|
---|
Package wx :: Class URLDataObject |
|
object
--+ |DataObject
--+ | URLDataObject
This data object holds a URL in a format that is compatible with some browsers such that it is able to be dragged to or from them.
Method Summary | |
---|---|
URLDataObject |
This data object holds a URL in a format that is compatible with some browsers such that it is able to be dragged to or from them. |
__repr__(self)
| |
String |
Returns a string containing the current URL. |
Set the URL. | |
Inherited from DataObject | |
| |
[formats] |
Returns a list of all the wx.DataFormats that this dataobject supports in the given direction. |
String |
Get the data bytes in the specified format, returns None on failure. |
size_t |
Get the (total) size of data for the given format |
size_t |
Returns the number of available formats for rendering or setting the data. |
DataFormat |
Returns the preferred format for either rendering the data (if dir is Get, its default value) or for setting it. |
bool |
Returns True if this format is supported. |
bool |
Set the data in the specified format from the bytes in the the data string. |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Class Variable Summary | |
---|---|
Inherited from DataObject | |
int |
Both = 3 |
int |
Get = 1 |
int |
Set = 2 |
Method Details |
---|
__init__(self)
|
GetURL(self)Returns a string containing the current URL.
|
SetURL(self, url)Set the URL.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:56:01 2007 | http://epydoc.sf.net |