Package muntjac :: Package terminal :: Package gwt :: Package client :: Package ui :: Module v_margin_info :: Class VMarginInfo
[hide private]
[frames] | no frames]

Class VMarginInfo

source code

object --+
         |
        VMarginInfo
Known Subclasses:

Instance Methods [hide private]
 
__init__(self, *args)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
setMargins(self, *args) source code
 
hasLeft(self) source code
 
hasRight(self) source code
 
hasTop(self) source code
 
hasBottom(self) source code
 
getBitMask(self) source code
 
equals(self, obj) source code
 
__eq__(self, obj) source code
 
hashCode(self) source code
 
__hash__(self)
hash(x)
source code

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

Class Variables [hide private]
  _TOP = 1
  _RIGHT = 2
  _BOTTOM = 4
  _LEFT = 8
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 

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

Overrides: object.__init__
(inherited documentation)

__hash__(self)
(Hashing function)

source code 

hash(x)

Overrides: object.__hash__
(inherited documentation)