Home | Trees | Indices | Help |
---|
|
Description =========== This class represents a dialog that shows a single or multi-line message, with a choice of OK, Yes, No and Cancel buttons. It is a possible replacement for the standard wx.MessageDialog, with these extra functionalities: * Possibility to modify the dialog position; * Custom themed generic bitmap & text buttons; * Possibility to set an icon to the dialog; * More visibility to the button getting the focus; * Good old Python code :-D . And a lot more. Check the demo for an almost complete review of the functionalities. Supported Platforms =================== SuperToolTip has been tested on the following platforms: * Windows (Windows XP). Latest Revision: Andrea Gavana @ 07 October 2008, 22.00 GMT Version 0.1
|
|||
StdDialogButtonSizer wxWidgets standard dialog button sizer. |
|||
GenericMessageDialog Main class implementation, GenericMessageDialog is a possible replacement for the standard wx.MessageDialog. |
|
|||
_cancel = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAY
|
|||
_error = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYA
|
|||
_help = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAA
|
|||
_information = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAACAAAA
|
|||
_no = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAA
|
|||
_ok = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAA
|
|||
_question = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAACAAAAAgC
|
|||
_reassign = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMC
|
|||
_warning = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCA
|
|||
_yes = PyEmbeddedImage("iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAA
|
|
_cancel
|
_error
|
_help
|
_information
|
_no
|
_ok
|
_question
|
_reassign
|
_warning
|
_yes
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Oct 08 13:51:01 2008 | http://epydoc.sourceforge.net |