enum PluginVariable in module com::sun::star::plugin::

(Global Index)

Syntax

enum PluginVariable;

Description

describes the possible parameters to XPluginContext::getValue. It describes what kind of object is requested

Values Summary

VxDisplay XPluginContext::getValue will return the Xwindow Display pointer of a display connection (UNIX only)

VxtAppContext XPluginContext::getValue will return the global Xt application context (UNIX only)

Values Details



VxDisplay

Syntax

VxDisplay,

Description

XPluginContext::getValue will return the Xwindow Display pointer of a display connection (UNIX only)


VxtAppContext

Syntax

VxtAppContext,

Description

XPluginContext::getValue will return the global Xt application context (UNIX only)

Top of Page