Guile doesn't need access to GUI suspend/refresh controls any more.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14619 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker 2006-08-09 01:12:03 +00:00
parent 5e48be650d
commit 2e28a8b586

View File

@ -225,38 +225,6 @@ determines formatting details.")
'((<gw:int> component-id))
"Unregister a gui component by id.")
(gw:wrap-function
ws
'gnc:suspend-gui-refresh
'<gw:void>
"gnc_suspend_gui_refresh"
'()
"Suspend gui refresh events.")
(gw:wrap-function
ws
'gnc:resume-gui-refresh
'<gw:void>
"gnc_resume_gui_refresh"
'()
"Resume gui refresh events.")
(gw:wrap-function
ws
'gnc:gui-refresh-all
'<gw:void>
"gnc_gui_refresh_all"
'()
"Refresh all gui components.")
(gw:wrap-function
ws
'gnc:gui-refresh-suspended
'<gw:bool>
"gnc_gui_refresh_suspended"
'()
"Return #t if refreshes are suspended.")
(gw:wrap-function
ws
'gnc:close-gui-component