GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Dialog for displaying message with hyperlink. More...
Public Member Functions | |
def | __init__ |
Constructor. More... | |
Dialog for displaying message with hyperlink.
Definition at line 2442 of file gui_core/dialogs.py.
def dialogs.HyperlinkDialog.__init__ | ( | self, | |
parent, | |||
title, | |||
message, | |||
hyperlink, | |||
hyperlinkLabel = None , |
|||
style = wx.OK |
|||
) |
Constructor.
parent | gui parent |
title | dialog title |
message | message |
hyperlink | url |
hyperlinkLabel | label shown instead of url |
style | button style |
Definition at line 2445 of file gui_core/dialogs.py.