libtextworker 0.1.4
Cross-platform, free and open library for Python projects
Classes | Variables
libtextworker.interface.tk.actionrow Namespace Reference

Classes

class  ActionRow
 

Variables

 app = tkinter.Tk()
 
 row = ActionRow(app)
 
 Label
 
 text
 
 side
 
 Button
 
 expand
 
 False
 
 fill
 
 row2 = ActionRow(app)
 

Detailed Description

@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.