fix(pikascript): fix some warnings (#3697)

This commit is contained in:
Lyon
2022-09-20 05:14:31 +08:00
committed by GitHub
parent 389d15be3d
commit 81fcd8c482
9 changed files with 27 additions and 13 deletions

View File

@@ -226,7 +226,7 @@ class dropdown(lv_obj):
def get_option_cnt(self) -> int: ...
def get_selected_str(self) -> str: ...
def get_option_index(self, option: str) -> int: ...
def get_symbol(self) -> int: ...
def get_symbol(self) -> str: ...
def get_selected_highlight(self) -> int: ...
def get_dir(self) -> int: ...
def open(self): ...