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

Class Icon

source code

fifechan._object --+    
                   |    
     fifechan.Widget --+
                       |
                      Icon

Proxy of C++ fcn::Icon2 class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self, *args)
__init__(fcn::Icon2 self, GcnImage image) -> Icon
source code
 
setImage(self, *args)
setImage(Icon self, GcnImage image)
source code
 
isScaling(self)
isScaling(Icon self) -> bool
source code
 
setScaling(self, *args)
setScaling(Icon self, bool scale)
source code
 
isTiling(self)
isTiling(Icon self) -> bool
source code
 
setTiling(self, *args)
setTiling(Icon self, bool tile)
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_Icon
  __del__ = lambda self:
Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: fifechan._swig_repr

__init__(self, *args)
(Constructor)

source code 

__init__(fcn::Icon2 self, GcnImage image) -> Icon

Overrides: fifechan.Widget.__init__