HappyDoc Generated Documentation Class: WidgetWrapper

. / CGLtk / AuxWidgets.py / WidgetWrapper 

WidgetWrapper is a base class that puts a widget inside a Frame. This is useful if you want a class to have the same semantics as an existing widget, but have an enhanced appearance. For example, you can create a LabelEntry class which is exactly like an Entry, but has a Label next to the Entry (see below). Note that WidgetWrapper must be the first of the base classes because it overrides the "pack" method.

Methods   
  grid 
grid (
        self,
        cnf=None,
        **kw,
        )
  __init__ 
__init__ (
        self,
        master=None,
        cnf=None,
        **kw,
        )
  pack 
pack (
        self,
        cnf=None,
        **kw,
        )

This document was automatically generated Fri May 30 21:13:50 2008 by HappyDoc version 3.1