libtextworker 0.1.4
Cross-platform, free and open library for Python projects
Public Member Functions | Static Public Attributes | List of all members
libtextworker.interface.tk.actionrow.ActionRow Class Reference
Inheritance diagram for libtextworker.interface.tk.actionrow.ActionRow:
Inheritance graph
[legend]

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: