[Cocoa-sharp] [PATCH] Cocoa.ProgressIndicator class (NSProgressIndicator Wrapper)
Ryan Williams
rwilliams at comlabs.com.au
Sat Jan 6 02:58:18 EST 2007
Hello everyone,
This is my first post (and patch, for that matter), having lurking on the Cocoa# mailing list for a while. Today, I started to play around with the progress indicator, and found it was missing some methods and properties, so this patch adds the following methods and properties:
* Animate
* AnimationDelay
* Bezeled
* ControlSize
* ControlTint
* DisplayedWhenStopped
* DoubleValue
* IncrementBy
* Indeterminate
* MaxValue
* MinValue
* SizeToFit
* Style
* UsesThreadedAnimation
I also added some enums to the end of ProgressIndicator.cs, I am guessing these should probably be put in their own files instead?
Being my first contribution to Cocoa#, I hope that this is all in correct order, and that I haven't missed anything or done anything wrong. If so, please let me know.
Cheers,
Ryan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/cocoa-sharp/attachments/20070106/c7498f9c/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ProgressIndicator.cs
Type: application/octet-stream
Size: 6918 bytes
Desc: ProgressIndicator.cs
Url : http://lists.ximian.com/pipermail/cocoa-sharp/attachments/20070106/c7498f9c/attachment-0002.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ProgressIndicator.xml
Type: text/xml
Size: 9303 bytes
Desc: ProgressIndicator.xml
Url : http://lists.ximian.com/pipermail/cocoa-sharp/attachments/20070106/c7498f9c/attachment-0001.xml
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ProgressIndicator.cs.patch
Type: application/octet-stream
Size: 6892 bytes
Desc: ProgressIndicator.cs.patch
Url : http://lists.ximian.com/pipermail/cocoa-sharp/attachments/20070106/c7498f9c/attachment-0003.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ProgressIndicatorTestApp.tar.gz
Type: application/x-gzip
Size: 75109 bytes
Desc: ProgressIndicatorTestApp.tar.gz
Url : http://lists.ximian.com/pipermail/cocoa-sharp/attachments/20070106/c7498f9c/attachment-0001.gz
More information about the Cocoa-sharp
mailing list