* src/gnome/gw-gnc-spec.scm: remove remaining gnome-utils wrapping

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@6320 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2001-12-11 10:48:27 +00:00
parent bc78fe1763
commit d7bd4bd160

View File

@ -133,35 +133,6 @@
'()
"Destroy the UI.")
(gw:wrap-function
mod
'gnc:info-dialog
'<gw:void>
"gnc_info_dialog"
'(((<gw:m-chars-caller-owned> gw:const) message))
"Show ok dialog box with given message.")
(gw:wrap-function
mod
'gnc:warning-dialog
'<gw:void>
"gnc_warning_dialog"
'(((<gw:m-chars-caller-owned> gw:const) message))
"Show warning dialog box with given message.")
(gw:wrap-function
mod
'gnc:choose-radio-option-dialog-parented
'<gw:int>
"gnc_choose_radio_option_dialog_parented"
'((<gnc:UIWidget> parent)
((<gw:m-chars-caller-owned> gw:const) title)
((<gw:m-chars-caller-owned> gw:const) msg)
(<gw:int> default-choice)
(<gnc:list-of-string> choices))
"Show a dialog offering different mutually exclusive choices
in a radio list.")
(let ((nnt (gw:wrap-non-native-type
mod
'<gnc:PrintCheckDialog*>