Kaydet (Commit) f938ba01 authored tarafından Ocke Janssen [oj]'s avatar Ocke Janssen [oj]

unoawt2: add XItemList same as for listbox model

üst 414d7d42
...@@ -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