add documentation

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@864 57a11ea4-9604-0410-9ed3-97b8803252fd
zzzoldfeatures/xacc-12-patch
Linas Vepstas 28 years ago
parent 7a2a40b677
commit dc78507a70

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

Loading…
Cancel
Save