Lines Matching +refs:define +refs:method

59     itk_option define -childsitepos childSitePos Position s
60 itk_option define -fileson filesOn FilesOn true
61 itk_option define -dirson dirsOn DirsOn true
62 itk_option define -selectionon selectionOn SelectionOn true
63 itk_option define -filteron filterOn FilterOn true
64 itk_option define -mask mask Mask {*}
65 itk_option define -directory directory Directory {}
66 itk_option define -automount automount Automount {}
67 itk_option define -nomatchstring noMatchString NoMatchString {}
68 itk_option define -dirsearchcommand dirSearchCommand Command {}
69 itk_option define -filesearchcommand fileSearchCommand Command {}
70 itk_option define -selectioncommand selectionCommand Command {}
71 itk_option define -filtercommand filterCommand Command {}
72 itk_option define -selectdircommand selectDirCommand Command {}
73 itk_option define -selectfilecommand selectFileCommand Command {}
74 itk_option define -invalid invalid Command {bell}
75 itk_option define -filetype fileType FileType {regular}
76 itk_option define -width width Width 350
77 itk_option define -height height Height 300
80 method childsite {}
81 method get {}
82 method filter {}
86 method _packComponents {{when later}}
87 method _updateLists {{when later}}
91 method _selectDir {}
92 method _dblSelectDir {}
93 method _selectFile {}
94 method _selectSelection {}
95 method _selectFilter {}
96 method _setFilter {}
97 method _setSelection {}
98 method _setDirList {}
99 method _setFileList {}
101 method _nPos {}
102 method _sPos {}
103 method _ePos {}
104 method _wPos {}
105 method _topPos {}
106 method _bottomPos {}