Misplaced Pages

Window class

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
The topic of this article may not meet Misplaced Pages's general notability guideline. Please help to demonstrate the notability of the topic by citing reliable secondary sources that are independent of the topic and provide significant coverage of it beyond a mere trivial mention. If notability cannot be shown, the article is likely to be merged, redirected, or deleted.
Find sources: "Window class" – news · newspapers · books · scholar · JSTOR (August 2014) (Learn how and when to remove this message)

In computer programming, a window class is a fundamental in many windowing systems, including the Microsoft Windows (Win16, Win32, and Win64) operating systems, IBM OS/2 and the X Window System. The class defines the window procedure used tp process messages for all windows created with that class.

The structure provides a template from which windows may be created by specifying a window's icons, menu, background color and a few other features. It also holds a 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

  1. ^ Petzold, Charles (1989). Programming The OS/2 Presentation Manager. Microsoft Press. ISBN 1-55615-170-5.
  2. Pavlidis, Theo. "WINDOW SYSTEMS". Wiley Encyclopedia of Electrical and Electronic Engineering (draft).

External links


Stub icon

This computer-programming-related article is a stub. You can help Misplaced Pages by expanding it.

Categories: