Jump to content

Development Sample Source Code: Difference between revisions

From EDM2
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:


==DIVE==
==DIVE==
{|class="wikitable"
!width=35%|Name||width=15%|License||Comments
|-
|[[SHOW]]|| ||Shows you how to use DIVE (Direct Interface to Video Extensions) to directly access the video display.
|}


==Presentation Manager==
==Presentation Manager==
{| class="wikitable sortable" border="1"
{|class="wikitable"
|-
!width=35%|Name||width=15%|License||Comments
! Name !! License !! Comments
|-
|-
| [[DRAGINFO]] || Public Domain || Provides information for testing and debugging drag-and-drop applications.
|[[DRAGINFO (Program)]]||Public Domain||Provides information for testing and debugging drag-and-drop applications.
|-
|-
| [[Sample program for OS/2 Drag/Drop facilities]] ||BSD Like || A sample program for OS/2 Drag/Drop facilities (aka Direct Manipulation).
|[[Sample program for OS/2 Drag/Drop facilities]]||BSD Like||A sample program for OS/2 Drag/Drop facilities (aka Direct Manipulation).
|-
 
 
 
|}
|}


==WPS-SOM==
==WPS-SOM==
{| class="wikitable sortable" border="1"
{|class="wikitable"
!width=35%|Name||width=15%|License||Comments
|-
|-
! Name !! License !! Comments
|[[OS/2 Work Place Shell Sample Program - Address Book]]||Any derivative includes IBM Copyright||ShrAddressBook is an example of "restrictive containment".
|-
|-
| [[OS/2 Work Place Shell Sample Program - Address Book]] ||Any Derivative - Include IBM Copyright  || ShrAddressBook is an example of "restrictive containment".
|[[PostWhat WPS Class Example]]||BSD 3-Clauses||PostWhat WPS Class example
|-
|-
| [[PostWhat WPS Class Example]] ||BSD 3-Clauses  || PostWhat WPS Class example
|[[Object-Oriented Programming Using SOM and DSOM]]||Any derivative||Examples for SOM DSOM Programming
|-
|-
| [[Object-Oriented Programming Using SOM and DSOM]] ||Any Derivative  || Examples for SOM DSOM Programming
|[[Sample program that demonstrates OS/2 Drag/Drop in WPS]]||BSD like||Sample program that demonstrates a mechanism for allowing OS/2 Drag/Drop facilities (aka Direct Manipulation) to work between a normal PM window and the WorkPlace Shell.
|-
|-
| [[Sample program that demonstrates OS/2 Drag/Drop in WPS]] ||BSD Like  ||  Sample program that demonstrates a mechanism for allowing OS/2 Drag/Drop facilities (aka Direct Manipulation) to work between a normal PM window and the WorkPlace Shell.
|[[Small examples of Workplace Shell programming]]|| ||
|-
| [[Small examples of Workplace Shell programming]] |||
|-
 
 
|}
|}


==OpenDoc==
[[Category:Open Source Software]]
 
 
[[Category:Tools]]

Latest revision as of 23:05, 20 April 2025

DIVE

Name License Comments
SHOW Shows you how to use DIVE (Direct Interface to Video Extensions) to directly access the video display.

Presentation Manager

Name License Comments
DRAGINFO (Program) Public Domain Provides information for testing and debugging drag-and-drop applications.
Sample program for OS/2 Drag/Drop facilities BSD Like A sample program for OS/2 Drag/Drop facilities (aka Direct Manipulation).

WPS-SOM

Name License Comments
OS/2 Work Place Shell Sample Program - Address Book Any derivative includes IBM Copyright ShrAddressBook is an example of "restrictive containment".
PostWhat WPS Class Example BSD 3-Clauses PostWhat WPS Class example
Object-Oriented Programming Using SOM and DSOM Any derivative Examples for SOM DSOM Programming
Sample program that demonstrates OS/2 Drag/Drop in WPS BSD like Sample program that demonstrates a mechanism for allowing OS/2 Drag/Drop facilities (aka Direct Manipulation) to work between a normal PM window and the WorkPlace Shell.
Small examples of Workplace Shell programming