~ubuntu-branches/ubuntu/trusty/scilab/trusty

« back to all changes in this revision

Viewing changes to modules/gui/includes/GetUicontrolString.h

  • Committer: Package Import Robot
  • Author(s): Sylvestre Ledru
  • Date: 2012-08-02 11:02:49 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20120802110249-0v5953emkp25geuz
Tags: 5.4.0-beta-2-1~exp1
* New upstream release
* Remove libscilab-java (remove upstream). Use libscilab2-java instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#ifndef __GET_UICONTROL_STRING_H__
15
15
#define __GET_UICONTROL_STRING_H__
16
16
#include "dynlib_gui.h"
17
 
#include "ObjectStructure.h"
18
17
#include "returnProperty.h"
19
18
 
20
19
/**
23
22
 * @param pobjUID Scilab object corresponding to the uicontrol
24
23
 * @return the string
25
24
 */
26
 
GUI_IMPEXP int GetUicontrolString(char *pobjUID);
 
25
GUI_IMPEXP int GetUicontrolString(void* _pvCtx, char *pobjUID);
27
26
 
28
27
#endif /* __GET_UICONTROL_STRING_H__ */