You can edit almost every page by Creating an account and confirming your email.

Window class

From EverybodyWiki Bios & Wiki


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[1] and the X Window System.[2] The class defines the window procedure used to process messages for all windows created with that class.[1]

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. 1.0 1.1 Petzold, Charles (1989). Programming The OS/2 Presentation Manager. Microsoft Press. ISBN 1-55615-170-5. Search this book on
  2. Pavlidis, Theo. "WINDOW SYSTEMS". Wiley Encyclopedia of Electrical and Electronic Engineering (draft). Search this book on

External links



This article "Window class" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Window class. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.