5#ifndef INCLUDE_FIFECHAN_CONTAINEREVENT_HPP_
6#define INCLUDE_FIFECHAN_CONTAINEREVENT_HPP_
8#include "fifechan/event.hpp"
9#include "fifechan/platform.hpp"
Container * mContainer
Holds the container the event concerns.
Container * getContainer() const
Gets the container the event concerns.
ContainerEvent(Widget *source, Container *container)
Constructor.
A composite widget capable of holding and managing child widgets.
Event(Widget *source)
Constructor.