Functions | |
FXvariable | fxVarCreate (FXchar *name, FXvariable parent, FXint flags) |
Create a new Variable. | |
FXint | fxVarDelete (FXvariable var, FXint flags) |
Delete a Variable. | |
FXint | fxVarName (FXvariable var, FXchar *buffer, FXint buffer_length, FXint flags) |
Get the name of a variable. | |
FXint | fxVarRename (FXvariable var, FXchar *name, FXint flags) |
Set the name of a Variable. | |
FXint | fxVarExp (FXvariable var, FXchar *buffer, FXint buffer_length, FXint flags) |
Get the expression of a variable. | |
FXint | fxVarExpSet (FXvariable var, FXchar *exp, FXint flags) |
Set the expression of a Variable. | |
FXint | fxVarExpLength (FXvariable var) |
Get the length of a Variable's expression string. | |
FXint | fxVarChannelAdd (FXvariable var, FXobject obj, FXint channel, FXint op, FXint *ID, FXint flags) |
Add a channel to a Variable. | |
FXint | fxVarChannelRemove (FXvariable var, FXint ID, FXint flags) |
Remove a channel from a Variable. |
|
Add a channel to a Variable.
|
|
Remove a channel from a Variable.
|
|
Create a new Variable.
|
|
Delete a Variable.
|
|
Get the expression of a variable.
|
|
Get the length of a Variable's expression string.
|
|
Set the expression of a Variable.
|
|
Get the name of a variable.
|
|
Set the name of a Variable.
|
© 2003 pmG WorldWide,
LLC.
|
Last
Updated on Thu Jul 10 04:49:37 2003
|