TABLE OF CONTENTS


isNotDisabledWidget

NAME

::guib::moduleObj::isNotDisabledWidget -- checks if widget is in a not present in disabledWidList list

USAGE

isNotDisabledWidget widget

DESCRIPTION

The "disabledWidList" list is used by "_widget" method to keep a record on disabled widgets. This method checks if a given widget is not present on the list of disabled widgets.

RETURN VALUE

Returns 1 when widget is not found in disabledWidList, otherwise returns 0.

EXAMPLE

set widgetState [$moduleObj isNotDisabledWidget $widget]