From b78eddd878985d0fd2f3f467f928cdb686a67dd2 Mon Sep 17 00:00:00 2001 From: Randall Luecke Date: Fri, 4 Feb 2011 19:01:12 -0500 Subject: [PATCH] Clearer explaination of setPullsDown: of CPPopupButton --- AppKit/CPPopUpButton.j | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AppKit/CPPopUpButton.j b/AppKit/CPPopUpButton.j index 603e3f92f..bea80de88 100644 --- a/AppKit/CPPopUpButton.j +++ b/AppKit/CPPopUpButton.j @@ -107,6 +107,9 @@ CPPopUpButtonStatePullsDown = CPThemeState("pulls-down"); /*! Specifies whether the object is a pull-down or a pop-up menu. + If the button pulls down the menu items represent actions, not states. + So the text in the button will NOT change when the user selects something different. + @param shouldPullDown \c YES makes the pop-up button a pull-down menu. \c NO makes it a pop-up menu. */