Package fife :: Package extensions :: Package pychan :: Package widgets' :: Module label :: Class ClickLabel
[hide private]
[frames] | no frames]

Class ClickLabel

source code

                 object --+            
                          |            
              widget.Widget --+        
                              |        
basictextwidget.BasicTextWidget --+    
                                  |    
                              Label --+
                                      |
                                     ClickLabel

Deprecated - use Label instead.

Instance Methods [hide private]

Inherited from Label: resizeToContent

Inherited from Label (private): _getTextWrapping, _setTextWrapping

Inherited from widget.Widget: __repr__, __str__, adaptLayout, addChild, addChildren, afterHide, beforeShow, capture, collectData, collectDataAsDict, deepApply, distributeData, distributeInitialData, execute, expandContent, findChild, findChildByName, findChildren, getAbsolutePos, getData, getNamedChildren, hide, insertChild, insertChildBefore, isCaptured, isVisible, listNamedWidgets, mapEvents, match, removeAllChildren, removeChild, removeChildren, requestFocus, setData, setEnterCallback, setExitCallback, setInitialData, show, sizeChanged, stylize

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

Class Variables [hide private]
  __init__ = tools.this_is_deprecated(Label.__init__, message= "...
x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Inherited from Label: ATTRIBUTES, wrap_text

Inherited from basictextwidget.BasicTextWidget: DEFAULT_HEXPAND, DEFAULT_VEXPAND, text

Inherited from widget.Widget: DEFAULT_MAX_SIZE, DEFAULT_NAME, HIDE_SHOW_ERROR, background_color, base_color, border_size, font, foreground_color, height, is_focusable, max_height, max_width, min_height, min_width, name, parent, position, selection_color, size, style, width, x, y

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

__init__

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Value:
tools.this_is_deprecated(Label.__init__, message= "ClickLabel - Use La\
bel instead")