Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:col

144         self._col = col = evt.GetColumn()

145 self._colSortFlag[col] = int(not self._colSortFlag[col])
202 self._col = col = evt.GetColumn()
203 self._colSortFlag[col] = int(not self._colSortFlag[col])
247 col = pos[0] + w + BORDER
250 self.btn = wx.Button(parent, -1, "...", pos=(col, pos[1]+MacOffset()), size=(BUTWIDTH,self.cmb.GetSize()[1]))
314 col = pos[0] + w + BORDER
317 self.btn = wx.Button(parent, -1, "...", pos=(col, pos[1]), size=(BUTWIDTH,self.txt.GetSize()[1]))