Skip to content

Commit

Permalink
typing: Gtk3: Improve hints
Browse files Browse the repository at this point in the history
  • Loading branch information
lovetox committed Jun 20, 2024
1 parent 06fa315 commit 108f82a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gi-stubs/repository/_Gtk3.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -15531,7 +15531,8 @@ class ComboBoxText(ComboBox, Atk.ImplementorIface, Buildable, CellEditable, Cell
): ...
def append(self, id: Optional[str], text: str) -> None: ...
def append_text(self, text: str) -> None: ...
def get_active_text(self) -> str: ...
# override
def get_active_text(self) -> Optional[str]: ...
def insert(self, position: int, id: Optional[str], text: str) -> None: ...
def insert_text(self, position: int, text: str) -> None: ...
@classmethod
Expand Down

0 comments on commit 108f82a

Please sign in to comment.