From b64284f79446abffbdc9e07eda99c5f12f8577e2 Mon Sep 17 00:00:00 2001 From: Shane Landrum Date: Wed, 4 Aug 2004 17:10:22 +0000 Subject: [PATCH] 2004-08-04 Shane Landrum * en/Gtk/*: docs for many tree-related methods, assorted others. svn path=/trunk/gtk-sharp/; revision=31876 --- doc/ChangeLog | 5 + doc/en/Gtk/Bin.xml | 10 +- doc/en/Gtk/CellRenderer.xml | 34 ++--- doc/en/Gtk/TextTag.xml | 11 +- doc/en/Gtk/TextView.xml | 18 +-- doc/en/Gtk/TitleChangedArgs.xml | 8 +- doc/en/Gtk/Toolbar.xml | 110 +++++++++------- doc/en/Gtk/Tooltips.xml | 2 +- doc/en/Gtk/TooltipsData.xml | 8 +- doc/en/Gtk/Tree.xml | 14 +- doc/en/Gtk/TreeDragDest.xml | 32 +++-- doc/en/Gtk/TreeDragSource.xml | 34 ++--- doc/en/Gtk/TreeModel.xml | 12 +- doc/en/Gtk/TreeModelSort.xml | 6 +- doc/en/Gtk/TreePath.xml | 91 ++++++------- doc/en/Gtk/TreeSelection.xml | 12 +- doc/en/Gtk/TreeView.xml | 161 ++++++++++++----------- doc/en/Gtk/UnmapEventArgs.xml | 6 +- doc/en/Gtk/UnmapEventHandler.xml | 4 +- doc/en/Gtk/Visibility.xml | 8 +- doc/en/Gtk/VisibilityNotifyEventArgs.xml | 8 +- doc/en/Gtk/Widget.xml | 36 ++--- doc/en/Gtk/WidgetEventArgs.xml | 6 +- doc/en/Gtk/WidgetHelpType.xml | 6 +- doc/en/Gtk/WindowStateEventArgs.xml | 8 +- 25 files changed, 345 insertions(+), 305 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 0a2d8caf0..fdfa42de7 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2004-08-04 Shane Landrum + + * en/Gtk/*: docs for many tree-related methods, + assorted others. + 2004-08-01 Shane Landrum * en/Pango/*: Filled in all "To be added"; cleaned diff --git a/doc/en/Gtk/Bin.xml b/doc/en/Gtk/Bin.xml index f2b5f470a..051e018c5 100644 --- a/doc/en/Gtk/Bin.xml +++ b/doc/en/Gtk/Bin.xml @@ -181,9 +181,9 @@ class Y { - To be added + Gets the one and only child widget of this Bin object. a - To be added + @@ -219,10 +219,10 @@ class Y { - To be added + Protected constructor. a - To be added + Chain to this constructor if you have not manually registered a native value for your subclass. - \ No newline at end of file + diff --git a/doc/en/Gtk/CellRenderer.xml b/doc/en/Gtk/CellRenderer.xml index d56d40a3b..05b78788f 100644 --- a/doc/en/Gtk/CellRenderer.xml +++ b/doc/en/Gtk/CellRenderer.xml @@ -89,7 +89,7 @@ Sets the renderer size to be explicit, independent of the properties set. an object of type an object of type - To be added + @@ -103,10 +103,10 @@ - To be added - an object of type - an object of type - To be added + Fills in and with the appropriate size of . + an for the width + an for the height + @@ -376,9 +376,9 @@ - To be added + A protected constructor. (FIXME: elaborate.) a - To be added + @@ -421,14 +421,14 @@ - To be added - a - a - a - a - a - a - To be added + Invokes the virtual render function of the . The three passed-in rectangles are areas of window. Most renderers will draw within ; the xalign, yalign, xpad, and ypad fields of the should be honored with respect to . includes the blank space around the cell, and also the area containing the tree expander; so the rectangles for all cells tile to cover the entire window. is a clip rectangle. + a to render to + a , the widget that owns + a , entire cell area (including tree expanders and maybe padding on the sides) + a , area normally rendered by a cell renderer + a , area that needs updating + a , flags that affect rendering + @@ -454,8 +454,8 @@ a a a - To be added + Some cell renderers may use events; for example, toggles when it gets a mouse click. - \ No newline at end of file + diff --git a/doc/en/Gtk/TextTag.xml b/doc/en/Gtk/TextTag.xml index 6479143a2..20cc3f24a 100644 --- a/doc/en/Gtk/TextTag.xml +++ b/doc/en/Gtk/TextTag.xml @@ -303,8 +303,9 @@ Tags should be in the for a given pixels of blank space - Pixels of blank space between wrapped lines in a paragraph> - To be added + An integer + + @@ -690,8 +691,8 @@ Default value: 400 - To be added - To be added + Fired whenever this text tag explicitly fires an event; general-purpose event. + @@ -742,4 +743,4 @@ Default value: 400 - \ No newline at end of file + diff --git a/doc/en/Gtk/TextView.xml b/doc/en/Gtk/TextView.xml index 7ad9a4fd6..1834b8884 100644 --- a/doc/en/Gtk/TextView.xml +++ b/doc/en/Gtk/TextView.xml @@ -907,8 +907,8 @@ class TextViewSample - To be added - To be added + Fired whenever the adjustment values for the scrollbars are set. + @@ -919,8 +919,8 @@ class TextViewSample - To be added - To be added + Fired whenever an anchor (e.g. ) is set within the TextView. + @@ -931,8 +931,8 @@ class TextViewSample - To be added - To be added + Fired whenever the cursor is moved. + @@ -1003,8 +1003,8 @@ class TextViewSample - To be added - To be added + Fired whenever the insert/overwrite flag is toggled. + @@ -1339,4 +1339,4 @@ class TextViewSample - \ No newline at end of file + diff --git a/doc/en/Gtk/TitleChangedArgs.xml b/doc/en/Gtk/TitleChangedArgs.xml index ed2f32127..3db7ffe93 100644 --- a/doc/en/Gtk/TitleChangedArgs.xml +++ b/doc/en/Gtk/TitleChangedArgs.xml @@ -39,10 +39,10 @@ System.String - To be added - To be added: an object of type 'string' - To be added + Holds the new title for the window. + the new title. + - \ No newline at end of file + diff --git a/doc/en/Gtk/Toolbar.xml b/doc/en/Gtk/Toolbar.xml index 74bcf2c76..6f55dcf82 100644 --- a/doc/en/Gtk/Toolbar.xml +++ b/doc/en/Gtk/Toolbar.xml @@ -57,7 +57,7 @@ Adds a new space to the beginning of the toolbar. - To be added + @@ -82,8 +82,8 @@ Unsets toolbar icon size set with . - - To be added + + @@ -122,7 +122,7 @@ A to add to the toolbar. The tooltip for the element. Used for context-sensitive help about this toolbar element. - To be added + @@ -134,7 +134,7 @@ Adds a new space to the end of the toolbar. - To be added + @@ -149,7 +149,7 @@ Removes a space from the specified position. The index of the space to remove. - To be added + @@ -168,7 +168,7 @@ a to add to the toolbar. The tooltip for the element. Used for context-sensitive help about this toolbar element. - To be added + @@ -183,7 +183,7 @@ Inserts a new space in the toolbar at the specified position. The number of widgets after which a space should be inserted. - To be added + @@ -222,7 +222,7 @@ Creates a new toolbar. The newly-created toolbar. - To be added + @@ -237,7 +237,7 @@ This function sets the size of stock icons in the toolbar. You can call it both before you add the icons and after they have been added. The size you set will override user preferences for the default icon size. The that stock icons in the toolbar shall have. The icon size for the toolbar. - To be added + @@ -252,7 +252,7 @@ Sets if the tooltips of a toolbar should be active or not. set to to disable the tooltips, or to enable them. Whether tooltips are enabled. - To be added + @@ -267,7 +267,7 @@ Alters the view of toolbar to display either icons only, text only, or both. The new style for toolbar. The current style of toolbar. - To be added + @@ -282,7 +282,7 @@ Sets the of the toolbar to either or . The orientation of the toolbar. The orientation of the toolbar. - To be added + @@ -294,7 +294,7 @@ Used if you wish to perform an action when the orientation of a toolbar is changed. - To be added + @@ -368,16 +368,25 @@ - To be added - a - a - a - a - a - a - a + + + This method is deprecated and should not be used in new code. + + + Adds a new button to the beginning of the toolbar (left or top, depending on toolbar orientation). + + +If type == , widget is used as the new element. If type == , widget is used to determine the radio group for the new element. In all other cases, widget must be NULL. + + + a , the type of widget to add + a , the widget itself + a , a label for the widget + a , simple tooltip text + a , context-sensitive detailed help + a , the icon to use for this widget + a , a callback function to use when the new widget is touched. a - To be added @@ -398,18 +407,29 @@ - To be added - a - a - a - a - a - a - a - a - a - a - To be added + + + This method is deprecated and should not be used in new code. + + + Adds a new button to the beginning of the toolbar (left or top, depending on toolbar orientation). + + +If type == , widget is used as the new element. If type == , widget is used to determine the radio group for the new element. In all other cases, widget must be NULL. + + + a , the type of widget to add + a , the widget itself + a , a label for the widget + a , simple tooltip text + a , context-sensitive detailed help + a , the icon to use for this widget + a , a callback function to use when the new widget is touched. + + a , data to pass to the callback. + a , the number of toolbar widgets to insert this element after. + a , the new toolbar element. + @@ -426,14 +446,14 @@ - To be added + Deprecated. a a a a a a - To be added + @@ -459,7 +479,7 @@ a a a - To be added + @@ -478,7 +498,7 @@ - To be added + Deprecated. a a a @@ -487,7 +507,7 @@ a a a - To be added + @@ -504,14 +524,14 @@ - To be added + Deprecated. a a a a a a - To be added + @@ -530,7 +550,7 @@ - To be added + Deprecated. a a a @@ -539,7 +559,7 @@ a a a - To be added + @@ -557,4 +577,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Tooltips.xml b/doc/en/Gtk/Tooltips.xml index 67fedfa7d..47dbd014a 100644 --- a/doc/en/Gtk/Tooltips.xml +++ b/doc/en/Gtk/Tooltips.xml @@ -204,4 +204,4 @@ class ToolTipsExample - \ No newline at end of file + diff --git a/doc/en/Gtk/TooltipsData.xml b/doc/en/Gtk/TooltipsData.xml index 9b3871138..864610e62 100644 --- a/doc/en/Gtk/TooltipsData.xml +++ b/doc/en/Gtk/TooltipsData.xml @@ -10,7 +10,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - The data needed for a + The data needed for a object. @@ -91,11 +91,9 @@ - To be added + Generates a Tooltips object out of this data. an object of type an object of type - - @@ -129,4 +127,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/Tree.xml b/doc/en/Gtk/Tree.xml index a516d7990..7015e4ffa 100644 --- a/doc/en/Gtk/Tree.xml +++ b/doc/en/Gtk/Tree.xml @@ -38,12 +38,12 @@ - To be added + Deprecated. a a a a - To be added + @@ -58,12 +58,12 @@ - To be added + Deprecated. a a a a - To be added + @@ -72,10 +72,10 @@ - To be added + Deprecated. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeDragDest.xml b/doc/en/Gtk/TreeDragDest.xml index 05c29b546..cf9e4f747 100644 --- a/doc/en/Gtk/TreeDragDest.xml +++ b/doc/en/Gtk/TreeDragDest.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An object to represent the rows of a tree when something is drag-and-dropped onto them. + @@ -32,11 +32,13 @@ - To be added - To be added: an object of type 'Gtk.TreePath' - To be added: an object of type 'Gtk.SelectionData' - To be added: an object of type 'bool' - To be added + + Determines whether a drop is possible before the given , at the same depth as . i.e., can we drop the data in at that location. does not have to exist; the return value will almost certainly be FALSE if the parent of doesn't exist, though. + + a , the potential drop target + a , the data to drop + A boolean for whether the drop is possible. + @@ -50,12 +52,16 @@ - To be added - To be added: an object of type 'Gtk.TreePath' - To be added: an object of type 'Gtk.SelectionData' - To be added: an object of type 'bool' - To be added + + Asks the TreeDragDest to insert a row before the given , deriving the contents of the row from the given . + + a , where to drop the data + a , the data to drop + A boolean for whether the row was dropped successfully. + If dest_path is outside the tree so that inserting before it is impossible, FALSE will be returned. Also, FALSE may be returned if the new row cannot be created for some model-specific reason. Should robustly handle a destination path no longer found in the model. + + - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeDragSource.xml b/doc/en/Gtk/TreeDragSource.xml index 178068c0b..206064d38 100644 --- a/doc/en/Gtk/TreeDragSource.xml +++ b/doc/en/Gtk/TreeDragSource.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + An object to represent the rows of a tree when one of them is dragged to another location. + @@ -32,11 +32,11 @@ - To be added - To be added: an object of type 'Gtk.TreePath' - To be added: an object of type 'Gtk.SelectionData' - To be added: an object of type 'bool' - To be added + Asks the to fill in with a representation of the row at . Should robustly handle a path no longer found in the model. + a + a object to fill with data + A boolean; true if data of the required type was provided. + FIXME: the original doc says, "selection_data->target gives the required type of the data.", but there doesn't seem to be a parallel in Gtk#. Check this. @@ -49,10 +49,10 @@ - To be added - To be added: an object of type 'Gtk.TreePath' - To be added: an object of type 'bool' - To be added + Check whether the row at is draggable. If the source doesn't implement this method, the row is assumed to be draggable. + a + A boolean, true if this row can be dragged. + @@ -65,11 +65,13 @@ - To be added - To be added: an object of type 'Gtk.TreePath' - To be added: an object of type 'bool' - To be added + + Asks the TreeDragSource to delete the row at path, because it was moved somewhere else via drag-and-drop. Returns FALSE if the deletion fails because path no longer exists, or for some model-specific reason. Should robustly handle a path no longer found in the model. + + a to delete + A boolean for whether the deletion succeeded. + - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeModel.xml b/doc/en/Gtk/TreeModel.xml index fb7ca9819..1468f9494 100644 --- a/doc/en/Gtk/TreeModel.xml +++ b/doc/en/Gtk/TreeModel.xml @@ -69,10 +69,10 @@ - To be added: + Sets the TreeIter object pointed to by the iter param to point to the first child of this tree. an object of type an object of type - To be added: + @@ -653,10 +653,10 @@ - To be added - a + Returns the type of the column at the given index. + a , the column number. a - To be added + @@ -713,4 +713,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeModelSort.xml b/doc/en/Gtk/TreeModelSort.xml index a7522842c..c0962d068 100644 --- a/doc/en/Gtk/TreeModelSort.xml +++ b/doc/en/Gtk/TreeModelSort.xml @@ -10,8 +10,8 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + A class that makes an underlying sortable. + GLib.Object @@ -1085,4 +1085,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TreePath.xml b/doc/en/Gtk/TreePath.xml index 9515f8359..1eebf6bb5 100644 --- a/doc/en/Gtk/TreePath.xml +++ b/doc/en/Gtk/TreePath.xml @@ -10,8 +10,9 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - To be added - To be added + Represents a particular node of a . + A TreePath can be converted into either an array of unsigned integers or a string. The string form is a list of numbers separated by a colon. Each number refers to the offset at that level. Thus, the path "0" refers to the root node and the path "2:4" refers to the fifth child of the third node. + GLib.Opaque @@ -31,9 +32,9 @@ - To be added + Creates a new GtkTreePath. an object of type - To be added + The string representation of this path is "0". @@ -44,9 +45,9 @@ - To be added - an object of type - To be added + Copies a TreePath into a new TreePath object. + an object of type , the new copy + @@ -59,10 +60,10 @@ - To be added - an object of type - an object of type - To be added + Tests whether this TreePath is a descendant of a particular TreePath. + an object of type , the potential ancestor to test + an object of type , true if this TreePath is the other TreePath's descendant. + @@ -75,10 +76,10 @@ - To be added - an object of type - an object of type - To be added + Tests whether this TreePath is an ancestor of a given TreePath + an object of type , the potential descendant + an object of type , returns true if this TreePath is an ancestor of the given TreePath. + @@ -89,8 +90,8 @@ - To be added - To be added + Changes this TreePath object to refer to its own first child. + FIXME: make sure this is right. @@ -103,10 +104,10 @@ - To be added - an object of type + Compares two paths. If this path appears before b in a tree, then -1 is returned. If the parameter path appears before this path, then 1 is returned. If the two nodes are equal, then 0 is returned. + an object of type , the path to compare an object of type - To be added + @@ -117,8 +118,8 @@ - To be added - To be added + Disposes of the TreePath object and any resources it was using. + @@ -129,8 +130,8 @@ - To be added - To be added + Moves the TreePath to point to the next node at the current depth. + @@ -141,9 +142,9 @@ - To be added - an object of type - To be added + Moves the TreePath to point to the previous node at the current depth, if it exists. + an object of type , true if the path has a previous node and the move was made successfully. + @@ -154,9 +155,9 @@ - To be added - an object of type - To be added + Moves the TreePath to point to its parent node, if it has a parent. + an object of type , true if the path has a previous node and the move was made successfully. + @@ -181,9 +182,9 @@ - To be added + Constructor; builds an empty TreePath. an object of type - To be added + @@ -207,9 +208,9 @@ System.Int32 - To be added + Returns the current depth of the TreePath. an object of type - To be added + @@ -222,9 +223,9 @@ - To be added - a - To be added + Prepends a new index to a path. As a result, the depth of the path is increased. + a , the index to prepend + @@ -237,9 +238,9 @@ - To be added - a - To be added + Appends a new index to a path. As a result, the depth of the path is increased. + a , the index to append + @@ -250,9 +251,9 @@ - To be added + Returns the current indices of the TreePath. This is an array of integers, each representing a node in a tree. This value should not be freed. a - To be added + @@ -263,9 +264,9 @@ - To be added + Generates a string representation of the TreePath. This string is a ':' separated list of numbers. For example, "4:10:0:3" would be an acceptable return value for this string. a - To be added + @@ -282,4 +283,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeSelection.xml b/doc/en/Gtk/TreeSelection.xml index e8edce936..521e18620 100644 --- a/doc/en/Gtk/TreeSelection.xml +++ b/doc/en/Gtk/TreeSelection.xml @@ -419,12 +419,12 @@ class TreeSelectionSample - Unselects everything from one path to another. + Unselects everything between one path and another. to begin range. to end range. - To be added + @@ -437,7 +437,7 @@ class TreeSelectionSample Get the number of selected rows. The number of selected rows - To be added + @@ -513,7 +513,7 @@ class TreeSelectionSample Returns an array of s representing the selected rows. The model the is bound to. Selected rows in an array of s - To be added + @@ -522,10 +522,10 @@ class TreeSelectionSample - To be added + Protected constructor. a To be added - \ No newline at end of file + diff --git a/doc/en/Gtk/TreeView.xml b/doc/en/Gtk/TreeView.xml index 0063300f0..453b3f19b 100644 --- a/doc/en/Gtk/TreeView.xml +++ b/doc/en/Gtk/TreeView.xml @@ -491,8 +491,7 @@ public class TreeViewDemo { - Tests if the node represented by the given path is open - To be added + Disables the TreeView as a drag-and-drop destination. @@ -523,10 +522,10 @@ public class TreeViewDemo { - To be added - an object of type - an object of type - To be added + Sets the row that is highlighted for drag-and-drop feedback. + an object of type , the path of the row to highlight, or null. + an object of type , specifying whether to drop before, after, or into the row. + @@ -537,8 +536,8 @@ public class TreeViewDemo { - To be added - To be added + Disables the TreeView as a drag source for automatic drag and drop actions. + @@ -581,9 +580,9 @@ public class TreeViewDemo { - To be added - an object of type - To be added + Calls the given function on all expanded rows. + a to execute on every expanded row. + @@ -740,9 +739,9 @@ public class TreeViewDemo { Gdk.Window - To be added + The window that this TreeView renders to. an object of type - To be added + This property is primarily used to confirm that events on the TreeView are executed within the correct window. @@ -896,8 +895,8 @@ public class TreeViewDemo { - To be added - To be added + Fired whenever the scrollbar adjustment units are set. + @@ -908,8 +907,8 @@ public class TreeViewDemo { - To be added - To be added + Fired whenever a row of the TreeView is expanded. + @@ -920,8 +919,8 @@ public class TreeViewDemo { - To be added - To be added + Fired whenever the cursor is moved on this TreeView. + @@ -956,8 +955,8 @@ public class TreeViewDemo { - To be added - To be added + Fired whenever a row is collapsed. + @@ -1094,8 +1093,8 @@ public class TreeViewDemo { - To be added - To be added + Fired whenever all rows of the TreeView are selected. + @@ -1107,7 +1106,7 @@ public class TreeViewDemo { To be added - To be added + @@ -1118,8 +1117,8 @@ public class TreeViewDemo { - To be added - To be added + Fired whenever all rows of the TreeView are specifically deselected. + @@ -1165,12 +1164,12 @@ tree_view.AppendColumn ("title", text, "text", 0); - To be added + Adds a new to the TreeView and returns it. a a a a - To be added + This method actually creates the column, rather than relying on a column object to be passed in. There's an alternate invokation form if you'd like to pass in an existing column object. @@ -1186,12 +1185,15 @@ tree_view.AppendColumn ("title", text, "text", 0); - To be added + Sets the current keyboard focus to be on the given . This is useful for getting the user's attention to a particular row. a a a a - To be added + + If focus_column is not null, then focus is given to the column specified by it. If focus_column and focus_cell are not null, and focus_column contains 2 or more editable or activatable cells, then focus is given to the cell specified by focus_cell. Additionally, if focus_column is specified, and start_editing is null, then editing should be started in the specified cell. + This function is often followed by(tree_view_obj) in order to give keyboard focus to the widget. Please note that editing can only happen when the widget is realized. + @@ -1217,14 +1219,16 @@ tree_view.AppendColumn ("title", text, "text", 0); System.Void - + - To be added - a + + Fills in path and focus_column with the current path and focus column. If the cursor isn't currently set, then path will point to null. If no column currently has focus, then focus_column will be null. + ` + a a - To be added + The returned path must be freed with . @@ -1238,10 +1242,10 @@ tree_view.AppendColumn ("title", text, "text", 0); - To be added - a - a - To be added + Gets information about the row that is highlighted for feedback. + a to put the highlighted path into. + a to put the drop position into. + @@ -1257,13 +1261,13 @@ tree_view.AppendColumn ("title", text, "text", 0); - To be added - a - a - a - a + Determines the destination row for a given XY position. This is used by drag-and-drop operations to determine the target rows for the action. + a , the X coordinate + a , the Y coordinate + a to put the resulting destination row into. + a to indicate where to put the dragged object, relative to the returned by this method. a - To be added + @@ -1279,12 +1283,12 @@ tree_view.AppendColumn ("title", text, "text", 0); - To be added - a - a - a - a - To be added + Converts tree coordinates to widget coordinates. Tree coordinates start at 0,0 for row 0 of the tree, and cover the entire scrollable area of the tree. + a , the X coordinate of the tree location + a , the Y coordinate of the tree location + a , the X coordinate for the widget + a , the Y coordinate for the widget + @@ -1315,11 +1319,11 @@ tree_view.AppendColumn ("title", text, "text", 0); - To be added - a - a - a - To be added + Allows the TreeView to be used as a source for drag-and-drop actions. + a , the mask of the allowed buttons for starting a drag + a , a table of supported targets for dragging to + a , what should be done with the dragged data. + @@ -1333,10 +1337,10 @@ tree_view.AppendColumn ("title", text, "text", 0); - To be added - a - a - To be added + Turns this TreeView object into a destination for automatic drag-and-drop. + a , a table of targets this TreeView will support. + a , a bitmap of possible actions for a drag to this target + @@ -1634,9 +1638,9 @@ tree_view.AppendColumn ("title", text, "text", 0); - To be added + A list of all the columns currently in this TreeView. a - To be added + @@ -1699,14 +1703,17 @@ tree_view.AppendColumn ("title", text, "text", 0); Finds the path at the point (x, y), relative to widget coordinates. - a - a - a - a - a - a - a - To be added + a , an x coordinate + a , a y coordinate + a to fill with the path at the (x,y) coordinate. + a to fill with the column at the (x,y) coordinate. + a to fill with the x coordinate relative to the cell background. + a to fill with the y coordinate relative to the cell background. + a , true if a row exists at (x,y). + + x and y must come from an event on the tree_view only where the event's window is the same as the window this TreeView renders to. It is primarily for things like popup menus. If path is non-null, then it will be filled with the GtkTreePath at that point. This path should be freed with . If column is non-NULL, then it will be filled with the column at that point. + cell_x and cell_y return the coordinates relative to the cell background (i.e. the background_area passed to ). This function is only meaningful if the TreeView object is realized. + @@ -1722,14 +1729,14 @@ tree_view.AppendColumn ("title", text, "text", 0); - To be added - a - a - a - a - a - To be added + Finds the path at the point (x, y), relative to widget coordinates. + a , an x coordinate + a , a y coordinate + a to fill with the path at the (x,y) coordinate. + a to fill with the column at the (x,y) coordinate. + a , true if a row exists at (x,y) + This is an alternate invocation form which doesn't return coordinates for the position relative to a cell's background. - \ No newline at end of file + diff --git a/doc/en/Gtk/UnmapEventArgs.xml b/doc/en/Gtk/UnmapEventArgs.xml index 82b1ced8c..a3cfb5eda 100644 --- a/doc/en/Gtk/UnmapEventArgs.xml +++ b/doc/en/Gtk/UnmapEventArgs.xml @@ -40,10 +40,10 @@ - To be added + The uses this method to access the details of an event. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/UnmapEventHandler.xml b/doc/en/Gtk/UnmapEventHandler.xml index b125f0cc5..64fd189bd 100644 --- a/doc/en/Gtk/UnmapEventHandler.xml +++ b/doc/en/Gtk/UnmapEventHandler.xml @@ -7,7 +7,7 @@ Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. - Event handler. + Event handler. Called whenever a widget is unmapped--- that is, whenever its window is hidden. The event utilizes this delegate: Event data is passed via the parameter. @@ -34,4 +34,4 @@ System.Void - \ No newline at end of file + diff --git a/doc/en/Gtk/Visibility.xml b/doc/en/Gtk/Visibility.xml index 01e6d7c3b..6db398720 100644 --- a/doc/en/Gtk/Visibility.xml +++ b/doc/en/Gtk/Visibility.xml @@ -37,7 +37,7 @@ - To be added + Obsolete. @@ -50,7 +50,7 @@ - To be added + Obsolete. @@ -63,7 +63,7 @@ - To be added + Obsolete. @@ -82,4 +82,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/VisibilityNotifyEventArgs.xml b/doc/en/Gtk/VisibilityNotifyEventArgs.xml index a2157c23f..2c8f983b6 100644 --- a/doc/en/Gtk/VisibilityNotifyEventArgs.xml +++ b/doc/en/Gtk/VisibilityNotifyEventArgs.xml @@ -39,10 +39,10 @@ Gdk.EventVisibility - To be added - To be added: an object of type 'Gdk.EventVisibility' - To be added + The uses this method to access the details of an event. + a + - \ No newline at end of file + diff --git a/doc/en/Gtk/Widget.xml b/doc/en/Gtk/Widget.xml index c77939f0e..25399590a 100644 --- a/doc/en/Gtk/Widget.xml +++ b/doc/en/Gtk/Widget.xml @@ -727,7 +727,7 @@ Activates the targets associated with the mnemonic. - To be added: an object of type 'bool' + A boolean; set to true if the list of targets should cycle once the end of the list is reached. if the activation is done. @@ -1730,8 +1730,8 @@ handle focus grabs. - To be added - To be added + Fired whenever this widget's window is told to hide itself. + @@ -1742,8 +1742,9 @@ handle focus grabs. - To be added - To be added + Fired whenever this widget is focused. + a + The widget gets this signal as the user uses keyboard shortcuts or tabs through the widgets in a window. @@ -1754,8 +1755,8 @@ handle focus grabs. - To be added - To be added + Fired whenever this widget's parent widget is set. + @@ -1766,8 +1767,8 @@ handle focus grabs. - To be added - To be added + Fired when a key is released within this widget. + @@ -1778,8 +1779,7 @@ handle focus grabs. - To be added - To be added + Fired whenever this widget is hidden. @@ -1802,8 +1802,8 @@ handle focus grabs. - To be added - To be added + Fired when the text direction for this widget is changed. + @@ -1863,7 +1863,7 @@ handle focus grabs. To be added - To be added + @@ -1910,8 +1910,8 @@ handle focus grabs. - To be added - To be added + Fired when a key is pressed within this widget. + @@ -3471,7 +3471,7 @@ handle focus grabs. Override this method in a subclass to provide a default handler for the event. - +xs Method @@ -3992,4 +3992,4 @@ Widgets are required to honor the size allocation they receive; a size request i - \ No newline at end of file + diff --git a/doc/en/Gtk/WidgetEventArgs.xml b/doc/en/Gtk/WidgetEventArgs.xml index 716e06af3..9c3410ccf 100644 --- a/doc/en/Gtk/WidgetEventArgs.xml +++ b/doc/en/Gtk/WidgetEventArgs.xml @@ -40,10 +40,10 @@ - To be added + The uses this method to access the details of an event. a - To be added + - \ No newline at end of file + diff --git a/doc/en/Gtk/WidgetHelpType.xml b/doc/en/Gtk/WidgetHelpType.xml index 805e6766f..3012fe85d 100644 --- a/doc/en/Gtk/WidgetHelpType.xml +++ b/doc/en/Gtk/WidgetHelpType.xml @@ -37,7 +37,7 @@ - To be added + This value shows the short name of the tooltip--- the hover text. @@ -50,7 +50,7 @@ - To be added + This field holds longer or more detailed help text; so named because it's often used by the "What's this?" help function in many applications. @@ -69,4 +69,4 @@ - \ No newline at end of file + diff --git a/doc/en/Gtk/WindowStateEventArgs.xml b/doc/en/Gtk/WindowStateEventArgs.xml index 04543b299..452a2032d 100644 --- a/doc/en/Gtk/WindowStateEventArgs.xml +++ b/doc/en/Gtk/WindowStateEventArgs.xml @@ -39,10 +39,10 @@ Gdk.EventWindowState - To be added - To be added: an object of type 'Gdk.EventWindowState' - To be added + The uses this method to access the details of an event. + a + - \ No newline at end of file +