[OptionRow] Added GetLayoutType() and GetSelectType() Lua bindings.

This commit is contained in:
AJ Kelly
2011-02-21 03:18:37 -06:00
parent 6a253689fb
commit d7caea9f0a
3 changed files with 7 additions and 0 deletions
+2
View File
@@ -36,6 +36,7 @@ static const char *SelectTypeNames[] = {
};
XToString( SelectType );
StringToX( SelectType );
LuaXType( SelectType );
static const char *LayoutTypeNames[] = {
"ShowAllInRow",
@@ -43,6 +44,7 @@ static const char *LayoutTypeNames[] = {
};
XToString( LayoutType );
StringToX( LayoutType );
LuaXType( LayoutType );
RString OptionRowHandler::OptionTitle() const
{