Package pycocoa :: Module octypes :: Class NSSize_t
[frames] | no frames]

Class NSSize_t

   object --+            
            |            
    ??._CData --+        
                |        
_ctypes.Structure --+    
                    |    
           c_struct_t --+
                        |
                       NSSize_t

ObjC struct with fields width and height (both CGFloat_t).

Instance Methods

Inherited from c_struct_t: __repr__, __str__

Inherited from _ctypes.Structure: __init__, __new__

Inherited from _CData: __ctypes_from_outparam__, __hash__, __reduce__, __setstate__

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

Class Variables
  _fields_ = (('width', <class 'ctypes.c_double'>), ('height', <...
  height = <Field type=c_double, ofs=8, size=8>
  width = <Field type=c_double, ofs=0, size=8>
Properties

Inherited from _CData: _b_base_, _b_needsfree_

Inherited from object: __class__

Class Variable Details

_fields_

Value:
(('width', <class 'ctypes.c_double'>),
 ('height', <class 'ctypes.c_double'>))