Phoenix Logo

phoenix_title wx.lib.ogl.basic.TextShape

The TextShape class like wx.RectangleShape but only the text is displayed.


class_hierarchy Class Hierarchy

Inheritance diagram for class TextShape:

method_summary Methods Summary

__init__ Default class constructor
OnDraw not implemented???

api Class API



class TextShape(RectangleShape)

The TextShape class like wx.RectangleShape but only the text is displayed.


Methods



__init__(self, width, height)

Default class constructor

Parameters:
  • width – the width
  • height – the height


OnDraw(self, dc)

not implemented???