Package qubx :: Module faces :: Class PopInfo
[hide private]
[frames] | no frames]

Class PopInfo

source code

object --+
         |
        PopInfo

Represents the embedded or windowed state of a Face inside ToolsFace or ToolsToggleFace.

Instance Methods [hide private]
 
__init__(self, container, face)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
set_pop_prefs(self, prefs) source code
 
set_state(self, state) source code
 
set_position(self, x, y, w, h) source code
 
__onWinDestroy(self, win) source code
 
__onWinConfigure(self, win, alloc) source code
 
__onWinState(self, win, event) source code

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

Properties [hide private]
  pop_prefs
  state
  position

Inherited from object: __class__

Method Details [hide private]

__init__(self, container, face)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

Property Details [hide private]

pop_prefs

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)

state

Get Method:
unreachable(self)
Set Method:
unreachable(self, x)

position

Get Method:
unreachable(self)