MCPcopy Create free account
hub / github.com/GStreamer/gst-python / __init__

Method __init__

old_examples/synchronizer.py:273–275  ·  view source on GitHub ↗
(self, title, description, task, parent, flags, buttons)

Source from the content-addressed store, hash-verified

271
272class ProgressDialog(gtk.Dialog):
273 def __init__(self, title, description, task, parent, flags, buttons):
274 gtk.Dialog.__init__(self, title, parent, flags, buttons)
275 self._create_ui(title, description, task)
276
277 def _create_ui(self, title, description, task):
278 self.set_border_width(6)

Callers

nothing calls this directly

Calls 2

_create_uiMethod · 0.95
__init__Method · 0.45

Tested by

no test coverage detected