From 1f227a628f959b2f5da2f0eedeed0a634690cddb Mon Sep 17 00:00:00 2001 From: Duncan Mak Date: Sat, 22 Feb 2003 22:32:28 +0000 Subject: [PATCH] * en/Gtk/MovementStep.xml: * en/Gtk/ResizeMode.xml: * en/Gtk/StateType.xml: * en/Gtk/ToolbarStyle.xml: More from Hector, the Mexican documentation phenomenon! svn path=/trunk/gtk-sharp/; revision=11850 --- doc/ChangeLog | 6 +++ doc/en/Gtk/MovementStep.xml | 86 +++++++++++++++++++++++++++---------- doc/en/Gtk/ResizeMode.xml | 36 +++++++++++----- doc/en/Gtk/StateType.xml | 55 ++++++++++++++++++------ doc/en/Gtk/ToolbarStyle.xml | 42 ++++++++++++------ 5 files changed, 166 insertions(+), 59 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index e500eea5c..d077196bb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,11 @@ 2003-02-22 Duncan Mak + * en/Gtk/MovementStep.xml: + * en/Gtk/ResizeMode.xml: + * en/Gtk/StateType.xml: + * en/Gtk/ToolbarStyle.xml: More from Hector, the Mexican + documentation phenomenon! + * en/Gtk/HSeparator.xml: Hector Gomez. * en/Gtk/DeleteType.xml: Kevin Breit, with edits. diff --git a/doc/en/Gtk/MovementStep.xml b/doc/en/Gtk/MovementStep.xml index ad48db9f6..ac1eabf40 100644 --- a/doc/en/Gtk/MovementStep.xml +++ b/doc/en/Gtk/MovementStep.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,12 @@ To be added - To be added - To be added + An enumeration used by Label. + + + This enumeration is used by to decide how the cursor will move. + + System.Enum @@ -34,8 +38,12 @@ - To be added - To be added + The cursor will move by forward/back graphemes. + + + The cursor will move by forward/back graphemes. + + @@ -46,8 +54,12 @@ - To be added - To be added + The cursor will move by left/right graphemes. + + + The cursor will move by left/right graphemes. + + @@ -58,8 +70,12 @@ - To be added - To be added + The cursor will move by forward/back words. + + + The cursor will move by forward/back words. + + @@ -70,8 +86,12 @@ - To be added - To be added + The cursor will move up/down lines (wrapped lines). + + + The cursor will move up/down lines (wrapped lines). + + @@ -82,8 +102,12 @@ - To be added - To be added + The cursor will move up/down lines (wrapped lines). + + + The cursor will move up/down lines (wrapped lines). + + @@ -94,8 +118,12 @@ - To be added - To be added + The cursor will move up/down paragraphs (newline-ended lines). + + + The cursor will move up/down paragraphs (newline-ended lines). + + @@ -106,8 +134,12 @@ - To be added - To be added + The cursor will move to either end of a paragraph. + + + The cursor will move to either end of a paragraph. + + @@ -118,8 +150,12 @@ - To be added - To be added + The cursor will move by pages. + + + The cursor will move by pages. + + @@ -130,8 +166,12 @@ - To be added - To be added + The cursor will move to the end of the buffer. + + + The cursor will move to the end of the buffer. + + @@ -142,9 +182,9 @@ - To be added + Move horizontally by pages To be added - \ No newline at end of file + diff --git a/doc/en/Gtk/ResizeMode.xml b/doc/en/Gtk/ResizeMode.xml index 4afa25b2f..010bc8aba 100644 --- a/doc/en/Gtk/ResizeMode.xml +++ b/doc/en/Gtk/ResizeMode.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,12 @@ To be added - To be added - To be added + An enumeration used by Container + + + This enumeration is used by to decide how resize behaves. + + System.Enum @@ -34,8 +38,12 @@ - To be added - To be added + Resize request is sent to the parent. + + + Resize request is sent to the parent. + + @@ -46,8 +54,12 @@ - To be added - To be added + Queue resizes are sent to the widget. + + + Queue resizes are sent to the widget. + + @@ -58,8 +70,12 @@ - To be added - To be added + Perform the resizes now. + + + Perform the resizes now. + + @@ -75,4 +91,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/StateType.xml b/doc/en/Gtk/StateType.xml index 0c1d9aeeb..c8ebd4c4f 100644 --- a/doc/en/Gtk/StateType.xml +++ b/doc/en/Gtk/StateType.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,15 @@ To be added - To be added - To be added + An enumeration used by Style. + + + This enumeration is used to indicate the current state of a widget; the state determines how the widget is draw. + + + This enumeration is also used to identify different colors in a for drawing, so states can be used for subparts of a widget as well as entire widgets. + + System.Enum @@ -34,8 +41,12 @@ - To be added - To be added + State during normal operation. + + + State during normal operation. + + @@ -46,8 +57,12 @@ - To be added - To be added + State of a currently active widget, such as a depressed button. + + + State of a currently active widget, such as a depressed button. + + @@ -58,8 +73,12 @@ - To be added - To be added + State indicating that the mouse pointer is over the widget and the widget will respond to mouse clicks. + + + State indicating that the mouse pointer is over the widget and the widget will respond to mouse clicks. + + @@ -70,8 +89,12 @@ - To be added - To be added + State of a selected item, such the selected row in a list. + + + State of a selected item, such the selected row in a list. + + @@ -82,8 +105,12 @@ - To be added - To be added + State indicating that the widget is unresponsive to user actions. + + + State indicating that the widget is unresponsive to user actions. + + @@ -99,4 +126,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/ToolbarStyle.xml b/doc/en/Gtk/ToolbarStyle.xml index 69e0bdcc1..4f600caf3 100644 --- a/doc/en/Gtk/ToolbarStyle.xml +++ b/doc/en/Gtk/ToolbarStyle.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,12 @@ To be added - To be added - To be added + An enumeration used by Toolbar + + + This enumeration is used by to customize it's appearance. Note that setting the toolbar overrides the user's preferences for the default toolbar style. + + System.Enum @@ -34,8 +38,12 @@ - To be added - To be added + Buttons display only icons in the toolbar. + + + Buttons display only icons in the toolbar. + + @@ -46,8 +54,10 @@ - To be added - To be added + Buttons display only text labels in the toolbar. + + Buttons display only text labels in the toolbar. + @@ -58,8 +68,12 @@ - To be added - To be added + Buttons display text and icons in the toolbar. + + + Buttons display text and icons in the toolbar. + + @@ -70,8 +84,12 @@ - To be added - To be added + Buttons display icons and text alongside each other, rather than vertically stacked. + + + Buttons display icons and text alongside each other, rather than vertically stacked. + + @@ -87,4 +105,4 @@ - \ No newline at end of file +