27#ifndef _CEGUIScrolledContainer_h_
28#define _CEGUIScrolledContainer_h_
31#include "../WindowFactory.h"
36# pragma warning(disable : 4251)
145 Rectf getClientChildContentArea_impl(
bool skipAllPixelAlignment)
const;
182 bool topLeftSizing =
false,
bool fireEvents =
true);
189 typedef std::multimap<Window*, Event::Connection, std::less<Window*>
201 void addScrolledContainerProperties(
void);
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: Element.h:211
A tiny wrapper to hide some of the dirty work of rect caching.
Definition: Element.h:315
Base class used as the argument to all subscribers Event object.
Definition: EventArgs.h:51
String class used within the GUI system.
Definition: String.h:64
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
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
struct that holds some context relating to a RenderingSurface object.
Definition: RenderingContext.h:41