libtextworker 0.1.4
Cross-platform, free and open library for Python projects
|
◆ PlaceObjPack()
Place a widget using pack method. @param obj (tkinter.Misc): What widget to place (class/function reference, NOT an instance) @param side, expand, fill: Pack options @param args, kwds: Options for the widget to place Definition at line 49 of file actionrow.py. |