TUM-Logo

libRASCH

 

Home
 

General

About libRASCH/News
Design
Screen shots
Sample programs (with source code)
License
 

Download

libRASCH
Tools
 

Documentation

User
Developer
 

Resources

Mailing list
Supported Formats
Plugins
Status
Links
 
Contact
About this site
 
Last updated
Tue Mar 27 23:03:50 2007
ra_gui_call

ra_gui_call

Name

ra_gui_call --  shows GUI-element of a plugin (if avail.)

Synopsis

LIBRAAPI int ra_gui_call (any_handle h, plugin_handle pl);

Arguments

h

processing-handle or view-handle

pl

plugin-handle

Description

If the plugin pl provides a GUI-element, this function shows this GUI-element and transfer control to it. The h variable contains some information, needed by the plugin. For more information if a plugin provides a GUI-element and what type/information is needed, please see the plugin specific documentation.

source file

ra.c