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

Class Label

source code

fifechan._object --+    
                   |    
     fifechan.Widget --+
                       |
                      Label

Proxy of C++ fcn::ClickLabel class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
Label
__init__()
__init__(fcn::ClickLabel self, std::string const & caption) -> Label
source code
 
setCaption(self, *args)
setCaption(Label self, std::string const & caption)
source code
 
getCaption(self)
getCaption(Label self) -> std::string const &
source code
 
isTextWrapping(self)
isTextWrapping(Label self) -> bool
source code
 
setTextWrapping(self, *args)
setTextWrapping(Label self, bool arg2)
source code
 
setWidth(self, *args)
setWidth(Label self, int32_t width)
source code
 
adjustSize(self)
adjustSize(Label self)
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, setX, setY

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

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: fifechan._swig_repr

__init__()
(Constructor)

source code 

__init__(fcn::ClickLabel self, std::string const & caption) -> Label

Returns: Label
Overrides: fifechan.Widget.__init__

setWidth(self, *args)

source code 

setWidth(Label self, int32_t width)

Overrides: fifechan.Widget.setWidth