]> git.saurik.com Git - wxWidgets.git/blame - art/tick.xpm
Invalidate the best size after adding an item
[wxWidgets.git] / art / tick.xpm
CommitLineData
a2465784
RR
1/* XPM */
2static char *tick_xpm[] = {
3/* columns rows colors chars-per-pixel */
58b2e303
VS
4"10 10 2 1",
5". c Gray0",
6" c None",
a2465784 7/* pixels */
58b2e303
VS
8" ",
9" ..",
10" ...",
11" ... ",
12".. ... ",
13"... ... ",
14" ..... ",
15" ... ",
16" . ",
17" ",
a2465784 18};