~ubuntu-branches/debian/jessie/eso-midas/jessie

« back to all changes in this revision

Viewing changes to gui/XDo/prj/SelectDescrTable.i

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-okiwi1assxkkiz39
Tags: upstream-13.09pl1.2+dfsg
ImportĀ upstreamĀ versionĀ 13.09pl1.2+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
! UIMX ascii 2.0 key: 7106                                                      
 
2
 
 
3
*SelectDescrTable.class: fileSelectionBox
 
4
*SelectDescrTable.parent: NO_PARENT
 
5
*SelectDescrTable.defaultShell: topLevelShell
 
6
*SelectDescrTable.static: true
 
7
*SelectDescrTable.gbldecl: #include <stdio.h>\
 
8
#include <ExternResources.h>
 
9
*SelectDescrTable.ispecdecl:
 
10
*SelectDescrTable.funcdecl: swidget create_SelectDescrTable()\
 
11
 
 
12
*SelectDescrTable.funcname: create_SelectDescrTable
 
13
*SelectDescrTable.funcdef: "swidget", "<create_SelectDescrTable>(%)"
 
14
*SelectDescrTable.icode:
 
15
*SelectDescrTable.fcode: return(rtrn);\
 
16
 
 
17
*SelectDescrTable.auxdecl:
 
18
*SelectDescrTable.name: SelectDescrTable
 
19
*SelectDescrTable.resizePolicy: "resize_none"
 
20
*SelectDescrTable.unitType: "pixels"
 
21
*SelectDescrTable.x: 770
 
22
*SelectDescrTable.y: 330
 
23
*SelectDescrTable.width: 350
 
24
*SelectDescrTable.height: 400
 
25
*SelectDescrTable.background: WindowBackground
 
26
*SelectDescrTable.buttonFontList: BoldTextFont
 
27
*SelectDescrTable.labelFontList: BoldTextFont
 
28
*SelectDescrTable.textFontList: BoldTextFont
 
29
*SelectDescrTable.cancelCallback: {\
 
30
extern swidget dlist;\
 
31
UxPopdownInterface(dlist);\
 
32
}
 
33
*SelectDescrTable.okCallback: {\
 
34
XmFileSelectionBoxCallbackStruct *cbs;\
 
35
char *value;\
 
36
\
 
37
cbs = (XmFileSelectionBoxCallbackStruct *)UxCallbackArg;\
 
38
 XmStringGetLtoR(cbs->value,XmSTRING_DEFAULT_CHARSET,&value);\
 
39
UxPutText(UxFindSwidget("ost_t3"),value);\
 
40
XmTextShowPosition(UxGetWidget(UxFindSwidget("ost_t3")),strlen(value));\
 
41
}
 
42
*SelectDescrTable.dialogTitle: ""
 
43