From d2a37895d5ea9e30c323f0151d6bb43cd13de870 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Fri, 3 Sep 2004 15:53:34 +0000 Subject: [PATCH] 2004-09-03 Mike Kestner * en/Gdk/Pixmap.cs : updates to sigs of FromXpm* methods. * en/Gtk/Init.cs : fix Check and remove AbiCheck. * en/Gtk/Invisible.cs : add ctor. * en/Gtk/NodeStore.cs : add GType prop. svn path=/trunk/gtk-sharp/; revision=33287 --- doc/ChangeLog | 7 ++ doc/en/Gdk/Pixmap.xml | 186 +++++++++++++++++++-------------------- doc/en/Gtk/Init.xml | 69 ++------------- doc/en/Gtk/Invisible.xml | 16 +++- doc/en/Gtk/NodeStore.xml | 16 +++- 5 files changed, 139 insertions(+), 155 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index d53283d24..dc03f4af0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2004-09-03 Mike Kestner + + * en/Gdk/Pixmap.cs : updates to sigs of FromXpm* methods. + * en/Gtk/Init.cs : fix Check and remove AbiCheck. + * en/Gtk/Invisible.cs : add ctor. + * en/Gtk/NodeStore.cs : add GType prop. + 2004-09-02 Mike Kestner * updater/* : rework of duncan's updater from monodoc that doesn't diff --git a/doc/en/Gdk/Pixmap.xml b/doc/en/Gdk/Pixmap.xml index 7c0ec69c1..ada49ed00 100644 --- a/doc/en/Gdk/Pixmap.xml +++ b/doc/en/Gdk/Pixmap.xml @@ -95,52 +95,6 @@ For example in the X backend, a native pixmap handle is an Xlib XID. - - - Method - - Gdk.Pixmap - - - - - - - - - - To be added - a - a - a - a - a - a - To be added - - - - - Method - - Gdk.Pixmap - - - - - - - - - To be added - a - a - a - a - a - To be added - - Method @@ -180,52 +134,6 @@ For example in the X backend, a native pixmap handle is an Xlib XID. - - - Method - - Gdk.Pixmap - - - - - - - - - - Create a pixmap from a XPM file. - a , used to determine default values for the new pixmap. - The that the new pixmap will be use. If omitted, the colormap for will be used. - a a pointer to a place to store a bitmap representing the transparency mask of the XPM file. Can be , in which case transparency will be ignored. - The color to be used for the pixels that are transparent in the input file. Can be , in which case a default color will be used. - The filename - a - Create a pixmap from a XPM file using a particular colormap. - - - - - Method - - Gdk.Pixmap - - - - - - - - - To be added - a - a - a - a - a - To be added - - Method @@ -320,5 +228,97 @@ For example in the X backend, a native pixmap handle is an Xlib XID. Creates a new pixmap with a given size and depth. + + + Method + + Gdk.Pixmap + + + + + + + + + Create a pixmap from XPM data. + a + a + a + a + a + To be added + + + + + Method + + Gdk.Pixmap + + + + + + + + + + Create a pixmap from an XPM file using a specific colormap. + a + a + a + a + a + a + To be added + + + + + Method + + Gdk.Pixmap + + + + + + + + + Create a pixmap from an XPM file. + a + a + a + a + a + To be added + + + + + Method + + Gdk.Pixmap + + + + + + + + + + Create a pixmap from XPM data using a colormap. + a + a + a + a + a + a + To be added + + - \ No newline at end of file + diff --git a/doc/en/Gtk/Init.xml b/doc/en/Gtk/Init.xml index 1f13e16a5..f4fa96e27 100644 --- a/doc/en/Gtk/Init.xml +++ b/doc/en/Gtk/Init.xml @@ -11,7 +11,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. An object that gets invoked at the beginning of an application but before the application main loop starts. It's used largely for application setup--- for example, reading RC files. - + System.Object @@ -31,7 +31,7 @@ Registers a function to be called when the mainloop is started. a - + @@ -46,72 +46,21 @@ - + Method System.Boolean - - + - Initializes Gtk# for operation, probes window system. - The number of if arguments. Changed if any arguments were handled. - a + Initializes Gtk# for operation, probes window system. + a + The command line arguments passed in. Changed if any arguments were handled. True if the toolkit initialized correctly, false otherwise. - Aside from the arguments, this function behaves in the same way as . Br returning whether or not the toolkit initialized correctly, it allows the application to fall back to a non-GUI interface, should the developer be so inclined to write one. - - - - In Gtk# 0.98, this function's second argument is of type , when it should be an "out String[]". Until corrected, this function shall not work as expected. (FIXME 1.0: is this fixed?) - - - - - - Method - - System.Boolean - - - - - - - - - - To be added - a - a - a - a - a - a - - - - - - Method - - System.Int32 - - - - - - - - - To be added - a - a - a - a - a - + Aside from the arguments, this function behaves in the same way as . By returning whether or not the toolkit initialized correctly, it allows the application to fall back to a non-GUI interface, should the developer be so inclined to write one. + diff --git a/doc/en/Gtk/Invisible.xml b/doc/en/Gtk/Invisible.xml index 1ca16e28e..16695b680 100644 --- a/doc/en/Gtk/Invisible.xml +++ b/doc/en/Gtk/Invisible.xml @@ -87,7 +87,7 @@ The screen this widget is attached to. a a - + @@ -117,5 +117,19 @@ Chain to this constructor if you have manually registered a native value for your subclass. + + + Constructor + + + + + + Public Constructor + a + a + Used to create a new for a specific . + + diff --git a/doc/en/Gtk/NodeStore.xml b/doc/en/Gtk/NodeStore.xml index f857b5169..79c16649d 100644 --- a/doc/en/Gtk/NodeStore.xml +++ b/doc/en/Gtk/NodeStore.xml @@ -95,5 +95,19 @@ + + + Property + + GLib.GType + + + + Native type value. + a + + + + - \ No newline at end of file +