GRASS Programmer's Manual  6.4.4(2014)-r
dialogs.TextEntryDialog Class Reference

Simple dialog with text field. More...

Inheritance diagram for dialogs.TextEntryDialog:
Collaboration diagram for dialogs.TextEntryDialog:

Public Member Functions

def __init__
 
def GetValue (self)
 
def SetValue (self, value)
 

Detailed Description

Simple dialog with text field.

It differs from wx.TextEntryDialog because it allows adding validator.

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

Constructor & Destructor Documentation

def dialogs.TextEntryDialog.__init__ (   self,
  parent,
  message,
  caption = '',
  defaultValue = '',
  pos = wx.DefaultPosition,
  validator = wx.DefaultValidator,
  style = wx.OK | wx.CANCEL 
)

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

References dialogs.TextEntryDialog._textCtrl.

Member Function Documentation


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