diff --git a/doc/ChangeLog b/doc/ChangeLog index 37e8b3992..c63488fe0 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2003-03-21 Lee Mallabone + + * en/Gtk/CalendarDisplayOptions.xml: + * en/Gtk/AnchorType.xml: Simple docs for these enums. + 2003-03-16 Hector E. Gomez Morales * en/Gtk/MenuShell.xml diff --git a/doc/en/Gtk/AnchorType.xml b/doc/en/Gtk/AnchorType.xml index d0c41ade3..c7e7b6d00 100644 --- a/doc/en/Gtk/AnchorType.xml +++ b/doc/en/Gtk/AnchorType.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A type to indicate an anchor position. + Anchors are used to ensure that items, (such as a , or ), are anchored to their container from a certain direction. System.Enum @@ -34,8 +34,8 @@ - To be added - To be added + Indicates that an item should be centrally anchored. + @@ -46,8 +46,8 @@ - To be added - To be added + Indicates that an item should be anchored to the north. + @@ -58,8 +58,8 @@ - To be added - To be added + Indicates that an item should be anchored to the north west. + @@ -70,8 +70,8 @@ - To be added - To be added + Indicates that an item should be anchored to the north east. + @@ -82,8 +82,8 @@ - To be added - To be added + Indicates that an item should be anchored to the south. + @@ -94,8 +94,8 @@ - To be added - To be added + Indicates that an item should be anchored to the south west. + @@ -106,8 +106,8 @@ - To be added - To be added + Indicates that an item should be anchored to the south east. + @@ -118,8 +118,8 @@ - To be added - To be added + Indicates that an item should be anchored to the left. + @@ -130,8 +130,8 @@ - To be added - To be added + Indicates that an item should be anchored to the right. + @@ -142,8 +142,8 @@ - To be added - To be added + An alias for the value. + @@ -154,8 +154,8 @@ - To be added - To be added + An alias for the value. + @@ -166,8 +166,8 @@ - To be added - To be added + An alias for the value. + @@ -178,8 +178,8 @@ - To be added - To be added + An alias for the value. + @@ -190,8 +190,8 @@ - To be added - To be added + An alias for the value. + @@ -202,8 +202,8 @@ - To be added - To be added + An alias for the value. + @@ -214,8 +214,8 @@ - To be added - To be added + An alias for the value. + @@ -226,8 +226,8 @@ - To be added - To be added + An alias for the value. + diff --git a/doc/en/Gtk/CalendarDisplayOptions.xml b/doc/en/Gtk/CalendarDisplayOptions.xml index d7b10920c..56e393efe 100644 --- a/doc/en/Gtk/CalendarDisplayOptions.xml +++ b/doc/en/Gtk/CalendarDisplayOptions.xml @@ -1,5 +1,5 @@ - + gtk-sharp 0.0.0.0 @@ -7,8 +7,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Represents different styles and display options for a . + System.Enum @@ -34,8 +34,8 @@ - To be added - To be added + Specifies that the month and year should be displayed. + @@ -46,8 +46,8 @@ - To be added - To be added + Specifies that three letter day descriptions should be present. + In English these are, 'Mon', 'Tue', etc... @@ -58,8 +58,8 @@ - To be added - To be added + Prevents the user from switching months with the calendar. + If retrieving a date from the user, this restricts them to only select a date from the displayed month. @@ -70,8 +70,8 @@ - To be added - To be added + Displays each week numbers of the current year, down the left side of the calendar. + @@ -82,8 +82,8 @@ - To be added - To be added + Starts the calendar week on Monday, instead of the default Sunday. +