[mcclim-cvs] CVS mcclim

dlichteblau dlichteblau at common-lisp.net
Sun Nov 19 17:32:11 UTC 2006


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

Modified Files:
	NEWS 
Log Message:

Make demodemo ugly.

	* gtk-ffi.lisp (gtk_frame_new): New.
	
	* gadgets.lisp (GTK-LABEL-PANE, REALIZE-NATIVE-WIDGET,
	CONTAINER-PUT, CONTAINER-MOVE, CONNECT-NATIVE-SIGNALS): New
	class.  (*USE-FRONTENT-COMPOSE-SPACE*, (COMPOSE-SPACE
	NATIVE-WIDGET-MIXIN)): New hack to by-pass GTK+ layouting.
	(COMPOSE-SPACE GTK-LABEL-PANE): Let the frontend decide.
	
	* port.lisp (CONTAINER-PUT, CONTAINER-MOVE): New generic function
	and default methods.  (REALIZE-MIRROR,
	PORT-SET-MIRROR-TRANSFORMATION): Use CONTAINER-*.


--- /project/mcclim/cvsroot/mcclim/NEWS	2006/11/12 20:12:19	1.6
+++ /project/mcclim/cvsroot/mcclim/NEWS	2006/11/19 17:32:10	1.7
@@ -3,7 +3,7 @@
 ** 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 and list panes.
+*** Native implementation of context menus, list panes, and label 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