gtk :: SelectionData :: Class SelectionData
[hide private]
[frames] | no frames]

Class SelectionData

source code

    object --+    
             |    
gobject.GBoxed --+
                 |
                SelectionData

Instance Methods [hide private]
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
get_data_type(...) source code
 
get_display(...) source code
 
get_format(...) source code
 
get_length(...) source code
 
get_pixbuf(...) source code
 
get_selection(...) source code
 
get_target(...) source code
 
get_targets(...) source code
 
get_text(...) source code
 
get_uris(...) source code
 
set(...) source code
 
set_pixbuf(...) source code
 
set_text(...) source code
 
set_uris(...) source code
 
targets_include_image(...) source code
 
targets_include_rich_text(...) source code
 
targets_include_text(...) source code
 
targets_include_uri(...) source code
 
tree_get_row_drag_data(...) source code
 
tree_set_row_drag_data(...) source code

Inherited from gobject.GBoxed: __eq__, __ge__, __gt__, __hash__, __le__, __lt__, __ne__, __new__, __repr__, copy

Inherited from object: __delattr__, __format__, __getattribute__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  __gtype__ = <GType GtkSelectionData (46231632)>
Properties [hide private]
  data
  format
  selection
  target
  type

Inherited from object: __class__

Method Details [hide private]

__init__(...)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__