mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-12-25 11:11:38 +00:00
* AssemblyInfo.cs.in : add IgnoreClassInitializers attr to all. * generator/ObjectGen.cs : add custom-attr generation for objects. * glib/ClassInitializerAttribute.cs : obsolete * glib/IgnoreClassInitializersAttribute.cs : new assembly attr to avoid a blind GetMethods reflection. * glib/Makefile.am : add files * glib/TypeInitializerAttribute.cs : new attr to specify init method to be run at type registration. * gtk/Widget.custom : remove the ClassInitializerAttr. * gtk/Gtk.metadata : add a custom-attr node to GtkWidget. * sample/Subclass.cs : use the IgnoreClassInitializers attr. svn path=/trunk/gtk-sharp/; revision=85480 |
||
|---|---|---|
| .. | ||
| GtkDemo | ||
| opaquetest | ||
| pixmaps | ||
| test | ||
| valtest | ||
| Actions.cs | ||
| ButtonApp.cs | ||
| cairo-sample.exe.config.in | ||
| CairoSample.cs | ||
| CalendarApp.cs | ||
| CustomCellRenderer.cs | ||
| CustomWidget.cs | ||
| DrawingSample.cs | ||
| GladeTest.cs | ||
| GladeViewer.cs | ||
| gtk-html-sample.cs | ||
| GtkCairo.cs | ||
| HelloWorld.cs | ||
| Makefile.am | ||
| makefile.win32 | ||
| ManagedTreeViewDemo.cs | ||
| Menu.cs | ||
| NodeViewDemo.cs | ||
| PolarFixed.cs | ||
| Scribble.cs | ||
| ScribbleXInput.cs | ||
| Size.cs | ||
| Subclass.cs | ||
| test.glade | ||
| TestDnd.cs | ||
| Thread.cs | ||
| TreeViewDemo.cs | ||