System.Windows Module

The System.Windows module provides interface to Windows API and contains support for Windows GUI applications. This library is linked with programs and libraries that have target=winguiapp , target=winapp or target=winlib in a .cmp file.

The target declaration is discussed here.

The System Windows Library document presents the structure and usage of the System.Windows library and discusses the creation of Windows GUI applications using Cmajor.

Namespaces

System
Windows
API
IO

Files

System.Windows/Api.cm
System.Windows/Application.cm
System.Windows/Assert.cm
System.Windows/Bitmap.cm
System.Windows/BorderedControl.cm
System.Windows/Buffer.cm
System.Windows/Button.cm
System.Windows/CheckBox.cm
System.Windows/Clipboard.cm
System.Windows/Color.cm
System.Windows/Component.cm
System.Windows/Console.cm
System.Windows/Container.cm
System.Windows/ContainerControl.cm
System.Windows/Control.cm
System.Windows/Cursor.cm
System.Windows/Debug.cm
System.Windows/Definitions.cm
System.Windows/Directory.cm
System.Windows/EditCommand.cm
System.Windows/Event.cm
System.Windows/Graphics.cm
System.Windows/GroupBox.cm
System.Windows/Icon.cm
System.Windows/IconListView.cm
System.Windows/ImageList.cm
System.Windows/Key.cm
System.Windows/Label.cm
System.Windows/ListBox.cm
System.Windows/ListView.cm
System.Windows/LogView.cm
System.Windows/Menu.cm
System.Windows/Message.cm
System.Windows/MessageBeep.cm
System.Windows/MessageBox.cm
System.Windows/Metrics.cm
System.Windows/PaddedControl.cm
System.Windows/Panel.cm
System.Windows/PathView.cm
System.Windows/RadioButton.cm
System.Windows/ResourceManager.cm
System.Windows/ScrollableControl.cm
System.Windows/SourceCodeView.cm
System.Windows/SplitContainer.cm
System.Windows/StatusBar.cm
System.Windows/TabControl.cm
System.Windows/TextBox.cm
System.Windows/TextView.cm
System.Windows/ToolBar.cm
System.Windows/ToolTip.cm
System.Windows/TreeView.cm
System.Windows/Window.cm
System.Windows/WindowManager.cm

Functions

public void WindowsAssertionFailureFunction(const char* assertion, const char* function, const char* sourceFilePath, int lineNumber)

Function Details

WindowsAssertionFailureFunction Function

public void WindowsAssertionFailureFunction(const char* assertion, const char* function, const char* sourceFilePath, int lineNumber)

Definition
Line 9 of System.Windows/Assert.cm