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