~ubuntu-branches/ubuntu/quantal/gtkmm3.0/quantal

« back to all changes in this revision

Viewing changes to gtk/gtkmm/cellarea.h

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-03-01 23:42:36 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120301234236-12w6m0hkomhi7h53
Tags: 3.3.16-0ubuntu1
* New upstream version
* debian/control.in: updated the glib requirement

Show diffs side-by-side

added added

removed removed

Lines of Context:
646
646
   */
647
647
  bool activate_cell(Widget& widget, CellRenderer& renderer, GdkEvent* event, const Gdk::Rectangle& cell_area, CellRendererState flags);
648
648
  
649
 
  /** Explicitly stops the editing of the currently
650
 
   * edited cell (see get_edited_cell()).
651
 
   * 
652
 
   * If @a canceled is <tt>true</tt>, the cell renderer will emit
653
 
   * the ::editing-canceled signal.
 
649
  /** Explicitly stops the editing of the currently edited cell.
 
650
   * 
 
651
   * If @a canceled is <tt>true</tt>, the currently edited cell renderer
 
652
   * will emit the signal_editing_canceled() signal, otherwise the
 
653
   * the signal_editing_done() signal will be emitted on the current
 
654
   * edit widget.
 
655
   * 
 
656
   * See get_edited_cell() and get_edit_widget().
654
657
   * 
655
658
   * @newin{3,0}
656
659
   * @param canceled Whether editing was canceled.