Crazy Eddie's GUI System
0.8.7
|
27 #ifndef _CEGUIScrollablePane_h_
28 #define _CEGUIScrollablePane_h_
31 #include "../Window.h"
34 # pragma warning(push)
35 # pragma warning(disable : 4251)
116 virtual int writeChildWindowsXML(
XMLSerializer& xml_stream)
const;
594 void addScrollablePaneProperties(
void);
599 #if defined(_MSC_VER)
600 # pragma warning(pop)
603 #endif // end of guard _CEGUIScrollablePane_h_
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: Element.h:211
Class used to create XML Document.
Definition: XMLSerializer.h:87
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
EventArgs based class that is used for objects passed to input event handlers concerning mouse input.
Definition: InputEvent.h:281
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: InputEvent.h:252
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:151
Base-class for the assignable WindowRenderer object.
Definition: WindowRenderer.h:52
String class used within the GUI system.
Definition: String.h:64
Base class used as the argument to all subscribers Event object.
Definition: EventArgs.h:51
Adds name to the Element class, including name path traversal.
Definition: NamedElement.h:76
A positioned and sized rectangular node in a tree graph.
Definition: Element.h:246