Package fife :: Module fife :: Class PercentageBar
[hide private]
[frames] | no frames]

Class PercentageBar

source code

fifechan._object --+    
                   |    
     fifechan.Widget --+
                       |
                      PercentageBar

Proxy of C++ fcn::PercentageBar class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self)
__init__(fcn::PercentageBar self) -> PercentageBar
source code
 
setForegroundImage(self, *args)
setForegroundImage(PercentageBar self, GcnImage image)
source code
 
setOrientation(self, *args)
setOrientation(PercentageBar self, fcn::PercentageBar::Orientation orientation)
source code
 
getOrientation(self)
getOrientation(PercentageBar self) -> fcn::PercentageBar::Orientation
source code
 
getValue(self)
getValue(PercentageBar self) -> int32_t
source code
 
setValue(self, *args)
setValue(PercentageBar self, int32_t value)
source code

Inherited from fifechan.Widget: addActionListener, addKeyListener, addMouseListener, addWidgetListener, draw, focusNext, focusPrevious, getAbsolutePosition, getActionEventId, getBackgroundColor, getBaseColor, getFont, getForegroundColor, getFrameSize, getHeight, getSelectionColor, getWidgetAt, getWidth, getX, getY, isEnabled, isFocusable, isFocused, isModalFocused, isModalMouseInputFocused, isSetVisible, isTabInEnabled, isTabOutEnabled, isVisible, moveToBottom, moveToTop, releaseModalFocus, releaseModalMouseInputFocus, removeActionListener, removeKeyListener, removeMouseListener, removeWidgetListener, requestFocus, requestModalFocus, requestModalMouseInputFocus, requestMoveToBottom, requestMoveToTop, setActionEventId, setBackgroundColor, setBaseColor, setEnabled, setFocusable, setFont, setForegroundColor, setFrameSize, setHeight, setPosition, setSelectionColor, setSize, setTabInEnabled, setTabOutEnabled, setVisible, setWidth, setX, setY

Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_PercentageBar
  __del__ = lambda self:
  HORIZONTAL = _fife.PercentageBar_HORIZONTAL
  VERTICAL = _fife.PercentageBar_VERTICAL
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: fifechan._swig_repr

__init__(self)
(Constructor)

source code 

__init__(fcn::PercentageBar self) -> PercentageBar

Overrides: fifechan.Widget.__init__