-
Notifications
You must be signed in to change notification settings - Fork 3
2017 API dlibrary.dialog_custom.ControlFactory
Dieter Geerts edited this page Sep 24, 2016
·
1 revision
- object The most base type
__init__(self)
create_control(self, dialog_id: int, name: str, data: dict, data_parent: dlibrary.dialog_custom.AbstractDataContext) ->
dlibrary.dialog_custom.AbstractControl
create_controls(self, dialog_id: int, controls: list, data_parent: dlibrary.dialog_custom.AbstractDataContext) ->
tuple