pango :: Script :: Class Script
[hide private]
[frames] | no frames]

Class Script

object --+        
         |        
       int --+    
             |    
 gobject.GEnum --+
                 |
                Script

Instance Methods [hide private]

Inherited from gobject.GEnum: __eq__, __ge__, __gt__, __le__, __lt__, __ne__, __new__, __reduce__, __repr__, __str__

Inherited from int: __abs__, __add__, __and__, __cmp__, __coerce__, __div__, __divmod__, __float__, __floordiv__, __format__, __getattribute__, __getnewargs__, __hash__, __hex__, __index__, __int__, __invert__, __long__, __lshift__, __mod__, __mul__, __neg__, __nonzero__, __oct__, __or__, __pos__, __pow__, __radd__, __rand__, __rdiv__, __rdivmod__, __rfloordiv__, __rlshift__, __rmod__, __rmul__, __ror__, __rpow__, __rrshift__, __rshift__, __rsub__, __rtruediv__, __rxor__, __sub__, __truediv__, __trunc__, __xor__, bit_length, conjugate

Inherited from object: __delattr__, __init__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]
  __enum_values__ = {-1: <enum PANGO_SCRIPT_INVALID_CODE of type...
  __gtype__ = <GType PangoScript (44782160)>
Properties [hide private]

Inherited from gobject.GEnum: value_name, value_nick

Inherited from int: denominator, imag, numerator, real

Inherited from object: __class__

Class Variable Details [hide private]

__enum_values__

Value:
{-1: <enum PANGO_SCRIPT_INVALID_CODE of type PangoScript>,
 0: <enum PANGO_SCRIPT_COMMON of type PangoScript>,
 1: <enum PANGO_SCRIPT_INHERITED of type PangoScript>,
 2: <enum PANGO_SCRIPT_ARABIC of type PangoScript>,
 3: <enum PANGO_SCRIPT_ARMENIAN of type PangoScript>,
 4: <enum PANGO_SCRIPT_BENGALI of type PangoScript>,
 5: <enum PANGO_SCRIPT_BOPOMOFO of type PangoScript>,
 6: <enum PANGO_SCRIPT_CHEROKEE of type PangoScript>,
...