mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
add documentation
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@864 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
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…
Reference in New Issue
Block a user