[MonoDevelop] Larger set of stetic patches

ml ml at arsis.net
Mon Jun 26 16:23:10 EDT 2006


These patches include: 

1. ToolboxItem kind of specifying of widgets (but you still have to
specify export widget in project options)

[ToolboxItem (true)]
[Category ("widgetgroup")]
[Description ("Description as posed as label to icon"]
public class SomeWidget
{
...
}



2. Adding new groups to stetic from code on loading library
(ToolboxItem(false) and abstract are conditions here). Original .Net
does not provide groups, stetic requires them

[ToolboxItem (false), Category ("widgetgroup"), Description ("Group
Label"]
public abstract class SomeClass { /* dummy abstract class */ }



3. Correction to objects.xml for SpinButton, second itemgroup "Spin
Button Properties" was not inheritable because it didn't provide name



4. Real loading when specifying -lib:<somelibrary>, previous code was
missing actual loading



5. Added possibility for control to specify CreateWrappedInstance
method, without this wrapped controls couldn't work without being
referenced to stetic. This enables stetic to use base wrapper and use re
classed widget. It basically enables for widgets to be fully functional
without being referenced to stetic.



m.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: toolboxitem_groups_few_errors.patch
Type: text/x-patch
Size: 15389 bytes
Desc: not available
Url : http://lists.ximian.com/pipermail/monodevelop-list/attachments/20060626/a29b30cd/attachment.bin 


More information about the Monodevelop-list mailing list