]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcellrenderercombo.c
Fix DND with frame sync
[~andy/gtk] / gtk / gtkcellrenderercombo.c
index 2e8001bdcbbc153f18f530f12a05e304a2fbf5c3..0518d1430727d06c01c2e2c641ff1fb56d5f0c72 100644 (file)
  *
  * #GtkCellRendererCombo renders text in a cell like #GtkCellRendererText from
  * which it is derived. But while #GtkCellRendererText offers a simple entry to
- * edit the text, #GtkCellRendererCombo offers a #GtkComboBox or #GtkComboBoxEntry
+ * edit the text, #GtkCellRendererCombo offers a #GtkComboBox
  * widget to edit the text. The values to display in the combo box are taken from
  * the tree model specified in the #GtkCellRendererCombo:model property.
  *
  * The combo cell renderer takes care of adding a text cell renderer to the combo
  * box and sets it to display the column specified by its
- * #GtkCellRendererCombo:text-column property. Further properties of the comnbo box
+ * #GtkCellRendererCombo:text-column property. Further properties of the combo box
  * can be set in a handler for the #GtkCellRenderer::editing-started signal.
  *
  * The #GtkCellRendererCombo cell renderer was added in GTK+ 2.6.