Phoenix Logo

phoenix_title wx.lib.floatcanvas.FCObjects.TextObjectMixin

A mix in class that holds attributes and methods that are needed by the Text objects


class_hierarchy Class Hierarchy

Inheritance diagram for class TextObjectMixin:

method_summary Methods Summary

LayoutText A dummy method to re-do the layout of the text.
SetBackgroundColor  
SetColor  
SetFont  
SetText Re-sets the text displayed by the object

api Class API



class TextObjectMixin(XYObjectMixin)

A mix in class that holds attributes and methods that are needed by the Text objects


Methods



LayoutText(self)

A dummy method to re-do the layout of the text.

A derived object needs to override this if required.



SetBackgroundColor(self, BackgroundColor)


SetColor(self, Color)


SetFont(self, Size, Family, Style, Weight, Underlined, FaceName)


SetText(self, String)

Re-sets the text displayed by the object

In the case of the ScaledTextBox, it will re-do the layout as appropriate

Note: only tested with the ScaledTextBox