Package smjg.libs.sdwf.windowbase

Base class of window, dialog and control objects. More...


Classes

class  WindowBase
 The smjg.libs.sdwf.windowbase.WindowBase class is the abstract base class from which the Window, Dialog and Control classes are derived. More...
class  WindowClass
 The smjg.libs.sdwf.windowbase.WindowClass class represents a Windows window class. More...
class  MenuException
 The smjg.libs.sdwf.windowbase.MenuException class is an exception thrown when a menu operation fails. More...
class  WindowBaseException
 The smjg.libs.sdwf.windowbase.WindowBaseException class is an exception thrown when a menu operation fails. More...

Functions

 debug (messageLog)
HICON stockIcon (IDI icon)
 Loads the specified Windows built-in icon.
HCURSOR stockCursor (IDC cursor)
 Loads the specified Windows built-in mouse cursor.


Detailed Description

Base class of window, dialog and control objects.

The smjg.libs.sdwf.windowbase module contains the abstract base class from which the Window, Dialog and Control classes are derived.


Function Documentation

smjg.libs.sdwf.windowbase.debug ( messageLog   ) 

HCURSOR smjg.libs.sdwf.windowbase.stockCursor ( IDC  cursor  ) 

Loads the specified Windows built-in mouse cursor.

Parameters:
cursor identifies the cursor to be loaded.
Returns:
a handle for the specified cursor.
Deprecated:
superseded by the MouseCursor class in 0.51.

HICON smjg.libs.sdwf.windowbase.stockIcon ( IDI  icon  ) 

Loads the specified Windows built-in icon.

Parameters:
icon identifies the icon to be loaded.
Returns:
a handle for the specified icon.
Deprecated:
superseded by the Icon class in 0.51.


Generated on Sun Jan 11 21:54:16 2009 for Stewart's D Windows Framework by  doxygen 1.5.4