Difference between revisions of "Documentation/DevGuide/OfficeDev/Windows"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
 
Line 9: Line 9:
 
  {{DISPLAYTITLE:Windows}}
 
  {{DISPLAYTITLE:Windows}}
 
<!--<idltopic>com.sun.star.awt.XWindow;com.sun.star.awt.XTopWindow;com.sun.star.awt.XWindowPeer</idltopic>-->
 
<!--<idltopic>com.sun.star.awt.XWindow;com.sun.star.awt.XTopWindow;com.sun.star.awt.XWindowPeer</idltopic>-->
Windows in the {{PRODUCTNAME}} API are rectangular areas that are positioned and resized, and inform listeners about UI events (<idl>com.sun.star.awt.XWindow</idl>). They have a platform-specific counterpart that is wrapped in the <idl>com.sun.star.awt.XWindowPeer</idl> interface, which is invalidated (redrawn), and sets the system pointer and hands out the toolkit for the window. The usage of the window interfaces is outlined in the section [[Documentation/DevGuide/OfficeDev/Component/Window Interfaces|Window Interfaces]] below.
+
Windows in the {{AOo}} API are rectangular areas that are positioned and resized, and inform listeners about UI events (<idl>com.sun.star.awt.XWindow</idl>). They have a platform-specific counterpart that is wrapped in the <idl>com.sun.star.awt.XWindowPeer</idl> interface, which is invalidated (redrawn), and sets the system pointer and hands out the toolkit for the window. The usage of the window interfaces is outlined in the section [[Documentation/DevGuide/OfficeDev/Component/Window Interfaces|Window Interfaces]] below.
  
 
{{PDL1}}
 
{{PDL1}}
  
 
[[Category:Documentation/Developer's Guide/Office Development]]
 
[[Category:Documentation/Developer's Guide/Office Development]]

Latest revision as of 17:34, 2 January 2021



Windows in the Apache OpenOffice API are rectangular areas that are positioned and resized, and inform listeners about UI events (com.sun.star.awt.XWindow). They have a platform-specific counterpart that is wrapped in the com.sun.star.awt.XWindowPeer interface, which is invalidated (redrawn), and sets the system pointer and hands out the toolkit for the window. The usage of the window interfaces is outlined in the section Window Interfaces below.

Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages