GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
dialogs.HyperlinkDialog Class Reference

Dialog for displaying message with hyperlink. More...

Inheritance diagram for dialogs.HyperlinkDialog:
Collaboration diagram for dialogs.HyperlinkDialog:

Public Member Functions

def __init__
 Constructor. More...
 

Detailed Description

Dialog for displaying message with hyperlink.

Definition at line 2442 of file gui_core/dialogs.py.

Constructor & Destructor Documentation

def dialogs.HyperlinkDialog.__init__ (   self,
  parent,
  title,
  message,
  hyperlink,
  hyperlinkLabel = None,
  style = wx.OK 
)

Constructor.

Parameters
parentgui parent
titledialog title
messagemessage
hyperlinkurl
hyperlinkLabellabel shown instead of url
stylebutton style

Definition at line 2445 of file gui_core/dialogs.py.


The documentation for this class was generated from the following file: