Role Playing Database (API Documentation)  3.1.2
Static Public Member Functions | List of all members
DynamicHelp Class Reference

Static Public Member Functions

static configure (...)
 
static register (path, _type,...)
 
static add (path,...)
 
static delete (path)
 

Detailed Description

Implements BWidget style Dynamic Help: balloon help and status variable help displays

Member Function Documentation

◆ add()

static DynamicHelp::add ( path  ,
  ... 
)
static

Add a path to the list of paths with Dynamic Help.

Parameters
pathThe widget path.
...Options:
  • -type The type of Dynamic Help.
  • -text The help text.
  • -item The menu item.
  • -index The item index.
  • -command The command.
  • -variable The variable.

◆ configure()

static DynamicHelp::configure (   ...)
static

Set configuration options. ... Option value list: option value ...

  • -state configure new state value.
  • -delay configure new delay value.

◆ delete()

static DynamicHelp::delete ( path  )
static

Delete a path from Dynamic Help.

Parameters
pathThe widget path.

◆ register()

static DynamicHelp::register ( path  ,
_type  ,
  ... 
)
static

Register a new widget with help.

Parameters
pathWidget path.
_typeType of help (variable or balloon)
...Additional args (depends on type).

The documentation for this class was generated from the following file: