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

Class Requisition

source code

    object --+    
             |    
gobject.GBoxed --+
                 |
                Requisition

Instance Methods [hide private]
 
__delitem__(x, y)
del x[y]
source code
 
__getitem__(x, y)
x[y]
source code
 
__init__(...)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__len__(x)
len(x)
source code
 
__setitem__(x, i, y)
x[i]=y
source code
 
copy(...) source code
 
free(...) source code

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

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

Class Variables [hide private]
  __gtype__ = <GType GtkRequisition (46227344)>
Properties [hide private]
  height
  width

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__

copy(...)

source code 
Overrides: gobject.GBoxed.copy