From 4993da3ab827c40b093ef5831090c799738429a6 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 27 Jun 2000 17:33:34 +0000 Subject: [PATCH] Added mixed state related methods git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6828 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSButton.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Headers/gnustep/gui/NSButton.h b/Headers/gnustep/gui/NSButton.h index 74f5d34e4..cedf19842 100644 --- a/Headers/gnustep/gui/NSButton.h +++ b/Headers/gnustep/gui/NSButton.h @@ -57,6 +57,9 @@ // - (void)setState:(int)value; - (int)state; +- (BOOL) allowsMixedState; +- (void) setAllowsMixedState: (BOOL)flag; +- (void)setNextState; // // Setting the Repeat Interval