mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-10 12:40:10 +00:00
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:
parent
b48fbcbb7c
commit
4ccbe10571
@ -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
|
||||
|
@ -29,7 +29,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
|
||||
|
Loading…
Reference in New Issue
Block a user