29#ifndef _CEGUIGroupBox_h_
30#define _CEGUIGroupBox_h_
33#include "../WindowFactory.h"
34#include "./ClippedContainer.h"
39# pragma warning(disable : 4251)
65 static const String WidgetTypeName;
66 static const String ContentPaneName;
79 bool drawAroundWidget(
const String& name);
A positioned and sized rectangular node in a tree graph.
Definition Element.h:246
Base class for standard GroupBox widget.
Definition GroupBox.h:60
virtual void addChild_impl(Element *element)
Add given element to child list at an appropriate position.
bool drawAroundWidget(const CEGUI::Window *wnd)
Draws the GroupBox around a widget. The size and position of the GroupBox are overriden....
Window * getContentPane() const
Returns the content pane held by this GroupBox.
virtual void removeChild_impl(Element *element)
Remove given element from child list.
static const String EventNamespace
Namespace for global events.
Definition GroupBox.h:63
String class used within the GUI system.
Definition String.h:64
base class for properties able to do native set/get
Definition TypedProperty.h:50
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition Window.h:151
Main namespace for Crazy Eddie's GUI Library.
Definition arch_overview.dox:1