Changeset 25749 in project
- Timestamp:
- 01/02/12 16:54:57 (8 years ago)
- Location:
- release/4/iup/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/iup/trunk/iup-dialogs.scm
r25739 r25749 28 28 (foreign-lambda nonnull-ihandle "IupFontDlg"))) 29 29 30 (define layout-dialog 31 (make-constructor-procedure 32 (foreign-lambda nonnull-ihandle "IupLayoutDialog" ihandle) 33 #:apply-args (optional-args [dialog #f]))) 34 35 (define element-properties-dialog 36 (make-constructor-procedure 37 (foreign-lambda nonnull-ihandle "IupElementPropertiesDialog" nonnull-ihandle))) 38 30 39 ;; }}} -
release/4/iup/trunk/iup.scm
r25739 r25749 52 52 53 53 (module iup-dialogs 54 (file-dialog message-dialog color-dialog font-dialog) 54 (file-dialog message-dialog color-dialog font-dialog 55 layout-dialog element-properties-dialog) 55 56 (import 56 57 scheme chicken foreign … … 98 99 (reexport 99 100 (except iup-base 100 ihandle->pointer pointer->ihandle ihandle-list-> blob101 ihandle->pointer pointer->ihandle ihandle-list->pointer-vector 101 102 istatus->integer integer->istatus 102 103 iname->string string->iname -
release/4/iup/trunk/iup.setup
r25739 r25749 81 81 'iup 82 82 `("iup.so" "iup.o" "iup-types.scm" ,@import-libraries) 83 `((version 1. 1.0)83 `((version 1.2.0) 84 84 (static "iup-base.o") 85 85 (static-options ,(string-intersperse native-libraries)))) … … 92 92 'iup-dynamic 93 93 '("iup-dynamic.so" "iup-dynamic.o" "iup-dynamic.import.so") 94 '((version 1. 1.0)94 '((version 1.2.0) 95 95 (static "iup-dynamic.o")))
Note: See TracChangeset
for help on using the changeset viewer.