IntEdit (hwx.gui)

A widget that can display/edit an integer.

Inherits:

Public Methods

get (self)
validate (self, widget)

Method Details

get(self)

Overloaded method that returns the value as in integer.

validate(self, widget)

Validates whether the value entered is an integer.

param widget:The widget where the value is entered.
type widget:Widget
returns:True if the widget value entered is an int, otherwise False.
rtype:bool