Kaydet (Commit) ad10870b authored tarafından Frank Schoenheit [fs]'s avatar Frank Schoenheit [fs]

merging in latest changes from CWS unoawt2

...@@ -39,6 +39,7 @@ ...@@ -39,6 +39,7 @@
#include <com/sun/star/util/Color.idl> #include <com/sun/star/util/Color.idl>
#endif #endif
#include <com/sun/star/awt/XItemList.idl>
//============================================================================= //=============================================================================
...@@ -225,6 +226,11 @@ published service UnoControlComboBoxModel ...@@ -225,6 +226,11 @@ published service UnoControlComboBoxModel
this is possible.</p> this is possible.</p>
*/ */
[optional, property] short MouseWheelBehavior; [optional, property] short MouseWheelBehavior;
/** allows mmanipulating the list of items in the combo box more fine-grained than the
<member>StringItemList</member> property.
*/
[optional] interface XItemList;
}; };
//============================================================================= //=============================================================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment