From 27f0e8b758a5da6763037f25445023b06b7a967b Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Sun, 23 Feb 2003 08:44:11 +0000 Subject: [PATCH] * en/Gtk/DirectionType.xml: * en/Gtk/SelectionMode.xml: More from Hector. svn path=/trunk/gtk-sharp/; revision=11860 --- doc/ChangeLog | 3 ++ doc/en/Gtk/DirectionType.xml | 56 +++++++++++++++++++++++++----------- doc/en/Gtk/SelectionMode.xml | 52 ++++++++++++++++++++++++--------- 3 files changed, 81 insertions(+), 30 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index fdd27958e..7bd332bfb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,8 @@ 2003-02-23 Duncan Mak + * en/Gtk/DirectionType.xml: + * en/Gtk/SelectionMode.xml: More from Hector. + * en/*/*.xml: a Big patch. This adds code-generated documentation for internal constructors, the GType property and the Finalized method. diff --git a/doc/en/Gtk/DirectionType.xml b/doc/en/Gtk/DirectionType.xml index 0adf45c58..8ec805395 100644 --- a/doc/en/Gtk/DirectionType.xml +++ b/doc/en/Gtk/DirectionType.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,10 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An enumeration used by TextView and Window + + This enumeration is used by and to decide how focus in the widget behaves. + System.Enum @@ -34,8 +36,12 @@ - To be added - To be added + Tab forward through the children capable of having focus, starting at the left or top. + + + Tab forward through the children capable of having focus, starting at the left or top. + + @@ -46,8 +52,12 @@ - To be added - To be added + Tab backward through the children with focus capability, starting at the right or bottom. + + + Tab backward through the children with focus capability, starting at the right or bottom. + + @@ -58,8 +68,12 @@ - To be added - To be added + Sets initial focus on the child nearest the bottom of the container. + + + Sets initial focus on the child nearest the bottom of the container. + + @@ -70,8 +84,12 @@ - To be added - To be added + Sets initial focus on the child nearest the top of the container. + + + Sets initial focus on the child nearest the top of the container. + + @@ -82,8 +100,12 @@ - To be added - To be added + Sets initial focus on the child nearest the right edge of the container. + + + Sets initial focus on the child nearest the right edge of the container. + + @@ -94,8 +116,10 @@ - To be added - To be added + Sets initial focus on the child nearest the left edge of the container. + + Sets initial focus on the child nearest the left edge of the container. + @@ -111,4 +135,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/SelectionMode.xml b/doc/en/Gtk/SelectionMode.xml index 16d570841..c23e7663e 100644 --- a/doc/en/Gtk/SelectionMode.xml +++ b/doc/en/Gtk/SelectionMode.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,12 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An enumeration used by TreeSelection. + + + This enumeration is used by to decide how selection behaves. + + System.Enum @@ -34,8 +38,12 @@ - To be added - To be added + Nothing can be selected. + + + Nothing can be selected. + + @@ -46,8 +54,12 @@ - To be added - To be added + Only one item can be selected at any given moment. Other items can have focus, but will not be marked as selected. + + + Only one item can be selected at any given moment. Other items can have focus, but will not be marked as selected. + + @@ -58,8 +70,12 @@ - To be added - To be added + Only one item can be selected at any given moment. Any item currently having focus will be marked as selected. + + + Only one item can be selected at any given moment. Any item currently having focus will be marked as selected. + + @@ -70,8 +86,12 @@ - To be added - To be added + Several items may be selected or unselected with a click or using the spacebar. They cannot be selected or unselected in any other way. + + + Note that multiple selection should only be used where all items share the exact same callback routine. + + @@ -82,8 +102,12 @@ - To be added - To be added + Several items may be selected or unselected using drag, or the shift (selects all items from the leader to the current focus) or control (selects the item having current focus) keys. + + + Note that extended selection should only be used where all items share the exact same callback routine. + + @@ -99,4 +123,4 @@ - \ No newline at end of file +