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

« back to all changes in this revision

Viewing changes to gui/XLong/prj/HelpShell.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: 318                                                       
 
2
 
 
3
*HelpShell.class: topLevelShell
 
4
*HelpShell.parent: NO_PARENT
 
5
*HelpShell.static: true
 
6
*HelpShell.gbldecl: #include <stdio.h>\
 
7
#include <ExternResources.h>
 
8
*HelpShell.ispecdecl:
 
9
*HelpShell.funcdecl: swidget create_HelpShell()\
 
10
 
 
11
*HelpShell.funcname: create_HelpShell
 
12
*HelpShell.funcdef: "swidget", "<create_HelpShell>(%)"
 
13
*HelpShell.icode:
 
14
*HelpShell.fcode: return(rtrn);\
 
15
 
 
16
*HelpShell.auxdecl:
 
17
*HelpShell.name: HelpShell
 
18
*HelpShell.x: 20
 
19
*HelpShell.y: 70
 
20
*HelpShell.width: 700
 
21
*HelpShell.height: 415
 
22
*HelpShell.title: "Extended help"
 
23
*HelpShell.keyboardFocusPolicy: "pointer"
 
24
*HelpShell.iconName: "Extended help"
 
25
*HelpShell.background: ButtonBackground 
 
26
*HelpShell.geometry: "-0+0"
 
27
 
 
28
*form21.class: form
 
29
*form21.parent: HelpShell
 
30
*form21.static: true
 
31
*form21.name: form21
 
32
*form21.resizePolicy: "resize_none"
 
33
*form21.unitType: "pixels"
 
34
*form21.x: 0
 
35
*form21.y: 0
 
36
*form21.width: 664
 
37
*form21.height: 284
 
38
*form21.background: ButtonBackground 
 
39
 
 
40
*scrolledWindow9.class: scrolledWindow
 
41
*scrolledWindow9.parent: form21
 
42
*scrolledWindow9.static: true
 
43
*scrolledWindow9.name: scrolledWindow9
 
44
*scrolledWindow9.scrollingPolicy: "automatic"
 
45
*scrolledWindow9.x: 0
 
46
*scrolledWindow9.y: 2
 
47
*scrolledWindow9.width: 710
 
48
*scrolledWindow9.height: 372
 
49
*scrolledWindow9.scrollBarPlacement: "bottom_left"
 
50
*scrolledWindow9.background: WindowBackground 
 
51
 
 
52
*rowColumn8.class: rowColumn
 
53
*rowColumn8.parent: scrolledWindow9
 
54
*rowColumn8.static: true
 
55
*rowColumn8.name: rowColumn8
 
56
*rowColumn8.x: 25
 
57
*rowColumn8.y: 4
 
58
*rowColumn8.width: 418
 
59
*rowColumn8.height: 427
 
60
*rowColumn8.orientation: "horizontal"
 
61
*rowColumn8.background: "white"
 
62
*rowColumn8.entryAlignment: "alignment_beginning"
 
63
 
 
64
*tx_extended_help.class: text
 
65
*tx_extended_help.parent: rowColumn8
 
66
*tx_extended_help.static: true
 
67
*tx_extended_help.name: tx_extended_help
 
68
*tx_extended_help.x: 3
 
69
*tx_extended_help.y: 3
 
70
*tx_extended_help.width: 673
 
71
*tx_extended_help.height: 853
 
72
*tx_extended_help.background: TextBackground 
 
73
*tx_extended_help.fontList: SmallFont 
 
74
*tx_extended_help.editMode: "multi_line_edit"
 
75
*tx_extended_help.cursorPositionVisible: "false"
 
76
*tx_extended_help.foreground: TextForeground 
 
77
*tx_extended_help.highlightColor: "Black"
 
78
 
 
79
*help_print.class: pushButton
 
80
*help_print.parent: form21
 
81
*help_print.static: true
 
82
*help_print.name: help_print
 
83
*help_print.x: 516
 
84
*help_print.y: 378
 
85
*help_print.width: 82
 
86
*help_print.height: 32
 
87
*help_print.background: ButtonBackground 
 
88
*help_print.labelString: "Print"
 
89
*help_print.fontList: BoldTextFont 
 
90
*help_print.highlightColor: "Black"
 
91
*help_print.highlightOnEnter: "true"
 
92
*help_print.foreground: ButtonForeground 
 
93
 
 
94
*pb_help_return.class: pushButton
 
95
*pb_help_return.parent: form21
 
96
*pb_help_return.static: true
 
97
*pb_help_return.name: pb_help_return
 
98
*pb_help_return.x: 604
 
99
*pb_help_return.y: 378
 
100
*pb_help_return.width: 82
 
101
*pb_help_return.height: 32
 
102
*pb_help_return.background: ButtonBackground 
 
103
*pb_help_return.fontList: BoldTextFont 
 
104
*pb_help_return.labelString: "Quit"
 
105
*pb_help_return.activateCallback: {\
 
106
UxPopdownInterface(UxFindSwidget("HelpShell"));\
 
107
 \
 
108
\
 
109
}
 
110
*pb_help_return.highlightColor: "red"
 
111
*pb_help_return.highlightOnEnter: "true"
 
112
*pb_help_return.foreground: CancelForeground  
 
113