libtextworker 0.1.4
Cross-platform, free and open library for Python projects
|
Public Member Functions | |
def | PlaceObj (this, tkinter.Misc obj, int|str column=-1, str sticky="e", *args, **kwds) |
def | PlaceObjPack (this, tkinter.Misc obj, str side="right", bool expand=True, str fill="x", *args, **kwds) |
Static Public Attributes | |
int | |
Inspired from libadwaita's ActionRow class, tkActionRow is a vertical (layout) tkinter.Frame with text on one side, and everything else like buttons on the other side. All in one row.
Definition at line 16 of file actionrow.py.