add documentation

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@864 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Linas Vepstas 1998-06-01 02:22:10 +00:00
parent 7a2a40b677
commit dc78507a70

View File

@ -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) {