[mcclim-cvs] CVS mcclim

dlichteblau dlichteblau at common-lisp.net
Sun Nov 19 18:09:07 UTC 2006


Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv22486

Modified Files:
	NEWS 
Log Message:

Native option panes.
	
	* ffi.lisp (gtk_combo_box_append_text, gtk_combo_box_get_active,
	gtk_combo_box_new_text, gtk_combo_box_set_active): New.
	
	* frame-manager.lisp (MAKE-PANE-2 GENERIC-OPTION-PANE): New.
	
	* gadgets.lisp (GTK-OPTION-PANE, REALIZE-NATIVE-WIDGET,
	OPTION-PANE-SET-ACTIVE, (SETF GADGET-VALUE,
	CONNECT-NATIVE-SIGNALS, HANDLE-EVENT)): New.


--- /project/mcclim/cvsroot/mcclim/NEWS	2006/11/19 17:32:10	1.7
+++ /project/mcclim/cvsroot/mcclim/NEWS	2006/11/19 18:09:07	1.8
@@ -3,7 +3,8 @@
 ** backend improvements: Gtkairo
 *** Double buffering is now supported (fixes disappearing widgets on Windows).
 *** X errors no longer terminate the lisp process.
-*** Native implementation of context menus, list panes, and label panes.
+*** Native implementation of context menus, list panes, label panes, and
+    option panes.
 ** Improvement: Added new editor substrate ("Drei").
 
 * Changes in mcclim-0.9.3 "All Souls' Day" relative to 0.9.2:




More information about the Mcclim-cvs mailing list