[ Version ( deprecated = true , deprecated_since = "3.0" ) ]
public void set_state (StateType state)
Warning: set_state is deprecated since 3.0.
This function is for use in widget implementations.
Use set_state_flags instead.
Sets the state of a widget (insensitive, prelighted, etc.) Usually you should set the state using wrapper functions such as set_sensitive.
this |
a Widget |
state |
new state for this |