Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Window class
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{notability|date=August 2014}} In [[computer programming]], a '''window class''' is a fundamental in many [[windowing system]]s, including the [[Microsoft Windows]] ([[Win16]], [[Win32]], and [[Win64]]) [[operating system]]s, IBM [[OS/2]]<ref name=Petzold /> and the [[X Window System]].<ref>{{cite book |author1=Pavlidis, Theo |article=WINDOW SYSTEMS |title=Wiley Encyclopedia of Electrical and Electronic Engineering (draft) |url=https://www3.cs.stonybrook.edu/~theo/winsys.html}}</ref> The class defines the window procedure used tp process messages for all windows created with that class.<ref name="Petzold">{{cite book |last1=Petzold |first1=Charles |title=Programming The OS/2 Presentation Manager |date=1989 |publisher=Microsoft Press |isbn=1-55615-170-5 |url=https://komh.github.io/os2books/txt/ppm.txt}}</ref> The structure provides a template from which [[window (computing)|windows]] may be created by specifying a window's [[icon (computing)|icon]]s, [[menu (computing)|menu]], background color and a few other features. It also holds a [[pointer (computer programming)|pointer]] to a procedure that controls how the window behaves in response to user interaction. It finally tells the operating system how much additional storage space is needed for the class and each window created from it. ==References== <references /> ==External links== *[http://msdn2.microsoft.com/en-us/library/ms633576.aspx A manual page for window class on Microsoft's website] *[http://msdn.microsoft.com/en-us/library/ms633574(VS.85).aspx About Window Classes] [[Category:Microsoft application programming interfaces]] {{compu-prog-stub}}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)
Pages transcluded onto the current version of this page
(
help
)
:
Template:Cite book
(
edit
)
Template:Compu-prog-stub
(
edit
)
Template:Notability
(
edit
)