Skip to content
Snippets Groups Projects
Commit 714099e1 authored by pw's avatar pw
Browse files

From: Juliusz Chroboczek <jec@dcs.ed.ac.uk>

  (def-toolkit-request "XmTextGetString" text-get-stringtring :confirm
should be
                                         text-get-string
parent 91140f7d
No related branches found
No related tags found
No related merge requests found
...@@ -703,7 +703,7 @@ ...@@ -703,7 +703,7 @@
((w widget)) ((w widget))
((member t nil) fixnum fixnum)) ((member t nil) fixnum fixnum))
(def-toolkit-request "XmTextGetString" text-get-stringtring :confirm (def-toolkit-request "XmTextGetString" text-get-string :confirm
"Accesses the string value of a Text widget." "Accesses the string value of a Text widget."
((w widget)) (simple-string)) ((w widget)) (simple-string))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment