Public Member Functions | |
| mixed | Destroy (...) |
| mixed | CreateChild (...) |
| cWidget* CreateChild (const char* sID=0); ///< shortcut to cDialog::CreateWidget(this,sID); | |
| mixed | UpdateClip (...) |
| mixed | SetBitMask (...) |
| mixed | IsUnderPos (...) |
| lua: bool IsUnderPos (x,y) | |
Static Public Member Functions | |
| static mixed | GetWidgetUnderPos (...) |
Definition at line 7550 of file lua_pseudo_code.cpp.
| static mixed cWidget_L::GetWidgetUnderPos | ( | ... | ) | [inline, static] |
static methods exported to lua lua: widgetid GetWidgetUnderPos (x,y)
Definition at line 7554 of file lua_pseudo_code.cpp.
| mixed cWidget_L::Destroy | ( | ... | ) | [inline] |
object methods exported to lua void Destroy (); ///< shortcut to cDialog::DestroyWidget(this)
Definition at line 7558 of file lua_pseudo_code.cpp.
| mixed cWidget_L::CreateChild | ( | ... | ) | [inline] |
cWidget* CreateChild (const char* sID=0); ///< shortcut to cDialog::CreateWidget(this,sID);
Definition at line 7561 of file lua_pseudo_code.cpp.
| mixed cWidget_L::UpdateClip | ( | ... | ) | [inline] |
Definition at line 7563 of file lua_pseudo_code.cpp.
| mixed cWidget_L::SetBitMask | ( | ... | ) | [inline] |
Definition at line 7565 of file lua_pseudo_code.cpp.
| mixed cWidget_L::IsUnderPos | ( | ... | ) | [inline] |
1.5.6