From 466b3796bb966eb477fd9e22ed6ae1b582c100af Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 12 Jan 2005 19:27:37 +0000 Subject: [PATCH] More updates from pixelpapst@users.sourceforge.net svn path=/trunk/gtk-sharp/; revision=38804 --- doc/en/Gnome/Druid.xml | 9 ++++++++- doc/en/Gnome/DruidPage.xml | 8 ++++---- doc/en/Gtk/CellRenderer.xml | 4 ++-- doc/en/Gtk/TreeView.xml | 9 +++++++-- 4 files changed, 21 insertions(+), 9 deletions(-) diff --git a/doc/en/Gnome/Druid.xml b/doc/en/Gnome/Druid.xml index 72bff94f9..67c9a6177 100644 --- a/doc/en/Gnome/Druid.xml +++ b/doc/en/Gnome/Druid.xml @@ -11,7 +11,14 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. Widget for sequentially stepping through some pages. - The widget which ultimately holds all of the druid's pages and information. This is the widget which the application developer then places inside an outer widget, such as a dialog box for ultimate display. + + +The druid is a multi-page widget, which lets the developer guide the user through a complex operation by breaking it up into simple steps, showing some helpful text in the process. It is composed of several s. + + +The widget which ultimately holds all of the druid's pages and information. This is the widget which the application developer then places inside an outer widget, such as a dialog box for ultimate display. + + Gtk.Container diff --git a/doc/en/Gnome/DruidPage.xml b/doc/en/Gnome/DruidPage.xml index 618221546..f9f7da774 100644 --- a/doc/en/Gnome/DruidPage.xml +++ b/doc/en/Gnome/DruidPage.xml @@ -37,7 +37,7 @@ - Emit the event. + Emit the event. To be added @@ -49,7 +49,7 @@ - Emit the event. + Emit the event. an object of type It is called by gnome-druid exclusively. It is expected that non-linear Druids will override this signal and return if it handles changing pages. @@ -62,7 +62,7 @@ - Emit the event. + Emit the event. an object of type It is called by gnome-druid exclusively. It is expected that a Druid will override this signal and return if it does not want to exit. @@ -87,7 +87,7 @@ - Emit the event. + Emit the event. an object of type It is called by exclusively. It is expected that non-linear Druids will override this signal and return if it handles changing pages. diff --git a/doc/en/Gtk/CellRenderer.xml b/doc/en/Gtk/CellRenderer.xml index 36e0f6e68..1d07acb62 100644 --- a/doc/en/Gtk/CellRenderer.xml +++ b/doc/en/Gtk/CellRenderer.xml @@ -23,7 +23,7 @@ To this extent, it is not expected that a keep any permanent state around. Instead, any state is set just prior to use. Then, the cell is measured using . - Finally, the cell is rendered in the correct location using . + Finally, the cell is rendered in the correct location using . There are a number of rules that must be followed when writing a new . @@ -504,4 +504,4 @@ - + \ No newline at end of file diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index b64960b68..38fb37baf 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -758,7 +758,12 @@ For a example how to handle selection events see Whether to display alternating, shaded rows in the . an object of type an object of type - Setting to sets a hint to the theme engine to draw rows in alternating colors. + + Setting to sets a hint to the theme engine to draw rows in alternating colors. + +This property tells GTK# that the user interface for your application requires users to read across tree rows and associate cells with one another. By default, GTK# will then render the tree with alternating row colors. Do not use it just because you prefer the appearance of the ruled tree; that's a question for the theme. Some themes will draw tree rows in alternating colors even when rules are turned off, and users who prefer that appearance all the time can choose those themes. You should set this property only as a semantic hint to the theme engine that your tree makes alternating colors useful from a functional standpoint (since it has lots of columns, generally). + + @@ -1841,4 +1846,4 @@ tree_view.AppendColumn ("title", text, "text", 0); - + \ No newline at end of file