Package common :: Module idle :: Class XScreenSaverInfo
[hide private]
[frames] | no frames]

Class XScreenSaverInfo

source code


Instance Methods [hide private]

Inherited from _ctypes.Structure: __init__, __new__

Inherited from unreachable._CData: __ctypes_from_outparam__, __hash__

Inherited from object: __delattr__, __getattribute__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  _fields_ = [('window', <class 'ctypes.c_ulong'>), ('state', <c...
  eventMask = <Field type=c_ulong, ofs=20, size=4>
  idle = <Field type=c_ulong, ofs=16, size=4>
  kind = <Field type=c_long, ofs=8, size=4>
  state = <Field type=c_long, ofs=4, size=4>
  til_or_since = <Field type=c_ulong, ofs=12, size=4>
  window = <Field type=c_ulong, ofs=0, size=4>
Properties [hide private]

Inherited from unreachable._CData: _b_base_, _b_needsfree_

Inherited from unreachable._CData (private): _objects

Inherited from object: __class__

Class Variable Details [hide private]

_fields_

Value:
[('window', <class 'ctypes.c_ulong'>),
 ('state', <class 'ctypes.c_long'>),
 ('kind', <class 'ctypes.c_long'>),
 ('til_or_since', <class 'ctypes.c_ulong'>),
 ('idle', <class 'ctypes.c_ulong'>),
 ('eventMask', <class 'ctypes.c_ulong'>)]

eventMask

Value:
<Field type=c_ulong, ofs=20, size=4>

idle

Value:
<Field type=c_ulong, ofs=16, size=4>

kind

Value:
<Field type=c_long, ofs=8, size=4>

state

Value:
<Field type=c_long, ofs=4, size=4>

til_or_since

Value:
<Field type=c_ulong, ofs=12, size=4>

window

Value:
<Field type=c_ulong, ofs=0, size=4>