r14619 - gnucash/trunk/src/app-utils - Guile doesn't need access to GUI suspend/refresh controls any more.

Chris Shoemaker chris at cvs.gnucash.org
Tue Aug 8 21:12:04 EDT 2006


Author: chris
Date: 2006-08-08 21:12:03 -0400 (Tue, 08 Aug 2006)
New Revision: 14619
Trac: http://svn.gnucash.org/trac/changeset/14619

Modified:
   gnucash/trunk/src/app-utils/gw-app-utils-spec.scm
Log:
   Guile doesn't need access to GUI suspend/refresh controls any more.


Modified: gnucash/trunk/src/app-utils/gw-app-utils-spec.scm
===================================================================
--- gnucash/trunk/src/app-utils/gw-app-utils-spec.scm	2006-08-09 01:09:47 UTC (rev 14618)
+++ gnucash/trunk/src/app-utils/gw-app-utils-spec.scm	2006-08-09 01:12:03 UTC (rev 14619)
@@ -227,38 +227,6 @@
 
   (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
    '<gw:void>
    "gnc_close_gui_component"



More information about the gnucash-changes mailing list