#include <form.h>
|
(Note that these are not member symbols.)
|
void | done_form_state (struct form_state *fs) |
| Free any data owned by fs, but not the struct form_state itself, because that is normally allocated as part of an array.
|
|
◆ done_form_state()
Free any data owned by fs, but not the struct form_state itself, because that is normally allocated as part of an array.
◆ ecmascript_obj
void* form_state::ecmascript_obj |
This holds the ECMAScript object attached to this structure.
It can be NULL since the object is created on-demand at the first time some ECMAScript code accesses it. It is freed automatically by the garbage-collecting code when the ECMAScript context is over (usually when the document is destroyed).
◆ form_view
◆ g_ctrl_num
int form_state::g_ctrl_num |
◆ position
◆ state
Position in value, or an editable integer.
◆ state_cell
int form_state::state_cell |
◆ type
◆ value
◆ vpos
◆ vypos
The documentation for this struct was generated from the following files: