Jump to content

SmartCenter: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Line 33: Line 33:


==Setup strings for WarpCenter objects==
==Setup strings for WarpCenter objects==
 
The new WarpCenter in Warp 4 supports the following setup strings:
The new WarpCenter in WARP 4 supports the following setup strings:
{|class="wikitable"
 
|+Class SmartCenter
!Key Name||Value||Description
  Class SmartCenter
|-
 
|ADDOBJECT||object||Specifies an object to be added to the current tray. object is the persistent handle of the object.
  Key Name         Value         Description
|-
  ----------------------------------------------------------------
|ADDTOTRAY||traynumber, object[,...]||Specifies one or more objects to be added to a tray.
  ADDOBJECT       object         Specifies an object to be added
|-
                                  to the current tray. object is
|ADDTRAY||trayname[,object[,...]]||Specifies the name of a new tray to be added. A list of object handles may optionally be added to the new tray.
                                  the persistent handle of the object.
|-
 
|SAVENOW||YES||Specifies that the WarpCenter should save its configuration (now).
  ADDTOTRAY       traynumber, object[,...]
Note: There is no NO value for this keyword.
                                  Specifies one or more objects to be
|}
                                  added to a tray.
 
  ADDTRAY         trayname[,object[,...]]
                                  Specifies the name of a new tray to
                                  be added. A list of object handles may
                                  optionally be added to the new tray.
 
  SAVENOW         YES           Specifies that the WarpCenter should
                                  save its configuration (now).
                                  Note:
                                  There is no NO value for this keyword.
 


[[Category: The OS/2 API Project]]
[[Category: The OS/2 API Project]]

Revision as of 20:27, 16 November 2016

Description

Class definition file

DLL

Class hierarchy SOMObject

  • WPObject
    • WPAbstract
      • WPLaunchPad
        • SmartCenter

Instance methods

SOMObject instance methods

WPObject instance methods

Class methods

WPObject class methods

Setup strings for WarpCenter objects

The new WarpCenter in Warp 4 supports the following setup strings:

Class SmartCenter
Key Name Value Description
ADDOBJECT object Specifies an object to be added to the current tray. object is the persistent handle of the object.
ADDTOTRAY traynumber, object[,...] Specifies one or more objects to be added to a tray.
ADDTRAY trayname[,object[,...]] Specifies the name of a new tray to be added. A list of object handles may optionally be added to the new tray.
SAVENOW YES Specifies that the WarpCenter should save its configuration (now).

Note: There is no NO value for this keyword.