Moved ColorMenu and FontMenu from libtool2
authorStefan Vogel <sv@exept.de>
Mon, 06 Mar 2006 11:16:27 +0100
changeset 2935 e3fa9d1a7a64
parent 2934 b4ec1cbb3302
child 2936 723062b99960
Moved ColorMenu and FontMenu from libtool2
ColorMenu.st
FontMenu.st
Make.spec
abbrev.stc
libInit.cc
--- a/ColorMenu.st	Mon Mar 06 09:58:33 2006 +0100
+++ b/ColorMenu.st	Mon Mar 06 11:16:27 2006 +0100
@@ -12,7 +12,7 @@
 
 
 
-"{ Package: 'stx:libtool2' }"
+"{ Package: 'stx:libwidg2' }"
 
 MenuPanel subclass:#ColorMenu
 	instanceVariableNames:'enabledChannel labelsAreColored'
@@ -337,5 +337,5 @@
 !ColorMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.33 2004-05-11 12:50:21 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/ColorMenu.st,v 1.34 2006-03-06 10:16:27 stefan Exp $'
 ! !
--- a/FontMenu.st	Mon Mar 06 09:58:33 2006 +0100
+++ b/FontMenu.st	Mon Mar 06 11:16:27 2006 +0100
@@ -12,7 +12,7 @@
 
 
 
-"{ Package: 'stx:libtool2' }"
+"{ Package: 'stx:libwidg2' }"
 
 MenuPanel subclass:#FontMenu
 	instanceVariableNames:'fontAspects enabledChannel'
@@ -545,5 +545,5 @@
 !FontMenu class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.15 2004-10-01 11:20:55 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/FontMenu.st,v 1.16 2006-03-06 10:16:27 stefan Exp $'
 ! !
--- a/Make.spec	Mon Mar 06 09:58:33 2006 +0100
+++ b/Make.spec	Mon Mar 06 11:16:27 2006 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg2/Make.spec,v 1.3 2005-06-21 14:14:20 stefan Exp $
+# $Header: /cvs/stx/stx/libwidg2/Make.spec,v 1.4 2006-03-06 10:16:27 stefan Exp $
 #
 # -------------- no need to change anything below ----------
 
@@ -67,4 +67,6 @@
 	$(OUTDIR)MultipleItemSelectionWidget.$(O) \
 	$(OUTDIR)ProgressIndicator.$(O) \
 	$(OUTDIR)ImageView.$(O) \
-	$(OUTDIR)DoWhatIMeanSupport.$(O)
+	$(OUTDIR)DoWhatIMeanSupport.$(O) \
+	$(OUTDIR)ColorMenu.$(O) \
+	$(OUTDIR)FontMenu.$(O) \
--- a/abbrev.stc	Mon Mar 06 09:58:33 2006 +0100
+++ b/abbrev.stc	Mon Mar 06 11:16:27 2006 +0100
@@ -1,5 +1,6 @@
 CharacterSetView CharacterSetView stx:libwidg2 'Views-Special' 0
 CheckBox CheckBox stx:libwidg2 'Views-Interactors' 0
+ColorMenu ColorMenu stx:libwidg2 'Interface-UIPainter' 0
 ColoredListEntry ColoredListEntry stx:libwidg2 'Views-Support' 0
 ComboBoxButton ComboBoxButton stx:libwidg2 'Views-Interactors' 0
 ComboBoxView ComboBoxView stx:libwidg2 'Views-Interactors' 0
@@ -20,6 +21,7 @@
 FilenameComboBoxView FilenameComboBoxView stx:libwidg2 'Views-Interactors' 0
 FilenameEditField FilenameEditField stx:libwidg2 'Views-Text' 0
 FilenameEnterBox FilenameEnterBox stx:libwidg2 'Views-DialogBoxes' 0
+FontMenu FontMenu stx:libwidg2 'Interface-UIPainter' 0
 GraphColumn GraphColumn stx:libwidg2 'Views-Graphs' 0
 GraphColumnView GraphColumnView stx:libwidg2 'Views-Graphs' 0
 GraphColumnView2D GraphColumnView2D stx:libwidg2 'Views-Graphs' 0
--- a/libInit.cc	Mon Mar 06 09:58:33 2006 +0100
+++ b/libInit.cc	Mon Mar 06 11:16:27 2006 +0100
@@ -79,5 +79,7 @@
 _ProgressIndicator_Init(pass,__pRT__,snd);
 _ImageView_Init(pass,__pRT__,snd);
 _DoWhatIMeanSupport_Init(pass,__pRT__,snd);
+_ColorMenu_Init(pass,__pRT__,snd);
+_FontMenu_Init(pass,__pRT__,snd);
 __END_PACKAGE__();
 }