Salome HOME
Union of validator and filter functionalities.
[modules/shaper.git] / src / Config / Config_WidgetAPI.h
index a44ce55a42cae5ab7ee18d7469b7d7e6fdcb258e..e9531e49fb7af27c9615c666c2e172a0a7af2df9 100644 (file)
@@ -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;