[][src]Module pushrod::core::widget_store

This is a cache that is used to store Widget objects for a Pushrod run loop. Each Pushrod object that is created contains its own set of Widget objects, stored here.

Structs

LayoutManagerContainer
WidgetContainer

This is a container object that stores a Widget, assigns a name, a Widget ID, and its parent.

WidgetStore

This is the WidgetStore, which contains a list of Widget objects for a GUI window.