mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-27 14:07:03 +00:00
- Implemented CGRectDivide/CPDivideRect. - Implemented CPDrawTiledRects/CPDrawColorTiledRects. - Removed CPDrawGrayBezel and CPDrawGroove, they were not being done in a Cocoa-compliant way, and the Cocoa way is not really useful right now. - Moved border drawing code back to CPScrollView since CPDrawGrayBezel/CPDrawGroove are gone. - Test app to do simple demo of the new functions. - Removed trailing whitespace.
13 lines
392 B
Plaintext
13 lines
392 B
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>Main cib file base name</key>
|
|
<string>MainMenu.cib</string>
|
|
<key>CPBundleName</key>
|
|
<string>CPGraphicsTest</string>
|
|
<key>CPPrincipalClass</key>
|
|
<string>CPApplication</string>
|
|
</dict>
|
|
</plist>
|