Trees | Indices | Help |
|
---|
|
Schrodinger themed Tkinter widgets.
Do not import this module directly. Instead do:
import schrodinger.ui.widget as stk button = stk.Button(...)
Copyright Schrodinger, LLC. All rights reserved.
|
|||
GroundClass Necessary method for "grounding" all of the pick toggle preset methods in the event that the GUI is run outside of Maestro (Since pick toggles are used for choosing molecules, etc. |
|||
Tk This is a Schrodinger-ized Tk instance. |
|||
schroWidget Class for all schrodinger Tkinter widgets. |
|||
Toplevel Class that mimics the Tkinter.Toplevel class. |
|||
Button Class that mimics the Tkinter.Button class. |
|||
NoteBookButton Button Specifically designed for use with the Schoridinger-ized NoteBook Mega-Widget. |
|||
Listbox Class that mimics the Tkinter.Listbox class. |
|||
Checkbutton Class that mimics the Tkinter.Checkbutton class. |
|||
Radiobutton Class that mimics the Tkinter.Radiobutton class. |
|||
Canvas Class that mimics the Tkinter.Canvas class. |
|||
PhotoImage Class that mimics the Tkinter.PhotoImage class. |
|||
Entry Class that mimics the Tkinter.Entry class. |
|||
TableEntry Class of Tkinter.Entry widget intended for use with Schrodinger Table class which is still under development. |
|||
Frame Class that mimics the Tkinter.Frame class. |
|||
HorizontalBar Class intended to mimic the horizontal bar that divides the bottom buttons from the rest of the panel in Maestro. |
|||
Label Class that mimics the Tkinter.Label class. |
|||
LabelFrame Class that mimics the Tkinter.LabelFrame class. |
|||
Menu Class that mimics the Tkinter.Menu class. |
|||
Menubutton Class that mimics the Tkinter.Menubutton class. |
|||
Message Class that mimics the Tkinter.Message class. |
|||
PanedWindow Class that mimics the Tkinter.PanedWindow class. |
|||
Scale Class that mimics the Tkinter.Scale class. |
|||
Scrollbar Class that mimics the Tkinter.Scrollbar class. |
|||
Spinbox Class that mimics the Tkinter.Spinbox class. |
|||
Text Class that mimics the Tkinter.Text class. |
|||
StringVar Class that mimics the Tkinter.StringVar class. |
|||
DoubleVar Class that mimics the Tkinter.DoubleVar class. |
|||
IntVar Class that mimics the Tkinter.IntVar class. |
|||
BooleanVar Class that mimics the Tkinter.BooleanVar class. |
|||
PickToggle Class meant to replicate Maestro pick toggles. |
|||
PickAtomToggle Class meant to replicate Maestro atom pick toggles. |
|||
PickBondToggle Class meant to replicate Maestro bond pick toggles. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__doc__ =
|
|||
MAIN_FONT =
|
|||
BOLD_FONT =
|
|||
SMALL_FONT =
|
|||
FIXED_WIDTH_FONT =
|
|||
OK = 1
|
|||
ERROR = 0 hash(x) |
|||
PARTIAL = -1
|
|||
maestro = None hash(x) |
|||
_inMaestro = False hash(x) |
|||
_last_dir_used =
|
|||
__package__ =
|
|
Ask for multiple filenames to open Returns a list of filenames or empty list if cancel button selected |
|
__doc__
|
FIXED_WIDTH_FONT
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:32 2016 | http://epydoc.sourceforge.net |