Class p.u.w.Window(gtk.Window):

Part of pida.ui.window View In Hierarchy

Known subclasses: pida.ui.window.PidaWindow

Undocumented
Line # Kind Name Docs
19 Method __init__ Undocumented
27 Method _on_delete_event Undocumented
30 Method create_all Undocumented
34 Method save_dlg Undocumented
37 Method open_dlg Undocumented
40 Method info_dlg Undocumented
43 Method error_dlg Undocumented
46 Method yesno_dlg Undocumented
49 Method error_list_dlg Undocumented
52 Method input_dlg Undocumented
def __init__(self, boss, *args, **kw):
Undocumented
def _on_delete_event(self, window, event):
Undocumented
def create_all(self):
Undocumented
def save_dlg(self, *args, **kw):
Undocumented
def open_dlg(self, *args, **kw):
Undocumented
def info_dlg(self, *args, **kw):
Undocumented
def error_dlg(self, *args, **kw):
Undocumented
def yesno_dlg(self, *args, **kw):
Undocumented
def error_list_dlg(self, msg, errs):
Undocumented
def input_dlg(self, *args, **kw):
Undocumented
API Documentation for PIDA, generated by pydoctor.