From: Christian Caremoli <> Date: Thu, 10 May 2007 15:36:51 +0000 (+0000) Subject: merge AMA X-Git-Tag: V3_2_6~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=edb9678e45a128eb5401d54e49664fdfe4d2d729;p=modules%2Feficas.git merge AMA --- diff --git a/src/EFICASGUI/EFICASGUI.py b/src/EFICASGUI/EFICASGUI.py index e7c8ea57..1236408d 100644 --- a/src/EFICASGUI/EFICASGUI.py +++ b/src/EFICASGUI/EFICASGUI.py @@ -136,6 +136,20 @@ def customPopup(popup, theContext, theObject, theParent): popup.removeItem(99003) +def windows(): + """ + This method is called when GUI module is being created + and initialized. + Should return a map of the SALOME dockable windows id's + needed to be opened when module is activated. + """ + print "ASTERGUI::windows" + from qt import Qt + winMap = {} + winMap[ SalomePyQt.WT_ObjectBrowser ] = Qt.DockLeft + winMap[ SalomePyQt.WT_PyConsole ] = Qt.DockBottom + return winMap + # ----------------------------------------------------------------------------- import eficasSalome