GtkToggleButton::draw_indicator

Access: Read Only
Type: bool

The draw_indicator property is the setting that denotes whether the toggle indicator is drawn or not. It is exposed here so that the value of the indicator's mode setting can be tested programmatically.

The property can be accessed using the syntax

$togglebutton->draw_indicator;

The draw_indicator property should not be accessed directly. Use set_mode() where the value needs to be changed.