stx_libview.st
changeset 5769 18e5ad0dbdcf
parent 5760 885253cbdaed
child 5789 7bfdf4e91c82
--- a/stx_libview.st	Thu Jun 30 10:26:28 2011 +0200
+++ b/stx_libview.st	Thu Jun 30 10:26:29 2011 +0200
@@ -342,7 +342,10 @@
         (RoundButtonBorder autoload)
         GradientBackground
         WidgetEvent
-    )
+        (XEmbedContainerView unix)
+    ).
+
+    "Modified: / 30-06-2011 / 10:25:39 / cg"
 !
 
 extensionMethodNames
@@ -388,10 +391,6 @@
 
 !stx_libview class methodsFor:'documentation'!
 
-version
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.48 2011-06-29 14:43:10 cg Exp $'
-!
-
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.48 2011-06-29 14:43:10 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/stx_libview.st,v 1.49 2011-06-30 08:26:29 cg Exp $'
 ! !