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

From Apache OpenOffice Wiki
Jump to: navigation, search
(Initial author Sun Microsystems, Inc.)
 
m (FINAL VERSION FOR L10N)
(3 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
|NextPage=Documentation/DevGuide/OfficeDev/Dispatch Framework
 
|NextPage=Documentation/DevGuide/OfficeDev/Dispatch Framework
 
}}
 
}}
{{DISPLAYTITLE:Windows}}
+
{{Documentation/DevGuideLanguages|Documentation/DevGuide/OfficeDev/{{SUBPAGENAME}}}}
 +
{{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 {{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.
  
 
{{PDL1}}
 
{{PDL1}}
[[Category: Office Development]]
+
 
 +
[[Category:Documentation/Developer's Guide/Office Development]]

Revision as of 11:13, 13 May 2009



Windows in the OpenOffice.org 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