diff --git a/doc/ChangeLog b/doc/ChangeLog index 8eb32c31b..d4bcccd3c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,16 @@ +2004-12-17 Shane Landrum + + * en/Gtk/FontSelectionDialog.xml: Doc 1 property + * en/Gtk/TargetEntry.xml + * en/Gtk/TargetPair.xml + * en/Gtk/SelectionData.xml + * en/Gtk/SelectionGetArgs.xml + * en/Gtk/SelectionNotifyEventArgs.xml + * en/Gtk/SelectionRequestEventArgs.xml: Docs for selection-related + and DND code. + * en/Gtk/Stock.xml: Doc some new items for 2.4 + * en/Gtk/ToolButton.xml: Add docs + 2004-12-17 Shane Landrum * en/Gtk/RadioAction.xml diff --git a/doc/en/Gtk/FontSelectionDialog.xml b/doc/en/Gtk/FontSelectionDialog.xml index 16de71776..e47a6d52f 100644 --- a/doc/en/Gtk/FontSelectionDialog.xml +++ b/doc/en/Gtk/FontSelectionDialog.xml @@ -159,10 +159,10 @@ - To be added + The font that was selected using the dialog. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/SelectionData.xml b/doc/en/Gtk/SelectionData.xml index 0b1e1c2a2..96723ace4 100644 --- a/doc/en/Gtk/SelectionData.xml +++ b/doc/en/Gtk/SelectionData.xml @@ -52,8 +52,11 @@ - To be added - To be added: an object of type 'bool' + + Assuming that this selection data object holds a list + of targets, determines if any of the targets in can be used to + provide text. + a @@ -93,9 +96,10 @@ - To be added + The unit length of the data in bits. a - + On most systems, this is 8 for a string and 32 for + an integer. @@ -151,11 +155,11 @@ - To be added + Sets the data for a selection. a - a - a - a + a , the number of bits per data unit + a , the data to be set + a , the length of the data. @@ -171,10 +175,10 @@ - To be added + Sets the data for a selection. a - a - a + a , the number of bits per data unit + a , the data to be set @@ -186,9 +190,9 @@ - To be added + The selected data. a - To be added + @@ -199,9 +203,9 @@ - To be added + The type of target being used. a - To be added + XXX: Add a list of useful strings for target types. @@ -212,9 +216,9 @@ - To be added + Gets the selection data as an array of targets. a - To be added + @@ -225,10 +229,10 @@ - To be added + The type of selection data a - To be added + XXX: elaborate on the possible values here. - \ No newline at end of file + diff --git a/doc/en/Gtk/SelectionGetArgs.xml b/doc/en/Gtk/SelectionGetArgs.xml index 5e6ccfca8..effa45831 100644 --- a/doc/en/Gtk/SelectionGetArgs.xml +++ b/doc/en/Gtk/SelectionGetArgs.xml @@ -51,7 +51,7 @@ System.UInt32 - To be added + An enumerator to identify the specific target for this selection. A @@ -69,4 +69,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/SelectionNotifyEventArgs.xml b/doc/en/Gtk/SelectionNotifyEventArgs.xml index 6ff279112..832c89a0c 100644 --- a/doc/en/Gtk/SelectionNotifyEventArgs.xml +++ b/doc/en/Gtk/SelectionNotifyEventArgs.xml @@ -39,10 +39,10 @@ Gdk.EventSelection - To be added - To be added: an object of type 'Gdk.EventSelection' - To be added + The event which triggered this callback. + A + - \ No newline at end of file + diff --git a/doc/en/Gtk/SelectionRequestEventArgs.xml b/doc/en/Gtk/SelectionRequestEventArgs.xml index 43a02ca26..f17da6472 100644 --- a/doc/en/Gtk/SelectionRequestEventArgs.xml +++ b/doc/en/Gtk/SelectionRequestEventArgs.xml @@ -39,10 +39,10 @@ Gdk.EventSelection - To be added - To be added: an object of type 'Gdk.EventSelection' - To be added + The event which triggered this callback. + A + - \ No newline at end of file + diff --git a/doc/en/Gtk/Stock.xml b/doc/en/Gtk/Stock.xml index 8b9d87aa7..e51deeb07 100644 --- a/doc/en/Gtk/Stock.xml +++ b/doc/en/Gtk/Stock.xml @@ -978,9 +978,9 @@ - To be added + The "Harddisk" item. a - To be added + @@ -991,9 +991,9 @@ - To be added + The "Indent" item. a - To be added + @@ -1004,9 +1004,9 @@ - To be added + The "Network" item. a - To be added + @@ -1017,10 +1017,10 @@ - To be added + The "Unindent" item. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/TargetEntry.xml b/doc/en/Gtk/TargetEntry.xml index b4a14e970..54187f54d 100644 --- a/doc/en/Gtk/TargetEntry.xml +++ b/doc/en/Gtk/TargetEntry.xml @@ -74,8 +74,10 @@ - To be added - + The target type. + Some common types include "STRING", "GTK_TREE_MODEL_ROW", + "TEXT", "UTF8_STRING"; this is not an exhaustive list, and any given + application may define its own targets. @@ -100,9 +102,9 @@ - To be added + A unique identifier for a target. - \ No newline at end of file + diff --git a/doc/en/Gtk/TargetPair.xml b/doc/en/Gtk/TargetPair.xml index 5b8c1da7f..89125ee0d 100644 --- a/doc/en/Gtk/TargetPair.xml +++ b/doc/en/Gtk/TargetPair.xml @@ -27,7 +27,7 @@ - To be added + An empty target. @@ -41,8 +41,8 @@ - To be added - a + Constructor for internal use only. + a , pointer to the underlying C structure. a @@ -89,4 +89,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/ToolButton.xml b/doc/en/Gtk/ToolButton.xml index 7e7be5599..d9fecd54e 100644 --- a/doc/en/Gtk/ToolButton.xml +++ b/doc/en/Gtk/ToolButton.xml @@ -9,8 +9,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A button for a toolbar. + Gtk.ToolItem @@ -36,8 +36,8 @@ - To be added - To be added + Override to perform actions before object destruction. + @@ -60,10 +60,10 @@ - To be added + Protected constructor. a a - To be added + @@ -74,10 +74,10 @@ - To be added - a + Constructor for internal use only. + a , pointer to underlying C object. a - To be added + @@ -89,11 +89,11 @@ - To be added - a - a + Public constructor + a , a widget that will be used as icon widget, or + a , a label for this button, or a - To be added + @@ -104,10 +104,10 @@ - To be added - a + Public constructor that uses a stock item. + a , the name of the stock item a - To be added + @@ -118,9 +118,9 @@ - To be added + The of this object. a - To be added + @@ -131,9 +131,9 @@ - To be added + The label for this button. a - To be added + @@ -144,9 +144,9 @@ - To be added + If this is a stock item, the ID for the stock item. a - To be added + @@ -157,9 +157,9 @@ - To be added + The label for this button in widget form. a - To be added + @@ -170,9 +170,9 @@ - To be added + The icon for this button, in widget form. a - To be added + @@ -183,9 +183,21 @@ - To be added + Whether the button label has the form "_Open". a - To be added + + + If set, an underline in the label property indicates that the next character + should be used for the mnemonic accelerator key in the overflow menu. For + example, if the label property is "_Open" and this property is set, + the label on the tool button will be "Open" and the item on the overflow + menu will have an underlined 'O'. + + + Labels shown on tool buttons never have mnemonics on them; this property + only affects the menu item on the overflow menu. + + @@ -196,9 +208,10 @@ - To be added - To be added + This signal is emitted when the tool button is clicked with + the mouse or activated with the keyboard. + - \ No newline at end of file +