C4 Engine
C4 Engine API Documentation

Widget::GetWidgetKey

Defined in:  C4Widgets.h
Returns the widget key.
Prototype

const WidgetKey& GetWidgetKey(voidconst;

Description
The GetWidgetKey function returns the widget key. The widget key is a string having up to 15 single-byte characters that can be used to identify one or more widgets in a panel. (The widget key does not need to be unique.) The initial key for a widget is the empty string.
See Also

Widget::SetWidgetKey

Widget::GetNextWidgetWithSameKey

RootWidget::FindWidget