]> git.saurik.com Git - iphone-api.git/blobdiff - UIKit/UIKit.h
Add support for new WinterBoard Settings features.
[iphone-api.git] / UIKit / UIKit.h
index e0f9141db8e572115c3b0f57d68223f555f834da..1cd5ef9f83d4dff67fb35270000e911358fa7231 100644 (file)
@@ -207,6 +207,14 @@ typedef enum {
     UISegmentedControlStyleBar,
 } UISegmentedControlStyle;
 
+typedef enum {
+   UITableViewCellAccessoryNone,
+   UITableViewCellAccessoryDisclosureIndicator,
+   UITableViewCellAccessoryDetailDisclosureButton,
+   UITableViewCellAccessoryCheckmark,
+   UITableViewCellAccessoryDetailButton
+} UITableViewCellAccessoryType;
+
 typedef enum {
     UITableViewCellEditingStyleNone,
     UITableViewCellEditingStyleDelete,
@@ -450,6 +458,9 @@ extern UIApplication * const UIApp;
 
 //UIFont *UISystemFontWithSize(CGFloat size);
 
+void UIGraphicsPushContext(CGContextRef);
+void UIGraphicsPopContext();
+
 #ifdef __cplusplus
 }
 #endif