VDBTabbingContainer.st
changeset 124 3cce4791af34
parent 112 d293d117e978
child 193 e6393500a665
--- a/VDBTabbingContainer.st	Sun Oct 07 22:10:32 2018 +0100
+++ b/VDBTabbingContainer.st	Mon Oct 08 08:24:14 2018 +0100
@@ -94,6 +94,20 @@
 
 ! !
 
+!VDBTabbingContainer methodsFor:'adding & removing components'!
+
+addComponent: aView labeled: aString beforeIndex: anInteger
+    super addComponent: aView labeled: aString beforeIndex: anInteger.
+
+    "/ Sigh, this is not called when a sib-view is used in 
+    "/ notebook. Why the hell it is so?
+    aView isApplicationSubView ifTrue:[ 
+        aView application commonPostBuild.
+    ].
+
+    "Created: / 07-10-2018 / 21:33:28 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+! !
+
 !VDBTabbingContainer methodsFor:'aspects'!
 
 tabLabelList