We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
caption
1 parent ac27c9e commit 21df823Copy full SHA for 21df823
samples/StringGrid/stringgrid.py
@@ -4,6 +4,8 @@
4
class StringGridSample(Form):
5
6
def __init__(self, owner):
7
+ self.caption = "String Grid Sample"
8
+
9
self.string_grid = StringGrid(self)
10
self.currency_column1 = CurrencyColumn(self.string_grid)
11
self.glyph_column1 = GlyphColumn(self.string_grid)
@@ -185,4 +187,4 @@ def main():
185
187
186
188
189
if __name__ == "__main__":
- main()
190
+ main()
0 commit comments