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

◆ PlaceObj()

def libtextworker.interface.tk.actionrow.ActionRow.PlaceObj (   this,
tkinter.Misc  obj,
int | str   column = -1,
str   sticky = "e",
args,
**  kwds 
)
Place a widget using grid method.
@param obj (tkinter.Misc): What widget to place (class/function reference, NOT an instance)
@param column (int): Where to place (row is always 0). -1 will place the widget next to the last one.
@param sticky (str): Sticky option
@param args, kwds: Options for the widget to place

Definition at line 26 of file actionrow.py.