GRASS Programmer's Manual  6.5.svn(2012)-r51648
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
widgets.py File Reference

Go to the source code of this file.

Data Structures

class  widgets.GNotebook
 Generic notebook widget. More...
class  widgets.ScrolledPanel
 Custom ScrolledPanel to avoid strange behaviour concerning focus. More...
class  widgets.NumTextCtrl
 Class derived from wx.TextCtrl for numerical values only. More...
class  widgets.FloatSlider
 Class derived from wx.Slider for floats. More...
class  widgets.SymbolButton
 Button with symbol and label. More...
class  widgets.StaticWrapText
 A Static Text field that wraps its text to fit its width, enlarging its height if necessary. More...
class  widgets.BaseValidator
class  widgets.IntegerValidator
 Validator for floating-point input. More...
class  widgets.FloatValidator
 Validator for floating-point input. More...
class  widgets.NTCValidator
 validates input in textctrls, taken from wxpython demo More...
class  widgets.ItemTree
class  widgets.SingleSymbolPanel
 Panel for displaying one symbol. More...

Namespaces

namespace  widgets
namespace  gui_core.widgets
 Core GUI widgets.

Functions

def widgets.SetValue
def widgets.GetValue
def widgets.SetRange

Variables

tuple widgets.validator = NTCValidator(flag = 'DIGIT_ONLY')
 self.precision = kwargs.pop('prec')