From edb9678e45a128eb5401d54e49664fdfe4d2d729 Mon Sep 17 00:00:00 2001 From: Christian Caremoli <> Date: Thu, 10 May 2007 15:36:51 +0000 Subject: [PATCH] merge AMA --- src/EFICASGUI/EFICASGUI.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 2.39.2