From 99735b0d7e15e4d2849d3b2f7fbff11bb53ff981 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 20 Dec 2004 19:55:00 +0000 Subject: [PATCH] * en/Gtk/StockManager.xml: gone * en/Gtk/Stock.xml (Lookup): document here svn path=/trunk/gtk-sharp/; revision=37997 --- doc/ChangeLog | 6 +++ doc/en/Gtk/Stock.xml | 30 ++++++++++-- doc/en/Gtk/StockManager.xml | 96 ------------------------------------- 3 files changed, 31 insertions(+), 101 deletions(-) delete mode 100644 doc/en/Gtk/StockManager.xml diff --git a/doc/ChangeLog b/doc/ChangeLog index 0aef5699d..217fae8ec 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2004-12-20 Dan Winship + + * en/Gtk/StockManager.xml: gone + + * en/Gtk/Stock.xml (Lookup): document here + 2004-12-20 Mike Kestner * en/Gnome.Vfs/*.xml : updater run for recent changes. diff --git a/doc/en/Gtk/Stock.xml b/doc/en/Gtk/Stock.xml index e51deeb07..0dbd2fdd0 100644 --- a/doc/en/Gtk/Stock.xml +++ b/doc/en/Gtk/Stock.xml @@ -980,7 +980,8 @@ The "Harddisk" item. a - + + @@ -993,7 +994,8 @@ The "Indent" item. a - + + @@ -1006,7 +1008,8 @@ The "Network" item. a - + + @@ -1019,8 +1022,25 @@ The "Unindent" item. a - + + + + + + + Method + + Gtk.StockItem + + + + + + Looks up a + the StockId of the to return. + the with ID if it exists, or otherwise. + - + \ No newline at end of file diff --git a/doc/en/Gtk/StockManager.xml b/doc/en/Gtk/StockManager.xml deleted file mode 100644 index 750345011..000000000 --- a/doc/en/Gtk/StockManager.xml +++ /dev/null @@ -1,96 +0,0 @@ - - - - gtk-sharp - - - 0.0.0.0 - neutral - - - Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - - this class manages the s - - - - System.Object - - - - - - - Method - - System.Void - - - - - - - Registers each of the stock items in . - If an item already exists with the same stock ID as one of the - , the old item gets replaced. The stock - items are copied, so GTK+ does not hold any pointer into - and can be - freed. Use if - is persistent and GTK# doesn't need to - copy the array. - - a - a , the number of items in - (TODO: This API doesn't make sense for the underlying C API, because the C API has an option of adding multiple items. Needs clarification.) - - - - - Method - - System.Void - - - - - - - Same as but doesn't copy - , so must persist - until application exit. - a - a - (TODO:Needs API review; see the Add method also.) - - - - - Constructor - - - - Do not use. - a - Do not use - - - - - Method - - System.Boolean - - - - - - - Looks up a - the StockId of the to return. - the if found - returns if a with the exists, else returns . - - - - - \ No newline at end of file