Module Tix
[hide private]
[frames] | no frames]

Module Tix

Classes [hide private]
  tixCommand
The tix commands provide access to miscellaneous elements of Tix's internal state and the Tix application context.
  Tk
Toplevel widget of Tix which represents mostly the main window of an application.
  Form
The Tix Form geometry manager
  TixWidget
A TixWidget class is used to package all (or most) Tix widgets.
  TixSubWidget
Subwidget class.
  DisplayStyle
DisplayStyle - handle configuration options shared by (multiple) Display Items
  Balloon
Balloon help widget.
  ButtonBox
ButtonBox - A container for pushbuttons.
  ComboBox
ComboBox - an Entry field with a dropdown menu.
  Control
Control - An entry field with value change arrows.
  DirList
DirList - displays a list view of a directory, its previous directories and its sub-directories.
  DirTree
DirTree - Directory Listing in a hierarchical view.
  DirSelectBox
DirSelectBox - Motif style file select box.
  ExFileSelectBox
ExFileSelectBox - MS Windows style file select box.
  DirSelectDialog
The DirSelectDialog widget presents the directories in the file system in a dialog window.
  ExFileSelectDialog
ExFileSelectDialog - MS Windows style file select dialog.
  FileSelectBox
ExFileSelectBox - Motif style file select box.
  FileSelectDialog
FileSelectDialog - Motif style file select dialog.
  FileEntry
FileEntry - Entry field with button that invokes a FileSelectDialog.
  HList
HList - Hierarchy display widget can be used to display any data that have a hierarchical structure, for example, file system directory trees.
  InputOnly
InputOnly - Invisible widget.
  LabelEntry
LabelEntry - Entry field with label.
  LabelFrame
LabelFrame - Labelled Frame container.
  ListNoteBook
A ListNoteBook widget is very similar to the TixNoteBook widget: it can be used to display many windows in a limited space using a notebook metaphor.
  Meter
The Meter widget can be used to show the progress of a background job which may take a long time to execute.
  NoteBook
NoteBook - Multi-page container widget (tabbed notebook metaphor).
  NoteBookFrame
  OptionMenu
OptionMenu - creates a menu button of options.
  PanedWindow
PanedWindow - Multi-pane container widget allows the user to interactively manipulate the sizes of several panes.
  PopupMenu
PopupMenu widget can be used as a replacement of the tk_popup command.
  ResizeHandle
Internal widget to draw resize handles on Scrolled widgets.
  ScrolledHList
ScrolledHList - HList with automatic scrollbars.
  ScrolledListBox
ScrolledListBox - Listbox with automatic scrollbars.
  ScrolledText
ScrolledText - Text with automatic scrollbars.
  ScrolledTList
ScrolledTList - TList with automatic scrollbars.
  ScrolledWindow
ScrolledWindow - Window with automatic scrollbars.
  Select
Select - Container of button subwidgets.
  Shell
Toplevel window.
  DialogShell
Toplevel window, with popup popdown and center methods.
  StdButtonBox
StdButtonBox - Standard Button Box (OK, Apply, Cancel and Help)
  TList
TList - Hierarchy display widget which can be used to display data in a tabular format.
  Tree
Tree - The tixTree widget can be used to display hierachical data in a tree form.
  CheckList
The CheckList widget displays a list of items to be selected by the user.
  _dummyButton
  _dummyCheckbutton
  _dummyEntry
  _dummyFrame
  _dummyLabel
  _dummyListbox
  _dummyMenu
  _dummyMenubutton
  _dummyScrollbar
  _dummyText
  _dummyScrolledListBox
  _dummyHList
  _dummyScrolledHList
  _dummyTList
  _dummyComboBox
  _dummyDirList
  _dummyDirSelectBox
  _dummyExFileSelectBox
  _dummyFileSelectBox
  _dummyFileComboBox
  _dummyStdButtonBox
  _dummyNoteBookFrame
  _dummyPanedWindow
  CObjView
This file implements the Canvas Object View widget.
  Grid
The Tix Grid command creates a new window and makes it into a tixGrid widget.
  ScrolledGrid
Scrolled Grid widgets
Functions [hide private]
 
_lst2dict(lst)
 
OptionName(widget)
Returns the qualified path name for the widget.
 
FileTypeList(dict)
Variables [hide private]
  WINDOW = 'window'
  TEXT = 'text'
  STATUS = 'status'
  IMMEDIATE = 'immediate'
  IMAGE = 'image'
  IMAGETEXT = 'imagetext'
  BALLOON = 'balloon'
  AUTO = 'auto'
  ACROSSTOP = 'acrosstop'
  TCL_DONT_WAIT = 2
  TCL_WINDOW_EVENTS = 4
  TCL_FILE_EVENTS = 8
  TCL_TIMER_EVENTS = 16
  TCL_IDLE_EVENTS = 32
  TCL_ALL_EVENTS = 0

Imports: getdouble, MULTIPLE, TypeType, mainloop, Canvas, AtSelLast, CodeType, TRUE, getboolean, LAST, BASELINE, BOTTOM, Wm, NUMERIC, Toplevel, DictProxyType, Pack, ObjectType, DictType, EXTENDED, OFF, ALL, CURRENT, CallWrapper, Scrollbar, ListType, MethodType, ModuleType, FIRST, ON, TracebackType, image_names, Text, YES, LambdaType, GROOVE, XRangeType, Scale, NORMAL, Misc, BUTT, Label, X, ROUND, image_types, AtInsert, StringType, NONE, CENTER, FloatType, Spinbox, Radiobutton, Checkbutton, StringTypes, GeneratorType, Button, FLAT, END, VERTICAL, MITER, Widget, DISABLED, S, COMMAND, EllipsisType, W, ACTIVE, NSEW, EW, FrameType, TclVersion, CHORD, tkinter, Listbox, Image, BitmapImage, Event, RADIOBUTTON, Place, HIDDEN, PAGES, NoDefaultRoot, CHAR, SEPARATOR, BooleanType, HORIZONTAL, TclError, MOVETO, WORD, SUNKEN, NO, DictionaryType, NotImplementedType, READABLE, NE, CHECKBUTTON, Variable, NS, ANCHOR, NW, RAISED, DoubleVar, RIDGE, BooleanVar, Tributton, SOLID, N, CASCADE, SEL_FIRST, TkVersion, UNDERLINE, UNITS, TupleType, LongType, SEL, FALSE, ClassType, Frame, SEL_LAST, SW, SINGLE, InstanceType, MemberDescriptorType, UnicodeType, LEFT, FunctionType, wantobjects, SE, EXCEPTION, FixTk, IntType, Menu, TOP, GetSetDescriptorType, DOTBOX, OUTSIDE, IntVar, AtSelFirst, UnboundMethodType, INSERT, BuiltinMethodType, AtEnd, BROWSE, Tcl, BuiltinFunctionType, BaseWidget, ARC, SliceType, BEVEL, E, BOTH, PIESLICE, Message, FileType, sys, Y, Entry, PhotoImage, RIGHT, BufferType, Studbutton, INSIDE, Menubutton, WRITABLE, StringVar, PROJECTING, At, ComplexType, SCROLL, NoneType, getint, _flatten, _cnfmerge, _default_root, _tkinter, Tkinter, os


Function Details [hide private]

OptionName(widget)

 

Returns the qualified path name for the widget. Normally used to set default options for subwidgets. See tixwidgets.py