Global GUI Methods
Global Methods

EventArgs Converters

MouseCursorEventArgs GUI::toMouseCursorEventArgs (EventArgs args)
WindowEventArgs GUI::toWindowEventArgs (EventArgs args)
ActivationEventArgs GUI::toActivationEventArgs (EventArgs args)
HeaderSequenceEventArgs GUI::toHeaderSequenceEventArgs (EventArgs args)
MouseEventArgs GUI::toMouseEventArgs (EventArgs args)
KeyEventArgs GUI::toKeyEventArgs (EventArgs args)
DragDropEventArgs GUI::toDragDropEventArgs (EventArgs args)
TreeEventArgs GUI::toTreeEventArgs (EventArgs args)

Window Converters

ButtonBase GUI::toButtonBase (Window wnd)
Checkbox GUI::toCheckbox (Window wnd)
Combobox GUI::toCombobox (Window wnd)
ComboDropList GUI::toComboDropList (Window wnd)
DragContainer GUI::toDragContainer (Window wnd)
Editbox GUI::toEditbox (Window wnd)
FrameWindow GUI::toFrameWindow (Window wnd)
GUISheet GUI::toGUISheet (Window wnd)
ItemEntry GUI::toItemEntry (Window wnd)
ItemListBase GUI::toItemListBase (Window wnd)
ItemListbox GUI::toItemListBox (Window wnd)
Listbox GUI::toListbox (Window wnd)
ListHeader GUI::toListHeader (Window wnd)
ListHeaderSegment GUI::toListHeaderSegment (Window wnd)
Menubar GUI::toMenubar (Window wnd)
MenuBase GUI::toMenuBase (Window wnd)
MenuItem GUI::toMenuItem (Window wnd)
MultiColumnList GUI::toMultiColumnList (Window wnd)
MultiLineEditbox GUI::toMultiLineEditbox (Window wnd)
PopupMenu GUI::toPopupMenu (Window wnd)
ProgressBar GUI::toProgressBar (Window wnd)
PushButton GUI::toPushButton (Window wnd)
RadioButton GUI::toRadioButton (Window wnd)
ScrollablePane GUI::toScrollablePane (Window wnd)
Scrollbar GUI::toScrollbar (Window wnd)
ScrolledContainer GUI::toScrolledContainer (Window wnd)
ScrolledItemListBase GUI::toScrolledItemListBase (Window wnd)
Slider GUI::toSlider (Window wnd)
Spinner GUI::toSpinner (Window wnd)
TabButton GUI::toTabButton (Window wnd)
TabControl GUI::toTabControl (Window wnd)
Thumb GUI::toThumb (Window wnd)
Tooltip GUI::toTooltip (Window wnd)

Detailed Description