mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2026-03-12 18:32:14 +00:00
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 |
||
|---|---|---|
| .. | ||
| glue | ||
| .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 | ||
| Idle.cs | ||
| IWrapper.cs | ||
| List.cs | ||
| ListBase.cs | ||
| Log.cs | ||
| MainContext.cs | ||
| MainLoop.cs | ||
| Makefile.am | ||
| makefile.win32 | ||
| ManagedValue.cs | ||
| Markup.cs | ||
| Marshaller.cs | ||
| MissingIntPtrCtorException.cs | ||
| Object.cs | ||
| ObjectManager.cs | ||
| Opaque.cs | ||
| SignalArgs.cs | ||
| SignalAttribute.cs | ||
| SignalCallback.cs | ||
| SList.cs | ||
| Source.cs | ||
| Thread.cs | ||
| Timeout.cs | ||
| Type.cs | ||
| TypeConverter.cs | ||
| TypeFundamentals.cs | ||
| UnwrappedObject.cs | ||
| Value.cs | ||
| ValueArray.cs | ||