libtextworker 0.1.4
Cross-platform, free and open library for Python projects
|
Classes | |
class | ActionRow |
Variables | |
app = tkinter.Tk() | |
row = ActionRow(app) | |
Label | |
text | |
side | |
Button | |
expand | |
False | |
fill | |
row2 = ActionRow(app) | |
@package libtextworker.interface.tk.actionrow ActionRow class for Tkinter. ActionRow is a vertical (layout) tkinter.Frame that is used for a specific action. Useful for creating Settings pages.