libtextworker 0.1.4
Cross-platform, free and open library for Python projects

◆ PlaceObjPack()

def libtextworker.interface.tk.actionrow.ActionRow.PlaceObjPack (   this,
tkinter.Misc  obj,
str   side = "right",
bool   expand = True,
str   fill = "x",
args,
**  kwds 
)
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.