GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DtWsmAddWorkspace(API) DtWsmAddWorkspace(API)

DtWsmAddWorkspace — add a workspace

#include <Dt/Wsm.h>
int DtWsmAddWorkspace(
Widget widget,
char *title);

The DtWsmAddWorkspace() function works with the CDE workspace manager, dtwm(1), and adds a new workspace. Applications can use this function to implement an interface to the workspace manager.

If the DtWsmAddWorkspace() function is not successful, the most likely reason for failure is that the CDE workspace manager, dtwm(1), is not running.

DtWsmAddWorkspace() sends a message to the CDE workspace manager, dtwm(1), to add the workspace.

widget
a realized widget
title
a user visible title for the new workspace

The function returns Success (0) when it succeeds, and non-zero upon failure.

DtWsm(5)

"Communicating with the Workspace Manager" section in the CDE Programmer's Guide

"Workspace Manager" section in the CDE Programmer's Overview


Search for    or go to Top of page |  Section A |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.