diff --git a/doc/ChangeLog b/doc/ChangeLog index c22795164..5dc2c7532 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,5 +1,7 @@ 2003-02-21 Duncan Mak + * en/Gtk/Arrow.xml: Kevin Breit, . + * en/Gtk/Misc.xml: Raphael J. Schmid, . * en/Gtk/CornerType.xml: Kevin Breit, . diff --git a/doc/en/Gtk/Arrow.xml b/doc/en/Gtk/Arrow.xml index 3b89344bc..79f33b9e2 100644 --- a/doc/en/Gtk/Arrow.xml +++ b/doc/en/Gtk/Arrow.xml @@ -1,15 +1,26 @@ - + gtk-sharp 0.0.0.0 - To be added + Arrow is not a thread safe object - To be added - To be added - + Produces an Arrow pointing in one of four cardinal directions. + + + Arrow should be used to draw simple arrows that need to point in one of the four cardinal directions (Up, Down, Left, or Right). The style of the arrow can be one of the following: None, In, Out, EtchedIn and EtchedOut. Note that these directions and style types may be ammended in versions of Gtk to come. + + + Arrow will fill any space alloted to it, but since it is inherited from , it can be padded + and/or aligned, fill exactly the space the programmer desires. + + + The direction or style of an arrow can be changed after creation by using . + + + Gtk.Misc @@ -39,7 +50,7 @@ To be added To be added: an object of type 'uint' - To be added + @@ -53,10 +64,13 @@ - To be added - To be added: an object of type 'Gtk.ArrowType' - To be added: an object of type 'Gtk.ShadowType' - To be added + Sets the direction and style of the Arrow. + A valid ArrowType. + A valid ShadowType. + + The cardinal directions are: Up, Down, Left and Right. + The shadow types are: None, In, Out, EtchedIn and EtchedOut. + @@ -67,8 +81,8 @@ - To be added - To be added + Disposes of this widge + @@ -79,10 +93,10 @@ - To be added - To be added: an object of type 'uint' - To be added: an object of type 'Gtk.Arrow' - To be added + Internal constructor + + A new Arrow + @@ -93,10 +107,12 @@ - To be added - To be added: an object of type 'IntPtr' - To be added: an object of type 'Gtk.Arrow' - To be added + Internal construction + A pointer to a GtkArrow, as returned by the Gtk+ C API. + A C# Gtk.Arrow that wraps the parameter + + If you don't already know that you need this constructor, it should not be used. + @@ -108,11 +124,11 @@ - To be added - To be added: an object of type 'Gtk.ArrowType' - To be added: an object of type 'Gtk.ShadowType' - To be added: an object of type 'Gtk.Arrow' - To be added + Constructor + A valid ArrowType. + A valid ShadowType. + A new Arrow + @@ -121,9 +137,9 @@ - To be added - To be added: an object of type 'Gtk.Arrow' - To be added + Constructor + A new Arrow + @@ -133,9 +149,9 @@ System.UInt32 - To be added - To be added: an object of type 'uint' - To be added + Get the type of this object, as registered with the GLib object system. + A number that uniquely identifies this type in the GLib object system + Mostly for internal use. @@ -148,10 +164,17 @@ - To be added - To be added: an object of type 'Gtk.ShadowType' - To be added: an object of type 'Gtk.ShadowType' - To be added + Used to change the appearance of an outline typically provided by a Frame. + A valid Shadow type. + Returns a new ShadowType. + + + Changes the appearance of an outline typically provided by a . + + + The shadow types are: None, In, Out, EtchedIn and EtchedOut. + + @@ -164,10 +187,17 @@ - To be added - To be added: an object of type 'Gtk.ArrowType' - To be added: an object of type 'Gtk.ArrowType' - To be added + Used to change the direction of an Arrow. + A valid ArrowType. + A new Arrow. + + + Changes the direction of an Arrow. + + + The cardinal directions are: Up, Down, Left and Right. + +