CellRenderer|Editable: Don't @See_also subclasses

The documentation knows that from the inheritance hierarchy, without us
having to manually duplicate that info here. Link to each other instead.
This commit is contained in:
Daniel Boles 2018-04-02 12:59:16 +01:00
parent bdb7815b0c
commit 0fd9362e91
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
* SECTION:gtkcelleditable
* @Short_description: Interface for widgets that can be used for editing cells
* @Title: GtkCellEditable
* @See_also: #GtkEntry, #GtkCellRenderer
* @See_also: #GtkCellRenderer
*
* The #GtkCellEditable interface must be implemented for widgets to be usable
* to edit the contents of a #GtkTreeView cell. It provides a way to specify how

View File

@ -33,7 +33,7 @@
* SECTION:gtkcellrenderer
* @Short_description: An object for rendering a single cell
* @Title: GtkCellRenderer
* @See_also: #GtkCellRendererText, #GtkCellRendererPixbuf, #GtkCellRendererToggle
* @See_also: #GtkCellEditable
*
* The #GtkCellRenderer is a base class of a set of objects used for
* rendering a cell to a #cairo_t. These objects are used primarily by