X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_WidgetAPI.h;h=e9531e49fb7af27c9615c666c2e172a0a7af2df9;hb=853e0eec6016120b641efa6adf427a239cf203cf;hp=a44ce55a42cae5ab7ee18d7469b7d7e6fdcb258e;hpb=8e80972644fce257cd66382ae976e71e2d2e6c32;p=modules%2Fshaper.git diff --git a/src/Config/Config_WidgetAPI.h b/src/Config/Config_WidgetAPI.h index a44ce55a4..e9531e49f 100644 --- a/src/Config/Config_WidgetAPI.h +++ b/src/Config/Config_WidgetAPI.h @@ -40,7 +40,7 @@ class CONFIG_EXPORT Config_WidgetAPI //! Returns name of widget's node (attribute) std::string widgetType() const; //! Returns true if widget has container type, which means it able to contain other widgets - bool isContainerWidget() const; + bool isGroupBoxWidget() const; //! Returns true if widget has page type; //! Page is container widget with combo box control to switch between pages bool isPagedWidget() const;