Package wx :: Class URLDataObject
[frames | no frames]

Type URLDataObject

     object --+        
              |        
     DataObject --+    
                  |    
DataObjectComposite --+
                      |
                     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 __init__(self)
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 GetURL(self)
Returns a string containing the current URL.
  SetURL(self, url)
Set the URL.

Class Variable Summary

Method Details

__init__(self)
(Constructor)

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.
Returns:
URLDataObject
Overrides:
wx.DataObjectComposite.__init__

GetURL(self)

Returns a string containing the current URL.
Returns:
String

SetURL(self, url)

Set the URL.
Parameters:
url
           (type=String)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:23:23 2005 http://epydoc.sf.net