EnhancedMouseEvent.idl (d1766043) EnhancedMouseEvent.idl (d1e7efc3)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33 module com { module sun { module star { module awt {
34
35//=============================================================================
36
37/** specifies an event from the mouse.
38
39 @see MouseEvent
40
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 24 unchanged lines hidden (view full) ---

33 module com { module sun { module star { module awt {
34
35//=============================================================================
36
37/** specifies an event from the mouse.
38
39 @see MouseEvent
40
41 @since OOo 2.0
41 @since OpenOffice 2.0
42
43 */
44published struct EnhancedMouseEvent: com::sun::star::awt::MouseEvent
45{
46
47 /** contains the object on the location of the mouse.
48 */
49
50 com::sun::star::uno::XInterface Target;
51
52
53};
54
55//=============================================================================
56
57}; }; }; };
58
59#endif
42
43 */
44published struct EnhancedMouseEvent: com::sun::star::awt::MouseEvent
45{
46
47 /** contains the object on the location of the mouse.
48 */
49
50 com::sun::star::uno::XInterface Target;
51
52
53};
54
55//=============================================================================
56
57}; }; }; };
58
59#endif