/ Published in: Python
Expand |
Embed | Plain Text
message = "Please, first select a portion of code to post" dialog = gtk.MessageDialog(None, gtk.DIALOG_MODAL, gtk.MESSAGE_INFO, gtk.BUTTONS_NONE, message) dialog.add_button(gtk.STOCK_CLOSE, gtk.RESPONSE_CLOSE) dialog.run() dialog.destroy()
You need to login to post a comment.
