GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Simple dialog with text field. More...
Public Member Functions | |
def | __init__ |
def | GetValue |
def | SetValue |
Simple dialog with text field.
It differs from wx.TextEntryDialog because it allows adding validator.
Definition at line 2410 of file gui_core/dialogs.py.
def dialogs.TextEntryDialog.__init__ | ( | self, | |
parent, | |||
message, | |||
caption = '' , |
|||
defaultValue = '' , |
|||
pos = wx.DefaultPosition , |
|||
validator = wx.DefaultValidator , |
|||
style = wx.OK | wx.CANCEL |
|||
) |
Definition at line 2417 of file gui_core/dialogs.py.
References dialogs.TextEntryDialog._textCtrl.
def dialogs.TextEntryDialog.GetValue | ( | self | ) |
Definition at line 2435 of file gui_core/dialogs.py.
Referenced by statusbar.SbGoTo.OnGoTo(), statusbar.SbGoToGCP.OnGoToGCP(), statusbar.SbRender.OnToggleRender(), and statusbar.SbTextItem.Show().
def dialogs.TextEntryDialog.SetValue | ( | self, | |
value | |||
) |
Definition at line 2438 of file gui_core/dialogs.py.
Referenced by gselect.SubGroupSelect.Insert(), gselect.ColumnSelect.InsertColumns(), gselect.ColumnSelect.InsertTableColumns(), gselect.TableSelect.InsertTables(), statusbar.SbMapScale.OnChangeMapScale(), statusbar.SbGoTo.OnGoTo(), prompt.TextCtrlAutoComplete.OnKeyDown(), gselect.LayerSelect.Reset(), statusbar.SbGoTo.SetCenter(), statusbar.SbDisplayGeometry.Show(), statusbar.SbCoordinates.Show(), statusbar.SbRegionExtent.Show(), statusbar.SbRMSError.Show(), statusbar.SbMapScale.Update(), and gselect.ProjSelect.UpdateItems().