GtkSharp/glib
Dan Winship df41dcc177 * parser/gapi2xml.pl (parseInitFunc, addPropElem): handle
GtkContainer child properties

	* generator/Property.cs:
	* generator/ChildProperty.cs: make Property subclassable and add a
	"ChildProperty" subclass.

	* generator/Makefile.am (sources): add ChildProperty.cs

	* generator/ClassBase.cs: handle "childprop" nodes by creating
	ChildProperty objects.

	* glib/Value.cs (explicit operator EnumWrapper): use
	g_value_get_flags() rather than g_value_get_enum() when
	appropriate.

	* glib/glue/value.c (glibsharp_value_holds_flags): glue for that

	* gtk/gtk-api.raw: regen to pick up child properties

	* gtk/Gtk.metadata:
	* gtk/Container.custom: hide the auto-generated
	Gtk.Container.ChildGetProperty and implement a nicer one by hand.

	* gtk/glue/container.c (gtksharp_container_child_get_property):
	utility function to set up an appropriate GValue for us

svn path=/trunk/gtk-sharp/; revision=35702
2004-11-05 16:47:15 +00:00
..
glue * parser/gapi2xml.pl (parseInitFunc, addPropElem): handle 2004-11-05 16:47:15 +00:00
.cvsignore
AssemblyInfo.cs.in
Boxed.cs
ConnectBeforeAttribute.cs
DefaultSignalHandlerAttribute.cs
DelegateWrapper.cs
EnumWrapper.cs
FileUtils.cs
GException.cs
glib-sharp.dll.config.in
GString.cs 2004-09-29 Mike Kestner <mkestner@ximian.com> 2004-09-29 17:47:51 +00:00
Idle.cs
IWrapper.cs
List.cs
ListBase.cs
Log.cs
MainContext.cs
MainLoop.cs
Makefile.am
makefile.win32
ManagedValue.cs remove a bunch of doc comments 2004-07-09 15:25:39 +00:00
Markup.cs 2004-11-04 Todd Berman <tberman@off.net> 2004-11-04 19:29:01 +00:00
Marshaller.cs merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD 2004-10-29 20:33:07 +00:00
MissingIntPtrCtorException.cs
Object.cs
ObjectManager.cs
Opaque.cs
SignalArgs.cs
SignalAttribute.cs
SignalCallback.cs 2004-06-25 Mike Kestner <mkestner@ximian.com> 2004-06-25 18:42:19 +00:00
SList.cs
Source.cs 2004-09-18 Miguel de Icaza <miguel@ximian.com> 2004-09-20 16:43:16 +00:00
Thread.cs 2004-06-25 Mike Kestner <mkestner@ximian.com> 2004-06-25 18:42:19 +00:00
Timeout.cs 2004-09-18 Miguel de Icaza <miguel@ximian.com> 2004-09-20 16:43:16 +00:00
Type.cs
TypeConverter.cs 2004-06-25 Mike Kestner <mkestner@ximian.com> 2004-06-25 18:42:19 +00:00
TypeFundamentals.cs
UnwrappedObject.cs 2004-06-25 Mike Kestner <mkestner@ximian.com> 2004-06-25 18:42:19 +00:00
Value.cs
ValueArray.cs merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD 2004-10-29 20:33:07 +00:00