Bugfix in README
This commit is contained in:
parent
f5d91bdaa7
commit
60f222f8f0
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ Opens GTK MessageDialog
|
|||
|Name|Type|Description|Default value|
|
||||
|:--:|:--:|:----------|:------:|
|
||||
|title|`str`|Dialog caption|*Required*|
|
||||
|text|`Tuple[Optional[str], bool] | Optional[str]`|Dialog primary text, str or tuple: `(text, use_markup)`|*Required*|
|
||||
|sectext|`Tuple[Optional[str], bool] | Optional[str]`, optional|Dialog secondary text, str or tuple|`None`|
|
||||
|text|`Tuple[Optional[str], bool] \| Optional[str]`|Dialog primary text, str or tuple: `(text, use_markup)`|*Required*|
|
||||
|sectext|`Tuple[Optional[str], bool] \| Optional[str]`|Dialog secondary text, str or tuple|`None`|
|
||||
|btns|`Gtk.ButtonsType`|Dialog buttons|`Gtk.ButtonsType.OK`|
|
||||
|msgtype|`Gtk.MessageType`|Dialog message type|`Gtk.MessageType.INFO`|
|
||||
|
||||
|
|
Loading…
Reference in a new issue