NoteBookView.st
changeset 5645 91e49cb25ef9
parent 5540 a386bd11703d
child 5662 621f1a0ded95
--- a/NoteBookView.st	Tue Nov 28 19:26:18 2017 +0100
+++ b/NoteBookView.st	Tue Nov 28 19:27:20 2017 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1997 by eXept Software AG
               All Rights Reserved
@@ -643,7 +641,7 @@
     ^ builder resources string:aString.
 ! !
 
-!NoteBookView methodsFor:'accessing-colors'!
+!NoteBookView methodsFor:'accessing-color & font'!
 
 activeBackgroundColor
     "returns the bg color used when drawing the active tabs label"
@@ -3679,17 +3677,6 @@
     ^ false
 !
 
-foregroundColor
-    "returns the foregroundColor or nil"
-
-    tabItem notNil ifTrue:[
-        ^ tabItem foregroundColor
-    ].
-    ^ nil
-
-    "Modified: / 06-09-2006 / 16:00:27 / cg"
-!
-
 label
     "returns my original label"
 
@@ -3810,6 +3797,19 @@
     "Created: / 06-09-2006 / 16:01:05 / cg"
 ! !
 
+!NoteBookView::Tab methodsFor:'accessing-color & font'!
+
+foregroundColor
+    "returns the foregroundColor or nil"
+
+    tabItem notNil ifTrue:[
+        ^ tabItem foregroundColor
+    ].
+    ^ nil
+
+    "Modified: / 06-09-2006 / 16:00:27 / cg"
+! !
+
 !NoteBookView::Tab methodsFor:'accessing-dimensions'!
 
 extent