Subversion Repositories HelenOS

Rev

Rev 4341 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4341 Rev 4346
Line 254... Line 254...
254
        grid.add(textbox, 0, 0, padding = (0, 0, 0, 1))
254
        grid.add(textbox, 0, 0, padding = (0, 0, 0, 1))
255
        grid.add(buttonbar, 0, 1, growx = 1)
255
        grid.add(buttonbar, 0, 1, growx = 1)
256
        grid.runOnce()
256
        grid.runOnce()
257
    elif (dialog):
257
    elif (dialog):
258
        call_dlg(dlgcmd, '--title', title, '--msgbox', msg, '6', str(width + width_extra))
258
        call_dlg(dlgcmd, '--title', title, '--msgbox', msg, '6', str(width + width_extra))
259
   
259
    else:
260
    sys.stdout.write("\n%s: %s\n" % (title, msg))
260
        sys.stdout.write("\n%s: %s\n" % (title, msg))