How to make message like this using Quickly
You want to use a Gtk.MessageDialog.
Example:
md = gtk.MessageDialog(self, gtk.DIALOG_DESTROY_WITH_PARENT, gtk.MESSAGE_INFO, gtk.BUTTONS_CLOSE, "Download completed") md.run()
You can find extensive information on using these dialogs on this page.
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
11 months ago
viewed
137 times
active
10 months ago
Get the weekly newsletter!
see an example newsletter
By subscribing, you agree to the privacy policy and terms of service.