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

Method __init__

old_examples/remuxer.py:238–240  ·  view source on GitHub ↗
(self, title, description, task, parent, flags, buttons)

Source from the content-addressed store, hash-verified

236
237class ProgressDialog(gtk.Dialog):
238 def __init__(self, title, description, task, parent, flags, buttons):
239 gtk.Dialog.__init__(self, title, parent, flags, buttons)
240 self._create_ui(title, description, task)
241
242 def _create_ui(self, title, description, task):
243 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