Lines Matching refs:TixWidget
13 # (TixWidget.__init__) has been taken from Tkinter (Widget.__init__)
280 class TixWidget(Tkinter.Widget):
281 """A TixWidget class is used to package all (or most) Tix widgets.
289 to create these widgets is therefore bypassed in TixWidget.__init__
422 class TixSubWidget(TixWidget):
441 TixWidget.__init__(self, master, None, None, {'name' : name})
458 TixWidget.__init__(self, parent, None, None, {'name' : name})
531 class Balloon(TixWidget):
544 TixWidget.__init__(self, master, 'tixBalloon', static, cnf, kw)
558 class ButtonBox(TixWidget):
563 TixWidget.__init__(self, master, 'tixButtonBox',
577 class ComboBox(TixWidget):
592 TixWidget.__init__(self, master, 'tixComboBox',
621 class Control(TixWidget):
636 TixWidget.__init__(self, master, 'tixControl', ['options'], cnf, kw)
654 class DirList(TixWidget):
667 TixWidget.__init__(self, master, 'tixDirList', ['options'], cnf, kw)
675 class DirTree(TixWidget):
689 TixWidget.__init__(self, master, 'tixDirTree', ['options'], cnf, kw)
697 class DirSelectBox(TixWidget):
712 TixWidget.__init__(self, master, 'tixDirSelectBox', ['options'], cnf, kw)
716 class ExFileSelectBox(TixWidget):
732 TixWidget.__init__(self, master, 'tixExFileSelectBox', ['options'], cnf, kw)
750 class DirSelectDialog(TixWidget):
761 TixWidget.__init__(self, master, 'tixDirSelectDialog',
774 class ExFileSelectDialog(TixWidget):
784 TixWidget.__init__(self, master, 'tixExFileSelectDialog',
794 class FileSelectBox(TixWidget):
809 TixWidget.__init__(self, master, 'tixFileSelectBox', ['options'], cnf, kw)
822 class FileSelectDialog(TixWidget):
832 TixWidget.__init__(self, master, 'tixFileSelectDialog',
843 class FileEntry(TixWidget):
856 TixWidget.__init__(self, master, 'tixFileEntry',
868 class HList(TixWidget, XView, YView):
877 TixWidget.__init__(self, master, 'tixHList',
1065 class InputOnly(TixWidget):
1071 TixWidget.__init__(self, master, 'tixInputOnly', None, cnf, kw)
1073 class LabelEntry(TixWidget):
1084 TixWidget.__init__(self, master, 'tixLabelEntry',
1089 class LabelFrame(TixWidget):
1101 TixWidget.__init__(self, master, 'tixLabelFrame',
1107 class ListNoteBook(TixWidget):
1116 TixWidget.__init__(self, master, 'tixListNoteBook', ['options'], cnf, kw)
1142 class Meter(TixWidget):
1148 TixWidget.__init__(self, master, 'tixMeter',
1151 class NoteBook(TixWidget):
1160 TixWidget.__init__(self,master,'tixNoteBook', ['options'], cnf, kw)
1191 class NoteBookFrame(TixWidget):
1195 class OptionMenu(TixWidget):
1204 TixWidget.__init__(self, master, 'tixOptionMenu',
1224 class PanedWindow(TixWidget):
1236 TixWidget.__init__(self, master, 'tixPanedWindow', ['orientation', 'options'], cnf, kw)
1267 class PopupMenu(TixWidget):
1280 TixWidget.__init__(self, master, 'tixPopupMenu', ['options'], cnf, kw)
1293 class ResizeHandle(TixWidget):
1302 TixWidget.__init__(self, master, 'tixResizeHandle',
1317 class ScrolledHList(TixWidget):
1322 TixWidget.__init__(self, master, 'tixScrolledHList', ['options'],
1328 class ScrolledListBox(TixWidget):
1333 TixWidget.__init__(self, master, 'tixScrolledListBox', ['options'], cnf, kw)
1338 class ScrolledText(TixWidget):
1343 TixWidget.__init__(self, master, 'tixScrolledText', ['options'], cnf, kw)
1348 class ScrolledTList(TixWidget):
1353 TixWidget.__init__(self, master, 'tixScrolledTList', ['options'],
1359 class ScrolledWindow(TixWidget):
1364 TixWidget.__init__(self, master, 'tixScrolledWindow', ['options'], cnf, kw)
1369 class Select(TixWidget):
1377 TixWidget.__init__(self, master, 'tixSelect',
1391 class Shell(TixWidget):
1397 TixWidget.__init__(self, master, 'tixShell', ['options', 'title'], cnf, kw)
1399 class DialogShell(TixWidget):
1409 TixWidget.__init__(self, master,
1424 class StdButtonBox(TixWidget):
1428 TixWidget.__init__(self, master, 'tixStdButtonBox',
1439 class TList(TixWidget, XView, YView):
1450 TixWidget.__init__(self, master, 'tixTList', ['options'], cnf, kw)
1522 class Tree(TixWidget):
1529 TixWidget.__init__(self, master, 'tixTree',
1568 class CheckList(TixWidget):
1576 TixWidget.__init__(self, master, 'tixCheckList',
1780 class CObjView(TixWidget):
1791 class Grid(TixWidget, XView, YView):
1812 TixWidget.__init__(self, master, 'tixGrid', static, cnf, kw)
1967 TixWidget.__init__(self, master, 'tixScrolledGrid', static, cnf, kw)