--- a/E5Gui/E5TextSpinBox.py Sat May 17 19:58:49 2014 +0200 +++ b/E5Gui/E5TextSpinBox.py Sun May 18 14:13:09 2014 +0200 @@ -61,7 +61,7 @@ def textFromValue(self, value): """ - Protected method to convert a value to text. + Public method to convert a value to text. @param value value to be converted (integer) @return text for the given value (string) @@ -73,7 +73,7 @@ def valueFromText(self, txt): """ - Protected method to convert a text to a value. + Public method to convert a text to a value. @param txt text to be converted (string) @return value for the given text (integer)