mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 22:45:39 +00:00
289b127b10
* gtk/Dialog.custom : add a params array for button info to the ctor. * gtk/FileChooserDialog.custom : add a params array for button info to both ctors. Chain them to IntPtr.Zero. * gtk/Gtk.metadata : hide the ellipsis ctors for the dialog types. [Fixes #71818] * sample/GtkDemo/DemoDialog.cs : make the InteractiveDialog use the new Dialog ctor as it does in the c version. svn path=/trunk/gtk-sharp/; revision=39713 |
||
---|---|---|
.. | ||
images | ||
.cvsignore | ||
DemoApplicationWindow.cs | ||
DemoAttribute.cs | ||
DemoButtonBox.cs | ||
DemoClipboard.cs | ||
DemoColorSelection.cs | ||
DemoDialog.cs | ||
DemoDrawingArea.cs | ||
DemoEditableCells.cs | ||
DemoEntryCompletion.cs | ||
DemoExpander.cs | ||
DemoHyperText.cs | ||
DemoImages.cs | ||
DemoListStore.cs | ||
DemoMain.cs | ||
DemoMenus.cs | ||
DemoPanes.cs | ||
DemoPixbuf.cs | ||
DemoSizeGroup.cs | ||
DemoStockBrowser.cs | ||
DemoTextView.cs | ||
DemoTreeStore.cs | ||
DemoUIManager.cs | ||
Makefile.am | ||
README | ||
TODO |
This port of gtk-demo.c is still INCOMPLETE. If you can contribute to it don't hesitate to mail your patches to gtk-sharp-list@lists.ximian.com To compile it just type Make Daniel Kornhauser.