Mike Kestner
bd7ec685ac
2004-06-24 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : document event args classes and ctors via script-fu.
Knocks off another 944 TBAs.
svn path=/trunk/gtk-sharp/; revision=30304
2004-06-24 13:44:36 +00:00
Miguel de Icaza
872f6f1667
Patches from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=30249
2004-06-23 23:23:24 +00:00
Mike Kestner
1dc455cd70
2004-06-21 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : document event handler delegates via script-fu. 400 TBAs.
svn path=/trunk/gtk-sharp/; revision=30248
2004-06-23 23:10:49 +00:00
Todd Berman
bec6f28c89
2004-06-23 Todd Berman <tberman@off.net>
...
* doc/*/*.xml: s/GtkSharp.SignalArgs/GLib.SignalArgs/;
svn path=/trunk/gtk-sharp/; revision=30246
2004-06-23 21:49:09 +00:00
Miguel de Icaza
c129c3dd99
Patches from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=30244
2004-06-23 21:01:20 +00:00
Miguel de Icaza
c199b76a33
Patch from kerrick@asu.edu to documentation
...
svn path=/trunk/gtk-sharp/; revision=30202
2004-06-23 14:45:52 +00:00
Mike Kestner
704726109a
2004-06-21 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : document ctor(GType) members via script-fu. 476 TBAs.
svn path=/trunk/gtk-sharp/; revision=30068
2004-06-21 20:33:11 +00:00
Mike Kestner
2b6efdc91c
2004-06-21 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : document GType props via script-fu. 620 TBAs killed.
svn path=/trunk/gtk-sharp/; revision=30066
2004-06-21 20:14:42 +00:00
John Luke
7e906fec7c
fix the examples in Gtk.*
...
some other miscellaneous stuff
svn path=/trunk/gtk-sharp/; revision=29954
2004-06-19 18:25:02 +00:00
Miguel de Icaza
bccf57ab07
Add contribution from kerrick@asu.edu
...
svn path=/trunk/gtk-sharp/; revision=29944
2004-06-19 15:23:28 +00:00
Mike Kestner
6d8c166797
2004-06-17 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/Window.xml : document remaining TBAs.
svn path=/trunk/gtk-sharp/; revision=29789
2004-06-17 16:51:37 +00:00
Mike Kestner
f73a9c9db9
2004-06-17 Mike Kestner <mkestner@ximian.com>
...
* scan-deprecations.cs : kill value__ fields of enum types too.
* en/*/*.xml : remove value__ fields from enum types. 400 more tba's.
svn path=/trunk/gtk-sharp/; revision=29783
2004-06-17 15:45:32 +00:00
Mike Kestner
2b20e653c6
2004-06-15 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : generated summary and remarks for all the On* virtual
default handler methods. 700 more To be addeds gone.
svn path=/trunk/gtk-sharp/; revision=29603
2004-06-15 15:41:25 +00:00
Miguel de Icaza
592570d168
My contribs
...
svn path=/trunk/gtk-sharp/; revision=29564
2004-06-15 03:46:45 +00:00
Todd Berman
9f492c794b
2004-06-11 Todd Berman <tberman@sevenl.net>
...
* gtk/Container.custom:
* gtk/CellRenderer.custom:
* gnome/CanvasItem.custom: mark Override* private.
* doc/en/*/*.xml: update to remove Override* methods.
svn path=/trunk/gtk-sharp/; revision=29394
2004-06-12 00:18:05 +00:00
Mike Kestner
0372a77462
2004-06-11 Mike Kestner <mkestner@ximian.com>
...
* doc/en/*/*.xml : update to remove Override* methods.
* generator/Signal.cs : make the Override* methods private. They
should not ever be called manually and it saves about 800 "do not
call this method" doc entries.
svn path=/trunk/gtk-sharp/; revision=29388
2004-06-11 22:41:01 +00:00
Miguel de Icaza
5b00f6f758
Flush
...
svn path=/trunk/gtk-sharp/; revision=29376
2004-06-11 19:09:54 +00:00
Todd Berman
e525e9bd55
2004-06-10 Todd Berman <tberman@sevenl.net>
...
* gtk/Container.custom: add C# glue for virtualizing ChildType ()
* gtk/glue/container.c: add C glue for virtualizing ChildType ()
* gtk/Gtk.metadata: hide Container.ChildType ()
* gtk/Widget.custom: Add ClearFlag, and SetFlag convenience methods.
Also add various IsFlag bool properties for checking for flags.
* gtk/glue/widget.c: Fix setting flags.
* doc/*: updated Widget docs.
svn path=/trunk/gtk-sharp/; revision=29217
2004-06-10 18:37:05 +00:00
Mike Kestner
9a53d28203
2004-06-01 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : run updater to fix Rgb method sigs. And LayoutLine.
svn path=/trunk/gtk-sharp/; revision=29028
2004-06-08 11:28:43 +00:00
Todd Berman
9698c4d2f9
2004-06-07 Todd Berman <tberman@sevenl.net>
...
* gtk/Widget.custom: expose some easy bool properties for checking
certain WidgetFlags. Make Allocation a settable property.
* gtk/glue/widget.c: bit of glue to make Allocation settable.
* gdk/Window.custom: expose UserData as a usable IntPtr property.
* gdk/Gdk.metadata: hide old GetUserData/SetUserData methods.
* doc/*: ran the updater.
svn path=/trunk/gtk-sharp/; revision=28974
2004-06-07 17:14:35 +00:00
Jeroen Zwartepoorte
1aaac84322
2004-06-07 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* gtk/Widget.custom: Add FocusLineWidth property.
* gtk/glue/widget.c: (gtksharp_gtk_widget_set_flags),
(gtksharp_gtk_widget_style_get_int): glue for getting an integer style
property.
svn path=/trunk/gtk-sharp/; revision=28967
2004-06-07 14:26:08 +00:00
Mike Kestner
070eb3cc64
2004-06-01 Mike Kestner <mkestner@ximian.com>
...
* en/*/*.xml : run updater to add new protected ctor () 's.
svn path=/trunk/gtk-sharp/; revision=28646
2004-06-01 18:05:26 +00:00
Mike Kestner
ac5e091b8c
2004-06-01 Mike Kestner <mkestner@ximian.com>
...
* gtk/Gtk.metadata : mark SizeRequest requisition as out, not ref.
[Fixes #59388 ]
2004-06-01 Mike Kestner <mkestner@ximian.com>
* en/Gtk/Widget.xml : move existing docs to new method sig.
svn path=/trunk/gtk-sharp/; revision=28629
2004-06-01 15:28:22 +00:00
Mike Kestner
369a588e93
2004-05-31 Mike Kestner <mkestner@ximian.com>
...
* configure.in : Bump version to 0.93 and tag.
2004-05-31 Jeroen Zwartepoorte <jeroen@xs4all.nl>
* gtk/Gtk.metadata: unhide WidgetFlags.
* gtk/Widget.custom: add setter for GdkWindow prop. Add Flags prop.
* gtk/glue/widget.custom: setter for window, accessors for flags.
[Fixes #59337 ]
svn path=/trunk/gtk-sharp/; revision=28578
2004-05-31 18:48:25 +00:00
Mike Kestner
9b90180daa
2004-05-31 Jeroen Zwartepoorte <jeroen@xs4all.nl>
...
* gdk/Gdk.metadata: mark dest rects as out for Isect and Union.
[Fixes #59341 ]
svn path=/trunk/gtk-sharp/; revision=28556
2004-05-31 16:35:43 +00:00
Mike Kestner
bc3ad7a1bd
2004-05-28 Mike Kestner <mkestner@ximian.com>
...
* Makefile.am : fix disthook
* en/*Sharp.xml : kill
* en/* : run updater again for the TreeModel API change.
svn path=/trunk/gtk-sharp/; revision=28372
2004-05-28 18:09:36 +00:00
Mike Kestner
785ddede52
2004-05-28 Mike Kestner <mkestner@ximian.com>
...
* en/* : put back all the real docs the updater tossed.
svn path=/trunk/gtk-sharp/; revision=28367
2004-05-28 17:31:16 +00:00
Mike Kestner
73632b2747
2004-05-28 Mike Kestner <mkestner@ximian.com>
...
* generator/ObjectGen.cs : adjust to ObjectManager ns change.
* glib/ManagedValue.cs : move to GLib and internalize.
* glib/Object.cs : adjust to ObjectManager ns change.
* glib/ObjectManager.cs : move to GLib.
* glib/TypeConverter.cs : move to GLib. return ManagedValue.GType
when we can't match a type instead of GType.None.
* gtk/*.custom: adjust for new TypeConverter ns and behavior.
2004-05-28 Mike Kestner <mkestner@ximian.com>
* en/* : run updater. fix a few *Sharp copy/pastisms.
svn path=/trunk/gtk-sharp/; revision=28362
2004-05-28 16:59:21 +00:00
Mike Kestner
581dbea8ec
2004-05-27 Mike Kestner <mkestner@ximian.com>
...
* en/* : run updater
svn path=/trunk/gtk-sharp/; revision=28301
2004-05-27 19:02:19 +00:00
Mike Kestner
f77ff85d9c
fix build breakage in Calendar.xml.
...
svn path=/trunk/gtk-sharp/; revision=26422
2004-04-30 14:49:45 +00:00
Erik Dasque
ec881333d0
added documentation for Calendar member property Date
...
svn path=/trunk/gtk-sharp/; revision=26418
2004-04-30 13:53:41 +00:00
John Luke
3027f1a0c1
add DrawingArea example
...
document TargetFlags
svn path=/trunk/gtk-sharp/; revision=26093
2004-04-28 02:10:05 +00:00
John Luke
e06a0d40ce
add example
...
svn path=/trunk/gtk-sharp/; revision=26091
2004-04-28 01:25:29 +00:00
Miguel de Icaza
1fe2785b28
Some of my contributions
...
svn path=/trunk/gtk-sharp/; revision=25794
2004-04-21 20:46:56 +00:00
Miguel de Icaza
88d46fcccb
Contributions from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=25676
2004-04-19 03:30:48 +00:00
Miguel de Icaza
fb74f1f04d
Contributions from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=25364
2004-04-12 14:16:11 +00:00
Miguel de Icaza
36b31af926
Contributions from Todd Berman
...
svn path=/trunk/gtk-sharp/; revision=25336
2004-04-11 22:45:22 +00:00
Miguel de Icaza
256a5f6b37
More contributions from eureko@grmexico.com.mx
...
svn path=/trunk/gtk-sharp/; revision=25317
2004-04-10 22:23:24 +00:00
Miguel de Icaza
11151b1e59
Add contributions from mdamt@bisnisweb.com
...
svn path=/trunk/gtk-sharp/; revision=25314
2004-04-10 22:07:38 +00:00
Hector E. Gomez Morales
186266a808
2004-03-17 Alex Combas <yummyfiddlehead@yahoo.com>
...
* en/Gtk/Accel.xml: Full doc.
svn path=/trunk/gtk-sharp/; revision=24210
2004-03-17 07:15:15 +00:00
Hector E. Gomez Morales
5d8e9c5dd3
2004-03-05 Hector Gomez M <hectorgm@ciencias.unam.mx>
...
* en/* : Created TODO files for every namespace (except *Sharp namespaces).
2004-02-29 Hector Gomez M <hectorgm@ciencias.unam.mx>
* Changelog: Corrected bogus year dates.
* en/Gtk/TODO: updated TODO list.
* en/Atk/EditableText.xml
* en/Atk/Free.xml
* en/Atk/NoOpObject.xml
* en/Atk/Object.xml
* en/Atk/StateSet.xml
* en/Gnome/CanvasProxy.xml
* en/Gnome/CanvasRichText.xml
* en/Gnome/Config.xml
* en/Gnome/DateEdit.xml
* en/Gnome/Entry.xml
* en/Gnome/FileEntry.xml
* en/Gnome/Font.xml
* en/Gnome/FontFamily.xml
* en/Gnome/GlyphList.xml
* en/Gnome/IconList.xml
* en/Gnome/IconTheme.xml
* en/Gnome/Pgl.xml
* en/Gtk/Combo.xml
* en/Gtk/ListStore.xml
* en/Gtk/RadioMenuItem.xml
* en/Gtk/StockItem.xml
* en/Gtk/StockManager.xml
* en/Gtk/TextBuffer.xml
* en/Gtk/TextIter.xml
* en/Gtk/TextView.xml
* en/Gtk/TooltipsData.xml
* en/Gtk/TreeModelSort.xml
* en/Gtk/TreeStore.xml
* en/Gtk/TreeView.xml
* en/Gtk/Widget.xml
* en/Gtk/Window.xml: Restored and/or removed various nodes.
* en/Gtk/Accel.xml: Removed deprecated GroupsFromObject Method.
* en/Gtk/Application: Removed deprecated CurrentEvent Property.
* en/Gtk/Container.xml: FocusChain and Children update.
* en/Gtk/DeleteEventArgs.xml: Removed deprecated Event Property.
* en/Gtk/DestroyEventArgs.xml: Removed deprecated Event Property.
* en/Gtk/MenuItem.xml: ToggleSizeRequest update.
* en/Gtk/IMContext.xml: Removed deprecated GetPreeditString Method.
* en/Gtk/IMContextSimple.xml: Removed deprecated AddTable Method.
* en/Gtk/Init.xml: Removed deprecated AbiCheck Method
* en/Gtk/MapEventArgs.xml: Removed deprecated Event Property.
* en/Gtk/MenuItem.xml: Removed deprecated ToggleSizeRequest Method.
* en/Gtk/NoExposeEventArgs.xml: Removed deprecated Event Property.
* en/Gtk/SelectionData.xml: Removed deprecated Set Method.
* en/Gtk/TextChildAnchor.xml: Widget update.
* en/Gtk/TreeIter.xml: Stamp update.
* en/Gtk/TreeModel.xml: EmitRowsReordered update.
* en/Gtk/TreeRowReference.xml: Removed deprecated Reordered Method.
* en/Gtk/TreeSelection.xml: Removed deprecated GetSelectedRows Method.
* en/Gtk/TreeViewColumn.xml: Removed deprecated CellRenders Property.
* en/Gtk/UnmapEventArgs.xml: Removed deprecated Event Property.
svn path=/trunk/gtk-sharp/; revision=23736
2004-03-05 13:40:13 +00:00
Mike Kestner
3b14029b6e
2003-02-26 Mike Kestner <mkestner@ximian.com>
...
* Vte/Gnome/Gtk : add some new doc files.
svn path=/trunk/gtk-sharp/; revision=23498
2004-02-26 19:27:27 +00:00
Mike Kestner
4924b52190
2003-02-26 Mike Kestner <mkestner@ximian.com>
...
* All: run updater and kill stubbed deprecates
svn path=/trunk/gtk-sharp/; revision=23497
2004-02-26 19:18:47 +00:00
Mike Kestner
b2059ab3fd
2003-02-26 Mike Kestner <mkestner@ximian.com>
...
* Atk/Gdk/Gtk : add some new doc files.
svn path=/trunk/gtk-sharp/; revision=23495
2004-02-26 18:52:25 +00:00
Mike Kestner
80a32deaa6
2003-02-25 Mike Kestner <mkestner@ximian.com>
...
* Pango/*.xml : run updater and kill stubbed deprecates
* Atk/*.xml : run updater and kill stubbed deprecates
* Gdk/*.xml : run updater and kill stubbed deprecates
* Gtk/*.xml : run updater and kill stubbed deprecates
svn path=/trunk/gtk-sharp/; revision=23492
2004-02-26 18:46:28 +00:00
Mike Kestner
d066f892af
2003-02-25 Mike Kestner <mkestner@ximian.com>
...
* All: update events to new handler namespaces.
svn path=/trunk/gtk-sharp/; revision=23475
2004-02-25 23:39:06 +00:00
Mike Kestner
10b7879ab0
2003-02-25 Mike Kestner <mkestner@ximian.com>
...
* */*Handler.xml : move all signal delegates from *Sharp to base namespaces.
svn path=/trunk/gtk-sharp/; revision=23472
2004-02-25 21:46:24 +00:00
Mike Kestner
4a1e0cc220
2003-02-25 Mike Kestner <mkestner@ximian.com>
...
* All: move all signal args from *Sharp to base namespaces.
svn path=/trunk/gtk-sharp/; revision=23465
2004-02-25 20:15:44 +00:00
Peter Williams
4feed7bb77
2004-01-18 Peter Williams <peter@newton.cx>
...
* glib/Marshaller.cs (ArrayPtrToArgv, ArgvToArrayPtr): new
functions for marshalling and unmarshalling string arrays
to/from char **. Not pretty, but lets us call gtk_init()
in Gtk.
* gtk/Application.cs (do_init): New helper function to handle
passing args to Gtk. Uses above functions.
(Init): Use do_init, take a new progname parameter.
(InitCheck): Same.
doc/:
2003-01-13 Peter Williams <peter@newton.cx>
* en/Gtk/Application.xml: Update Init, InitCheck functions
for new progname argument. Fix a paste-o in the docs for InitCheck.
svn path=/trunk/gtk-sharp/; revision=22237
2004-01-19 03:24:25 +00:00
John Luke
8b751d9ba0
add remark about Label and UseUnderline
...
svn path=/trunk/gtk-sharp/; revision=22232
2004-01-18 22:53:54 +00:00
John Luke
cc654d5a06
add small example for selection
...
svn path=/trunk/gtk-sharp/; revision=22041
2004-01-13 22:04:34 +00:00
Miguel de Icaza
6507489ef9
Next batch of commits
...
svn path=/trunk/gtk-sharp/; revision=22035
2004-01-13 21:25:07 +00:00
Hector E. Gomez Morales
fdb11c4cc1
* en/Gtk/Ctree.xml
...
* en/Gtk/Style.xml
* en/Gtk/Tree.xml: First draft.
* en/Gtk/TODO: updated.
* en/Gtk/Widget.xml: Documented the remaining methods and properties.
* en/Gtk/Window.xml: Documented all methods excepts the overloads and all the properties.
svn path=/trunk/gtk-sharp/; revision=21995
2004-01-13 01:30:01 +00:00
John Luke
19629688fa
2004-01-08 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/RadioButton.xml:
* en/Gtk/Notebook.xml:
* en/Gtk/NotebookPage.xml:
* en/GConf/ClientBase.xml: update for recent cvs changes
svn path=/trunk/gtk-sharp/; revision=21990
2004-01-12 22:48:13 +00:00
Miguel de Icaza
f223c45def
Second batch
...
svn path=/trunk/gtk-sharp/; revision=21869
2004-01-09 05:01:34 +00:00
John Luke
86f62b2c64
2004-01-08 John Luke <jluke@cfl.rr.com>
...
* */*/.xml: run updater
* en/Gtk/TreView.xml: correct GetRowExpanded docs
* en/Gtk/RadioButton.xml: documented
svn path=/trunk/gtk-sharp/; revision=21863
2004-01-09 01:32:46 +00:00
John Luke
ec87d5d92d
2003-12-22 John Luke <jluke@cfl.rr.com>
...
* en/GLib/GType.xml:
* en/GLib/DefaultSignalHandlerAttribute.xml: added
* */*/.xml: run updater
svn path=/trunk/gtk-sharp/; revision=21469
2003-12-24 01:35:30 +00:00
John Luke
46acd2b617
2003-12-04 John Luke <jluke@cfl.rr.com>
...
* All: run updater
svn path=/trunk/gtk-sharp/; revision=20789
2003-12-04 21:09:30 +00:00
Mike Kestner
4c24cd0747
2003-11-18 Peter Williams <peter@newton.cx>
...
* gtk/NodeStore.cs (GetNode): New public function. Patch refactored
a bit to eliminate code duplication with get_node_cb.
svn path=/trunk/gtk-sharp/; revision=20188
2003-11-18 20:13:39 +00:00
John Luke
d209d0b695
2003-11-17 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Socket.xml: documented
svn path=/trunk/gtk-sharp/; revision=20137
2003-11-17 21:08:58 +00:00
John Luke
2d0ec3b3b5
2003-11-16 John Luke <jluke@cfl.rr.com>
...
* en/Gdk/Atom.xml: documented
* en/Gtk/Clipboard.xml: documented
* en/Gtk/Stock.xml: documented
* en/Gtk/StockItem.xml: documented
svn path=/trunk/gtk-sharp/; revision=20095
2003-11-17 02:58:23 +00:00
John Luke
653f643360
* en/Gtk/TODO: update
...
* en/Gtk/ToolbarSpaceStyle.xml: documented
svn path=/trunk/gtk-sharp/; revision=19866
2003-11-12 06:39:31 +00:00
John Luke
11ae961d3a
add maintainer and mark done
...
svn path=/trunk/gtk-sharp/; revision=19865
2003-11-12 06:18:10 +00:00
John Luke
bafd35ea5e
2003-11-12 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Quit.xml: documented
* en/Gtk/TooltipsData.xml: documented
* en/Gtk/TODO: update
svn path=/trunk/gtk-sharp/; revision=19864
2003-11-12 06:07:52 +00:00
Mike Kestner
d67b3e62b9
2003-11-05 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/NodeStore.xml : documented
svn path=/trunk/gtk-sharp/; revision=19659
2003-11-06 01:52:32 +00:00
Mike Kestner
05e6e6c156
2003-11-05 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/TreeNode.xml : documented
* en/Gtk/TreeView.xml : documented NodeStore ctor.
svn path=/trunk/gtk-sharp/; revision=19658
2003-11-06 01:28:34 +00:00
Mike Kestner
3e18029f5f
2003-11-05 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/ITreeNode.xml : documented
* en/Gtk/TreeNodeAddedHandler.xml : documented
* en/Gtk/TreeNodeRemovedHandler.xml : documented
svn path=/trunk/gtk-sharp/; revision=19654
2003-11-05 23:56:57 +00:00
Mike Kestner
7513a7625b
2003-11-05 Mike Kestner <mkestner@ximian.com>
...
* en/Gtk/TreeNodeAttribute.xml : documented
* en/Gtk/TreeNodeValueAttribute.xml : documented
svn path=/trunk/gtk-sharp/; revision=19649
2003-11-05 21:28:19 +00:00
John Luke
f844057a89
run updater
...
svn path=/trunk/gtk-sharp/; revision=19636
2003-11-05 04:30:47 +00:00
John Luke
0b12cb5378
run the updater
...
svn path=/trunk/gtk-sharp/; revision=19429
2003-10-28 00:48:23 +00:00
Hector E. Gomez Morales
e779241cce
* en/Gtk/Drag.xml: fix some typos and errors.
...
* en/Gtk/Window.xml: Almost done, some properties and events missing.
* en/Gtk/WidgetFlags.xml: fix some errors.
* en/Gtk/TODO: update missing list.
svn path=/trunk/gtk-sharp/; revision=19296
2003-10-22 08:47:03 +00:00
John Luke
0a5c79b320
2003-10-13 John Luke <jluke@cfl.rr.com>
...
* en/*/*.xml: fix finalize signature (override not virtual)
svn path=/trunk/gtk-sharp/; revision=18998
2003-10-13 22:55:58 +00:00
John Luke
306e34f174
* en/Gtk/MessageDialog.xml:
...
* en/Gtk/Menu.xml:
* en/Gtk/AccelLabel.xml:
* en/Gtk/Alignment.xml: remove IWrapper duplicates
svn path=/trunk/gtk-sharp/; revision=18946
2003-10-13 02:18:55 +00:00
John Luke
74ceff8411
run updater
...
svn path=/trunk/gtk-sharp/; revision=18908
2003-10-12 09:06:39 +00:00
John Luke
91f351d46d
2003-10-12 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/HTML.xml: call begin before Editable = true, update links, normalize
svn path=/trunk/gtk-sharp/; revision=18906
2003-10-12 08:06:42 +00:00
John Luke
afda438e0f
2003-10-05 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/TreeStore.xml:
* en/Gtk/TreeModel.xml: first pass through these two monsters
svn path=/trunk/gtk-sharp/; revision=18641
2003-10-05 20:12:17 +00:00
Hector E. Gomez Morales
17be196384
* en/Gtk/Icon.xml
...
* en/Gtk/ItemFactory.xml: Full docs.
* en/Gtk/TODO: Added file with list of missing Gtk docs.
svn path=/trunk/gtk-sharp/; revision=18624
2003-10-05 07:38:14 +00:00
John Luke
e7f84c070d
2003-10-03 John Luke <jluke@cfl.rr.com>
...
* en/Gnome/Popup.xml: documented w/ simple example
* en/Gtk.Menu.xml: popup example and parameter fix
svn path=/trunk/gtk-sharp/; revision=18578
2003-10-04 02:55:43 +00:00
Hector E. Gomez Morales
d54caa197a
Added Todo file for Gtk namespace documentation.
...
svn path=/trunk/gtk-sharp/; revision=18538
2003-10-03 04:04:45 +00:00
Hector E. Gomez Morales
43ffab4a20
en/Gtk/Accessible.xml: Full doc.
...
en/Gtk/CellEditable.xml: Full doc.
en/Gtk/Drag.xml: Full doc.
en/Gtk/Widget.xml: Fixes and some updates.
en/Gtk/WidgetFlags.xml: Full doc.
svn path=/trunk/gtk-sharp/; revision=18289
2003-09-25 05:34:26 +00:00
Hector E. Gomez Morales
11c7e40b69
Erroneous tabwidth from 4 to 8.
...
svn path=/trunk/gtk-sharp/; revision=18212
2003-09-20 09:47:14 +00:00
Hector E. Gomez Morales
255e87a7c7
en/Gtk/Window.xml: Nearly all methods documented.
...
en/Gtk/Widget.xml: SizeRequest method documented.
svn path=/trunk/gtk-sharp/; revision=18210
2003-09-20 08:04:11 +00:00
John Luke
cc1f6e10f2
run the updater, add docs for Art, Gda, and GnomeDb
...
(includes Gnome.Print)
svn path=/trunk/gtk-sharp/; revision=18154
2003-09-17 21:56:59 +00:00
John Luke
a7b7003cbb
normalize and add info for ctor (string path)
...
svn path=/trunk/gtk-sharp/; revision=18094
2003-09-14 20:14:06 +00:00
John Luke
d552766aea
2003-09-04 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/TextBuffer.xml: fix some typos
svn path=/trunk/gtk-sharp/; revision=17899
2003-09-05 02:29:59 +00:00
John Luke
9f14df277e
* en/Gtk/Timeout.xml: documented
...
svn path=/trunk/gtk-sharp/; revision=17611
2003-08-26 04:19:22 +00:00
John Luke
8f546e62c4
2003-08-25 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Layout.xml: mostly documented
svn path=/trunk/gtk-sharp/; revision=17610
2003-08-26 03:59:38 +00:00
John Luke
4fc7596db5
hmm, seems --normalize doesn't catch tab vs. spaces in examples
...
svn path=/trunk/gtk-sharp/; revision=17599
2003-08-25 20:44:10 +00:00
John Luke
3de09c2018
make example compilable
...
svn path=/trunk/gtk-sharp/; revision=17597
2003-08-25 20:24:52 +00:00
John Luke
5a4d16db8b
use new simpler overload for .Append in example
...
svn path=/trunk/gtk-sharp/; revision=17417
2003-08-19 21:09:59 +00:00
Duncan Mak
8e1bf959d0
(Gtk.TreeView.CellArea): Apply patch from
...
Aleksey Sanin <aleksey@aleksey.com> to declare the "Gdk.Rectangle
rect" parameter as an out parameter. This is required because
Gdk.Rectangle is a struct.
svn path=/trunk/gtk-sharp/; revision=17362
2003-08-15 23:19:56 +00:00
John Luke
d4baf8e789
2003-08-09 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Entry.xml: add example
svn path=/trunk/gtk-sharp/; revision=17210
2003-08-10 02:49:38 +00:00
John Luke
d6b8768667
add statusbar example
...
svn path=/trunk/gtk-sharp/; revision=17146
2003-08-06 22:20:11 +00:00
Duncan Mak
59a430ee35
(Gtk.Widget.SizeRequest): Mark the
...
requisition parameter as out.
svn path=/trunk/gtk-sharp/; revision=17140
2003-08-06 20:52:02 +00:00
John Luke
fa6fa47793
2003-08-06 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/Notebook.xml: add example, see references
svn path=/trunk/gtk-sharp/; revision=17138
2003-08-06 19:17:19 +00:00
Duncan Mak
b70d5c0800
2003-08-06 Xavier Amado <xavier@blackbloodstudios.com>
...
* /en/Gtk/Notebook.xml: documented the CurrentPageWidget property
svn path=/trunk/gtk-sharp/; revision=17105
2003-08-06 06:11:18 +00:00
John Luke
3c264c0651
clean-up MessageDialog
...
svn path=/trunk/gtk-sharp/; revision=16998
2003-08-01 22:01:27 +00:00
John Luke
0c4297ac51
2003-08-01 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/TreeView.xml: add some info
svn path=/trunk/gtk-sharp/; revision=16997
2003-08-01 21:34:57 +00:00
Martin Willemoes Hansen
3d8f2791c1
* /en/Gtk/MessageDialog.xml: Fixed remark.
...
svn path=/trunk/gtk-sharp/; revision=16996
2003-08-01 19:45:19 +00:00
John Luke
72afe7d17f
2003-07-31 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/TreeIter.xml: documented except Zero, Copy, and Free
* en/Gtk/TreeViewColumn.xml: documented
svn path=/trunk/gtk-sharp/; revision=16969
2003-07-31 23:56:26 +00:00