org.gnu.gtk
public class ToggleAction extends Action
Constructor Summary | |
---|---|
ToggleAction(String name, String label, String tooltip, String stockId) | |
ToggleAction(Handle handle) |
Method Summary | |
---|---|
boolean | getActive() |
boolean | getDrawAsRadio() |
static ToggleAction | getToggleAction(Handle handle)
Internal static factory method to be used by Java-Gnome only. |
void | setActive(boolean active) |
void | setDrawAsRadio(boolean drawAsRadio) |