public
Description: An OS X application to build a standalone web site as an export from my photo album.
Homepage: http://bleu.west.spy.net/~dustin/projects/photosync/
Clone URL: git://github.com/dustin/photosync.git
Search Repo:
checkbox in the active column in gnustep
dustin (author)
Sun Feb 13 01:20:56 -0800 2005
commit  26a948870346f8cfa895421d6592f3c2334113e4
tree    01330999d546f609db6482b8bc8aaad7e19d2a46
parent  da2159408c0d5b2e98021dacd83c51b18b012a81
...
177
178
179
 
 
 
 
 
 
 
 
180
181
182
...
177
178
179
180
181
182
183
184
185
186
187
188
189
190
0
@@ -177,6 +177,14 @@
0
   [statusText setHidden:YES];
0
   [progressIndicator setHidden:YES];
0
 
0
+#ifdef GNUSTEP
0
+ // gorm doesn't currently let me specify the actual type of button cell. I
0
+ // want a switch, so I'll fix it up here.
0
+ id actColumn=[[locTable tableColumnWithIdentifier:@"active"] dataCell];
0
+ [actColumn setButtonType: NSSwitchButton];
0
+ [actColumn setTitle:@""];
0
+#endif
0
+
0
   // Don't allow in-memory cache
0
 #ifndef GNUSTEP
0
   NSURLCache *cache=[NSURLCache sharedURLCache];

Comments

    No one has commented yet.