Skip to content

Commit

Permalink
xrUICore/ComboBox/UIComboBox_script.cpp: restored compatibility with …
Browse files Browse the repository at this point in the history
…Clear Sky
  • Loading branch information
Xottab-DUTY committed Mar 13, 2019
1 parent 9dc84be commit b1e5337
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xrUICore/ComboBox/UIComboBox_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ SCRIPT_EXPORT(CUIComboBox, (CUIWindow),
.def("SetVertScroll", &CUIComboBox::SetVertScroll)
.def("SetListLength", &CUIComboBox::SetListLength)
.def("CurrentID", &CUIComboBox::CurrentID)
.def("SetCurrentID", &CUIComboBox::SetItemIDX)
.def("disable_id", &CUIComboBox::disable_id)
.def("enable_id", &CUIComboBox::enable_id)
.def("AddItem", &CUIComboBox::AddItem_)
.def("GetText", &CUIComboBox::GetText)
.def("GetTextOf", &CUIComboBox::GetTextOf)
.def("SetText", &CUIComboBox::SetText)
.def("ClearList", &CUIComboBox::ClearList)
.def("SetCurrentValue", &CUIComboBox::SetCurrentOptValue)
.def("SetCurrentOptValue", &CUIComboBox::SetCurrentOptValue)
];
});

1 comment on commit b1e5337

@Xottab-DUTY
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to #382

Please sign in to comment.