From dc78507a7068e5f6b8fd1fb723547edb2b6313e6 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Mon, 1 Jun 1998 02:22:10 +0000 Subject: [PATCH] add documentation git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@864 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/register/table-gtk.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/register/table-gtk.c b/src/register/table-gtk.c index 6d51fbdac0..3f525139d8 100644 --- a/src/register/table-gtk.c +++ b/src/register/table-gtk.c @@ -762,10 +762,12 @@ xaccCreateTable (Table *table, GtkWidget * parent) } } - /* ??? What does xt_realize do? */ - /* if any of the cells have GUI specific components that need - * initialization, initialize them now. */ + * initialization, initialize them now. + * The cell realize method, if present on a cell, + * is how that cell can find out that now is the time to + * initialize that GUI. + */ curs = table->current_cursor; if (curs) {