John Luke
74fc382285
fix Button contructors
...
table.ColumnSpacing
table.RowSpacing
thanks to Marius Andreiana <mandreiana@rdslink.ro>
for noticing and providing a similar patch
svn path=/trunk/gtk-sharp/; revision=20324
2003-11-21 19:58:50 +00:00
John Luke
82f46a92a0
fix so it compiles
...
svn path=/trunk/gtk-sharp/; revision=17570
2003-08-25 05:24:44 +00:00
Gonzalo Paniagua Javier
a02e962425
2003-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* sample/Fifteen.cs: work-around for bug 106145 in gnome bugzilla.
* sample/DbClient/client.cs: updated to make it compile again.
svn path=/trunk/gtk-sharp/; revision=12752
2003-03-22 17:48:43 +00:00
Miguel de Icaza
215133d780
2003-03-15 Miguel de Icaza <miguel@ximian.com>
...
* sample: Update samples to new Glade.Widget.
* glade/WidgetAttribute.cs: Moved the old GladeWidgetattribute
here. Now its called `Glade.WidgetAttribute'.
* glade/GladeWidgetAttribute.cs: Removed
* glib/Idle.cs: Do not allow Idle class to be instantiated.
svn path=/trunk/gtk-sharp/; revision=12554
2003-03-15 21:02:25 +00:00
Rodrigo Moya
05f82f95b4
Updated example
...
svn path=/trunk/gtk-sharp/; revision=11380
2003-02-09 01:27:23 +00:00
Gonzalo Paniagua Javier
99facd09b8
2002-11-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* sample/DbClient/GnomeDbClient.cs:
* sample/DbClient/client.cs: make them build.
svn path=/trunk/gtk-sharp/; revision=9189
2002-11-26 00:19:58 +00:00
Miguel de Icaza
16ffbddd4e
Fix makefile
...
svn path=/trunk/gtk-sharp/; revision=8305
2002-10-16 04:31:21 +00:00
Rodrigo Moya
2239115a55
Small fix
...
svn path=/trunk/gtk-sharp/; revision=7374
2002-09-12 01:37:27 +00:00
Rodrigo Moya
e59f626a81
2002-09-11 Rodrigo Moya <rodrigo@gnome-db.org>
...
* gnomedb/Makefile.in:
* gnomedb/Application.cs: added class for libgnomedb initialization.
* sample/DbClient/GnomeDbClient.cs: new test file for libgnomedb.
svn path=/trunk/gtk-sharp/; revision=7373
2002-09-12 01:23:35 +00:00
Gonzalo Paniagua Javier
e233ca8d49
2002-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
...
* sample/DbClient/client.cs: updated to make it compile.
svn path=/trunk/gtk-sharp/; revision=7256
2002-09-05 01:43:04 +00:00
Miguel de Icaza
c1b3d3e98d
2002-08-25 Miguel de Icaza <miguel@ximian.com>
...
* gtk/TextBuffer.custom: Added SetText with a single argumnet.
* gtk/Table.custom: Added empty constructor. GtkTables
automatically grow.
svn path=/trunk/gtk-sharp/; revision=7024
2002-08-25 05:49:38 +00:00
Duncan Mak
29e6647bee
Flush.
...
svn path=/trunk/gtk-sharp/; revision=6512
2002-08-07 16:57:09 +00:00
Joe Shaw
25ab00563b
Remove the ".dll" suffix, as that doesn't work with MONO_PATH.
...
svn path=/trunk/gtk-sharp/; revision=6399
2002-08-04 19:08:13 +00:00
Gonzalo Paniagua Javier
9823d2d8ea
Removed old file and added some info que a DB error happens.
...
svn path=/trunk/gtk-sharp/; revision=6214
2002-07-27 15:27:54 +00:00
Duncan Mak
c1b8365702
Fix the IP yet another, sorry.
...
svn path=/trunk/gtk-sharp/; revision=6156
2002-07-24 18:48:39 +00:00
Duncan Mak
203ab445f8
Make the Action menu work.
...
svn path=/trunk/gtk-sharp/; revision=6155
2002-07-24 18:46:56 +00:00
Duncan Mak
4c1e8f1b53
Give Gustavo some privacy.
...
svn path=/trunk/gtk-sharp/; revision=6154
2002-07-24 18:35:10 +00:00
Duncan Mak
dd1c45b22e
Add a menubar
...
svn path=/trunk/gtk-sharp/; revision=6152
2002-07-24 18:33:28 +00:00
Gonzalo Paniagua Javier
e032408c50
Handle DB exceptions
...
svn path=/trunk/gtk-sharp/; revision=6151
2002-07-24 18:19:21 +00:00
Gonzalo Paniagua Javier
5937983a62
added status bar and simulate modal dialogs
...
svn path=/trunk/gtk-sharp/; revision=6150
2002-07-24 18:09:51 +00:00
Duncan Mak
45e4ed0684
Line up the titles.
...
svn path=/trunk/gtk-sharp/; revision=6149
2002-07-24 17:54:38 +00:00
Gonzalo Paniagua Javier
c6f414c7d4
Added edit callback
...
svn path=/trunk/gtk-sharp/; revision=6148
2002-07-24 17:41:14 +00:00
Gonzalo Paniagua Javier
6a7c95725c
Insert and Delete now work
...
svn path=/trunk/gtk-sharp/; revision=6144
2002-07-24 17:04:45 +00:00
Duncan Mak
dd6a2b8878
UI tweaks to make it more beautiful.
...
svn path=/trunk/gtk-sharp/; revision=6139
2002-07-24 15:07:29 +00:00
Duncan Mak
640ba7857e
Made the entries accessible, so that we can grab the text out of it.
...
svn path=/trunk/gtk-sharp/; revision=6137
2002-07-24 14:15:58 +00:00
Duncan Mak
960dbb8c7a
New GUI. Go! Go! Go!
...
svn path=/trunk/gtk-sharp/; revision=6135
2002-07-24 14:06:07 +00:00
Gonzalo Paniagua Javier
d4a5d43707
slightly modified makefile. Added DB stuff
...
svn path=/trunk/gtk-sharp/; revision=6132
2002-07-24 13:46:19 +00:00
Gonzalo Paniagua Javier
834ac7cac8
Added the wodget for Browse tab. Not yet finished.
...
svn path=/trunk/gtk-sharp/; revision=6129
2002-07-24 11:40:33 +00:00
Duncan Mak
1fb8452fce
Sample Gtk# database client.
...
svn path=/trunk/gtk-sharp/; revision=6119
2002-07-24 10:17:15 +00:00