mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
fix: allow adding action widgets to GtkInfoBar
This commit is contained in:
parent
d9ef1d4df9
commit
4103ad3e71
9 changed files with 47 additions and 13 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
|
||||
import typing as T
|
||||
from .gtk_dialog import ResponseId
|
||||
from .response_id import ResponseId
|
||||
from .common import *
|
||||
|
||||
|
||||
|
@ -83,9 +83,9 @@ class Object(AstNode):
|
|||
|
||||
@property
|
||||
def action_widgets(self) -> T.List[ResponseId]:
|
||||
"""Get list of `GtkDialog`'s action widgets.
|
||||
"""Get list of widget's action widgets.
|
||||
|
||||
Empty if object is not `GtkDialog`.
|
||||
Empty if object doesn't have action widgets.
|
||||
"""
|
||||
from .gtkbuilder_child import Child
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue