Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
17
Src/Wasabi/api/skin/widgets/xuiradiogroup.cpp
Normal file
17
Src/Wasabi/api/skin/widgets/xuiradiogroup.cpp
Normal file
|
@ -0,0 +1,17 @@
|
|||
#include <precomp.h>
|
||||
#include "xuiradiogroup.h"
|
||||
#include <bfc/parse/paramparser.h>
|
||||
#include <api/script/objects/c_script/c_text.h>
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
const wchar_t ScriptRadioGroupXuiObjectStr[] = L"Wasabi:RadioGroup"; // This is the xml tag
|
||||
char ScriptRadioGroupXuiSvcName[] = "Wasabi:RadioGroup xui object";
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
ScriptRadioGroup::ScriptRadioGroup() : SCRIPTRADIOGROUP_PARENT(), myxuihandle(0) {
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
ScriptRadioGroup::~ScriptRadioGroup() {
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue