Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
xianjimli committed Nov 25, 2021
1 parent 65dc706 commit 60af7c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tk_lua.c
Original file line number Diff line number Diff line change
Expand Up @@ -15790,7 +15790,7 @@ static const struct luaL_Reg text_selector_t_member_funcs[] = {
{"set_options", wrap_text_selector_set_options},
{"set_range_options_ex", wrap_text_selector_set_range_options_ex},
{"set_range_options", wrap_text_selector_set_range_options},
{"get_value", wrap_text_selector_get_value},
{"get_value_int", wrap_text_selector_get_value},
{"set_value", wrap_text_selector_set_value},
{"get_text_value", wrap_text_selector_get_text},
{"set_text", wrap_text_selector_set_text},
Expand Down Expand Up @@ -20420,7 +20420,7 @@ static const struct luaL_Reg combo_box_t_member_funcs[] = {
{"append_option", wrap_combo_box_append_option},
{"remove_option", wrap_combo_box_remove_option},
{"set_options", wrap_combo_box_set_options},
{"get_value", wrap_combo_box_get_value},
{"get_value_int", wrap_combo_box_get_value},
{"get_text_value", wrap_combo_box_get_text},
{NULL, NULL}};

Expand Down

0 comments on commit 60af7c1

Please sign in to comment.