[Home] [Prev] [Next] [Up]
XGFocus class
Receives dispatched messages
Usage:
#include <XEvent.h>
class XGFocus;
Description
This is an internal class, normally not manipulated by an application built with YAAF. This maintains the current focus for this XGApplication or XGWindow object.
Construction/Destruction
XGFocus::XGFocus(XGDispatch *default)
This initializes this object, with the focus default set to the specified object. The focus default is the focus that is set when the current focus is deleted.
XGFocus::~XGFocus()
Go away.
Focus Management
XGDispatch *XGFocus::GetFocus(void)
Get the current focus.