Home | History | Annotate | Download | only in JetCreator

Lines Matching refs:iCol

104         self.iCol = 0

110 self.InsertColumn(self.iCol, title)
112 self.SetColumnWidth(self.iCol, width)
114 width = self.GetColumnWidth(self.iCol)
115 self.iCol += 1
121 iCol = 0
123 if iCol == 0:
126 self.SetStringItem(index, iCol, row)
127 iCol = iCol + 1
155 self.iCol = 0
161 self.InsertColumn(self.iCol, title)
163 self.SetColumnWidth(self.iCol, width)
165 width = self.GetColumnWidth(self.iCol)
166 self.iCol += 1
179 iCol = 0
181 if iCol == 0:
184 self.SetStringItem(index, iCol, row)
185 iCol = iCol + 1
213 self.iCol = 0