def __init__(self, **kvargs):
super(KDialog, self).__init__(**kvargs)
self.param = None
self.rst = None
self.input_dialog_double = None
# ???? ??? ?????? 'Yes, No, Cancel'.
self.box_buttons_select = \
BoxLayout(size_hint_y=None, height=self.dp(40), spacing=5)
self.scroll = self.ids.scroll
self.box_root = self.ids.box_root
self.box_content = self.ids.box_content
self.box_content.bind(
height=lambda *args: self._update_box_content_size(args)
)
评论列表
文章目录