26 #define YUILogComponent "ui"
29 #include "YSelectionBox.h"
30 #include "YUISymbols.h"
31 #include "YUIException.h"
38 , immediateMode(
false )
53 YUI_CHECK_NEW( priv );
69 return priv->shrinkable;
81 return priv->immediateMode;
108 propSet.
add(
YProperty( YUIProperty_Value, YOtherProperty ) );
109 propSet.
add(
YProperty( YUIProperty_CurrentItem, YOtherProperty ) );
110 propSet.
add(
YProperty( YUIProperty_Items, YOtherProperty ) );
111 propSet.
add(
YProperty( YUIProperty_Label, YStringProperty ) );
112 propSet.
add(
YProperty( YUIProperty_IconPath, YStringProperty ) );
125 if ( propertyName == YUIProperty_Value )
return false;
126 else if ( propertyName == YUIProperty_CurrentItem )
return false;
127 else if ( propertyName == YUIProperty_Items )
return false;
144 if ( propertyName == YUIProperty_Value )
return YPropertyValue( YOtherProperty );
145 else if ( propertyName == YUIProperty_CurrentItem )
return YPropertyValue( YOtherProperty );
146 else if ( propertyName == YUIProperty_Items )
return YPropertyValue( YOtherProperty );