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. | |
The smjg.libs.sdwf.windowbase module contains the abstract base class from which the Window, Dialog and Control classes are derived.
| smjg.libs.sdwf.windowbase.debug | ( | messageLog | ) |
| HCURSOR smjg.libs.sdwf.windowbase.stockCursor | ( | IDC | cursor | ) |
Loads the specified Windows built-in mouse cursor.
| cursor | identifies the cursor to be loaded. |
| HICON smjg.libs.sdwf.windowbase.stockIcon | ( | IDI | icon | ) |
Loads the specified Windows built-in icon.
| icon | identifies the icon to be loaded. |
1.5.4