mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
5e48be650d
commit
2e28a8b586
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user