Duncan Mak
1454565034
2003-07-17 Duncan Mak <duncan@ximian.com>
...
* Fixed another off-by-one error in the enums from the last
commit. I'm such a doofus.
Also added the new enums that were missing from last night's
commit.
svn path=/trunk/gtk-sharp/; revision=16367
2003-07-18 02:50:06 +00:00
John Luke
01bc5d7f9a
2003-07-17 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/ImageMenuItem.xml: documented
svn path=/trunk/gtk-sharp/; revision=16366
2003-07-18 01:59:08 +00:00
John Luke
5ee4beb801
2003-07-17 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/CellRenderer.xml: documented
svn path=/trunk/gtk-sharp/; revision=16365
2003-07-18 01:30:49 +00:00
John Luke
df08f5bb95
2003-07-17 John Luke <jluke@cfl.rr.com>
...
* en/Gtk/CellRendererMode.xml: documented
* en/Gtk/CellRendererState.xml: documented
svn path=/trunk/gtk-sharp/; revision=16360
2003-07-17 23:40:49 +00:00
Duncan Mak
ada2962e92
2003-07-17 Duncan Mak <duncan@ximian.com>
...
* Added new documentation files for the new classes, and fixed the
off-by-one enum member name bug that was introduced in the previous
commit.
svn path=/trunk/gtk-sharp/; revision=16325
2003-07-17 06:38:40 +00:00
Duncan Mak
ed163952af
2003-07-17 Duncan Mak <duncan@ximian.com>
...
* Add new documentation files for the new classes.
svn path=/trunk/gtk-sharp/; revision=16324
2003-07-17 06:35:10 +00:00
John Luke
9d8a428ec0
2003-07-16 John Luke <jluke@cfl.rr.com>
...
* en/Gnome/About.xml: documented
svn path=/trunk/gtk-sharp/; revision=16316
2003-07-17 03:39:14 +00:00
John Luke
c5ebc2856b
2003-07-16 John Luke <jluke@cfl.rr.com>
...
* en/GConf/Client.xml: documented
svn path=/trunk/gtk-sharp/; revision=16315
2003-07-17 02:56:34 +00:00
Duncan Mak
749844387c
2003-07-16 Duncan Mak <duncan@ximian.com>
...
* All enumerations: Fixed the TypeSignature and MemberSignature in all
documentation files for Enumerations.
svn path=/trunk/gtk-sharp/; revision=16313
2003-07-16 21:03:40 +00:00
John Luke
1ad394854e
* en/Gtk/CellRendererText.xml: documented, except one event and method
...
* en/Gtk/CellRendererToggle.xml: documented
* en/Gtk/CellRendererPixbuf.xml: documented
svn path=/trunk/gtk-sharp/; revision=16290
2003-07-16 04:35:01 +00:00
Miguel de Icaza
74ef92124b
Update with jluke sample
...
svn path=/trunk/gtk-sharp/; revision=16289
2003-07-16 04:03:32 +00:00
Duncan Mak
870b00b76e
* en/Gtk/ItemFactory.xml: Rename GetItemByAction and
...
GetWidgetByAction to GetItem and GetWidget, to reflect metadata
changes.
* en/Gtk/TextBuffer.xml: Remove all references to *ByName methods,
as they are now all overrides.
* en/Gtk/HTML.xml: Update to use the new Begin overloads, since
bug #46427 is fixed.
* sources/Gtk.metadata
(GtkIconSet): hide the GetSizes method.
(GtkTextBuffer): new overrides
MoveMarkByName -> MoveMark
DeleteMarkByName -> DeleteMark
ApplyTagByName -> ApplyTag
RemoveTagByName -> RemoveTag
(GtkItemFactory): new overrides
GetItemByAction -> GetItem
GetWidgetByAction -> GetWidget
* sources/gtkhtml-font-style-enum.patch: A patch to use real values
in gtkhtml-enums.h so that the parser won't choke on the complex enum
declarations.
svn path=/trunk/gtk-sharp/; revision=16282
2003-07-16 02:07:51 +00:00
Miguel de Icaza
7880ee2044
Add HTML
...
svn path=/trunk/gtk-sharp/; revision=16277
2003-07-15 23:42:15 +00:00
Miguel de Icaza
f98b4e6398
Add example, and more explanations
...
svn path=/trunk/gtk-sharp/; revision=16247
2003-07-15 02:34:04 +00:00
Duncan Mak
b0da34e07f
all documented except for events.
...
svn path=/trunk/gtk-sharp/; revision=16242
2003-07-15 00:20:31 +00:00
Ben Maurer
7423197846
was not validating. fixed
...
svn path=/trunk/gtk-sharp/; revision=16240
2003-07-14 21:05:01 +00:00
Duncan Mak
10e594b822
added the missing properties.
...
svn path=/trunk/gtk-sharp/; revision=16187
2003-07-14 05:34:45 +00:00
Duncan Mak
d9a26991fc
* en/Gtk/TextTag.xml:
...
* en/Gtk/TextTagTable.xml:
* en/Gtk/TextMark.xml:
* en/Gtk/TextChildAnchor.xml: documented.
svn path=/trunk/gtk-sharp/; revision=16182
2003-07-14 00:48:35 +00:00
Duncan Mak
aa65123a95
2003-07-12 Duncan Mak <duncan@ximian.com>
...
* en/Gtk/TextBuffer.xml: all documented except for events.
2003-07-07 Duncan Mak <duncan@ximian.com>
* en/Gtk/TearoffMenuItem.xml: documented.
svn path=/trunk/gtk-sharp/; revision=16135
2003-07-12 09:20:37 +00:00
John Luke
d0f1f5ef24
fix bulleted list
...
svn path=/trunk/gtk-sharp/; revision=16080
2003-07-10 03:06:27 +00:00
John Luke
59bcb39f2f
* en/Gtk/Fixed.xml:
...
* en/Gtk/Image.xml:
* en/Gtk/ToggleButton.xml:
* en/Gtk/Frame.xml
* en/Gtk/HBox.xml: small fixes
svn path=/trunk/gtk-sharp/; revision=16043
2003-07-08 18:44:29 +00:00
John Luke
bef993d3cc
en/Gtk/Dialog.xml: fixes
...
en/Gtj/Application.xml: add example, fix methods
svn path=/trunk/gtk-sharp/; revision=15947
2003-07-04 21:36:15 +00:00
Duncan Mak
fd57533e7d
* en/Gtk/AccelGroup.xml: revert parts of my last patch, as some of
...
the links do not resolve due to bug #38538 .
* en/Gtk/Button.xml (NewFromLabel):
(NewFromStock): documented.
* en/Gtk/Frame.xml (GetLabelAlign): documented.
* en/Gtk/IconFactory.xml:
* en/Gtk/IconSet.xml:
* en/Gtk/IconSize.xml:
* en/Gtk/IconSource.xml: documented.
* en/Gtk/Paned.xml: added documentation for the events.
* en/Gtk/ResponseType.xml: documented.
svn path=/trunk/gtk-sharp/; revision=15916
2003-07-04 07:49:31 +00:00
John Luke
35079d1f3d
fix method signatures
...
svn path=/trunk/gtk-sharp/; revision=15914
2003-07-04 05:11:46 +00:00
John Luke
1aabed9f63
add first draft
...
svn path=/trunk/gtk-sharp/; revision=15911
2003-07-04 02:09:49 +00:00
John Luke
2e8ce4be18
* en/Gtk/TreeSelection.xml: fix method signatures, small updates
...
svn path=/trunk/gtk-sharp/; revision=15884
2003-07-03 01:25:09 +00:00
Duncan Mak
4212447168
2003-06-30 Duncan Mak <duncan@ximian.com>
...
* en/Gtk/AccelGroup.xml: Added some more hyperlinks to the
existing text.
svn path=/trunk/gtk-sharp/; revision=15801
2003-07-01 04:15:36 +00:00
John Luke
03be753526
fix methods and update
...
svn path=/trunk/gtk-sharp/; revision=15681
2003-06-27 03:09:54 +00:00
John Luke
ca4463dee3
update example, provide parameter references
...
svn path=/trunk/gtk-sharp/; revision=15680
2003-06-27 02:27:25 +00:00
Ben Maurer
823fed21de
There was some invalid XML in this file. It was not passing the validator.
...
svn path=/trunk/gtk-sharp/; revision=15613
2003-06-24 16:52:00 +00:00
John Luke
a001a03980
* en/Gtk/WindowType.xml: don't use contractions
...
* en/Gtk/ToolbarChildType.xml: add first draft
* en/Gtk/SortType.xml: update
* en/Gtk/SizeGroupMode.xml: update
* en/Gtk/ShadowType.xml: update
* en/Gtk/PolicyType.xml: update
* en/Gtk/PackType.xml: update
* en/Gtk/Justification.xml: update
* en/Gtk/CurveType.xml: update
* en/Gtk/AttachOptions.xml: update
svn path=/trunk/gtk-sharp/; revision=15596
2003-06-24 03:20:31 +00:00
John Luke
abb15e3987
* en/Gtk/WindowGroup.xml: add some info
...
* en/Gtk/WindowPosition.xml: update
svn path=/trunk/gtk-sharp/; revision=15595
2003-06-24 01:56:55 +00:00
John Luke
559741b27d
add example for Gtk.Dialog
...
svn path=/trunk/gtk-sharp/; revision=15432
2003-06-16 02:44:35 +00:00
John Luke
af529da444
* en/Gtk/Dialog.xml: add more info
...
* en/Gtk/DialogFlags: add first draft
svn path=/trunk/gtk-sharp/; revision=15423
2003-06-15 16:44:25 +00:00
John Luke
f64dfcc778
* en/Gtk/ProgressBarStyle.xml
...
* en/Gtk/ProgressBarOrientation.xml
* en/Gtk/ImageType.xml: add first drafts
svn path=/trunk/gtk-sharp/; revision=15374
2003-06-13 20:42:42 +00:00
Hector E. Gomez Morales
cafac6fcde
First draft Window.xml.
...
svn path=/trunk/gtk-sharp/; revision=15339
2003-06-12 13:26:21 +00:00
John Luke
ad11cfb128
* en/Gtk/Image.xml: add parameter and returns references, Methods
...
* en/Gtk/Window.xml: add parameter and returns references
* en/Gtk/TreeView.xml: add RulesHint
* en/Gtk/Stock.xml: add returns references
* en/Gtk/Plug.xml: add first draft
svn path=/trunk/gtk-sharp/; revision=15335
2003-06-12 04:17:57 +00:00
John Luke
3f7bd40ef7
add GConf.PropertyEditors docs
...
svn path=/trunk/gtk-sharp/; revision=15164
2003-06-06 18:45:16 +00:00
John Luke
7f90d3ee7f
add GConf docs
...
svn path=/trunk/gtk-sharp/; revision=15163
2003-06-06 18:41:12 +00:00
Lee Mallabone
ad27b845f8
* doc/en/*Sharp/bool*.xml: Remove more internal signal class docs.
...
* doc/en/*Sharp/*Native.xml: Remove non-public signal class docs.
svn path=/trunk/gtk-sharp/; revision=15050
2003-06-01 15:34:30 +00:00
John Luke
d77d6bbcea
fix bulleted list in Fixed.xml
...
Add First draft for MessageDialog.xml and InputDialog.xml
svn path=/trunk/gtk-sharp/; revision=15015
2003-05-31 01:14:01 +00:00
John Luke
775cae7bb2
Fix typos, add info for Button
...
svn path=/trunk/gtk-sharp/; revision=15002
2003-05-30 04:30:12 +00:00
Lee Mallabone
53ed8e5386
Remove helper classes from the docs that are now 'internal' rather than public.
...
svn path=/trunk/gtk-sharp/; revision=14978
2003-05-28 22:49:11 +00:00
Lee Mallabone
9d286a36ed
* en/Gtk/Button.xml: Result of running the updater.
...
* en/Gtk/SizeGroup*.xml: First draft of docs for GtkSizeGroup.
svn path=/trunk/gtk-sharp/; revision=14777
2003-05-21 21:31:19 +00:00
Ben Maurer
89a5fdaf12
Documented Point.xml
...
svn path=/trunk/gtk-sharp/; revision=14776
2003-05-21 21:02:52 +00:00
Lee Mallabone
362680e1b4
Remove docs for classes that not exposed by Gtk#
...
svn path=/trunk/gtk-sharp/; revision=14771
2003-05-21 18:08:26 +00:00
Hector E. Gomez Morales
29df796a6e
Almost full doc of Menu.xml. A property is missing if documentation.
...
svn path=/trunk/gtk-sharp/; revision=14716
2003-05-20 08:10:59 +00:00
John Luke
aa11f46693
Add first drafts.
...
svn path=/trunk/gtk-sharp/; revision=14709
2003-05-19 20:02:24 +00:00
Martin Willemoes Hansen
437687c030
* en/GLib.xml: Added
...
svn path=/trunk/gtk-sharp/; revision=14605
2003-05-15 15:01:07 +00:00
Martin Willemoes Hansen
98d8dcffc5
* en/Gnome.xml: Added
...
svn path=/trunk/gtk-sharp/; revision=14604
2003-05-15 14:46:19 +00:00