fix(pikascript): fix some warnings (#3697)
This commit is contained in:
@@ -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): ...
|
||||
|
||||
Reference in New Issue
Block a user