unoawt2: add XItemList same as for listbox model
This commit is contained in:
parent
414d7d423f
commit
f938ba01ac
1 changed files with 6 additions and 0 deletions
|
@ -39,6 +39,7 @@
|
|||
#include <com/sun/star/util/Color.idl>
|
||||
#endif
|
||||
|
||||
#include <com/sun/star/awt/XItemList.idl>
|
||||
|
||||
//=============================================================================
|
||||
|
||||
|
@ -225,6 +226,11 @@ published service UnoControlComboBoxModel
|
|||
this is possible.</p>
|
||||
*/
|
||||
[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;
|
||||
};
|
||||
|
||||
//=============================================================================
|
||||
|
|
Loading…
Reference in a new issue