Ryujinx-GtkSharp/sample/GtkDemo
John Luke 304f9404b4 add clipboard demo from gtk-demo
svn path=/trunk/gtk-sharp/; revision=37667
2004-12-12 20:58:08 +00:00
..
images 2003-10-30 Daniel Kornhauser Eisenberg <dkor@alum.mit.edu> 2003-10-31 00:01:35 +00:00
.cvsignore implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoApplicationWindow.cs update these to the gtk2.4 ways (ComboBox and Action/UIManager) 2004-12-03 21:00:33 +00:00
DemoButtonBox.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoClipboard.cs add clipboard demo from gtk-demo 2004-12-12 20:58:08 +00:00
DemoColorSelection.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoDialog.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoDrawingArea.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoEditableCells.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoEntryCompletion.cs add some new gtk2.4 demos, remove ItemFactory 2004-12-03 22:21:44 +00:00
DemoExpander.cs add some new gtk2.4 demos, remove ItemFactory 2004-12-03 22:21:44 +00:00
DemoHyperText.cs * gtk/Gtk.metadata: Pass TextIters by ref almost everywhere. 2004-12-03 18:00:30 +00:00
DemoImages.cs * sample/GtkDemo/DemoImages.cs: Fix some crashers discovered while 2004-11-30 21:13:42 +00:00
DemoListStore.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoMain.cs add clipboard demo from gtk-demo 2004-12-12 20:58:08 +00:00
DemoMenus.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoPanes.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoPixbuf.cs fix my brokenness 2004-08-27 19:16:13 +00:00
DemoSizeGroup.cs update these to the gtk2.4 ways (ComboBox and Action/UIManager) 2004-12-03 21:00:33 +00:00
DemoStockBrowser.cs improve this thing 2004-08-28 20:51:06 +00:00
DemoTextView.cs update these to the gtk2.4 ways (ComboBox and Action/UIManager) 2004-12-03 21:00:33 +00:00
DemoTreeStore.cs implement some of the DemoApplicationWindow 2004-08-07 17:06:29 +00:00
DemoUIManager.cs add some new gtk2.4 demos, remove ItemFactory 2004-12-03 22:21:44 +00:00
Makefile.am add clipboard demo from gtk-demo 2004-12-12 20:58:08 +00:00
README 2004-01-10 John Luke <jluke@cfl.rr.com> 2004-01-11 02:58:08 +00:00
TODO add clipboard demo from gtk-demo 2004-12-12 20:58:08 +00:00

This port of gtk-demo.c is still INCOMPLETE. If you can contribute to it
don't hesistate to mail your patches at the gtk-sharp-list@lists.ximian.com


To compile it just type Make

      		   	Daniel Kornhauser.