~ubuntu-branches/ubuntu/wily/eso-midas/wily-proposed

« back to all changes in this revision

Viewing changes to gui/resource/Tempdo

  • 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
*KeyboardFocusPolicy: Pointer
 
2
 
 
3
*HighlightOnEnter:           True
 
4
*XmLabel*HighlightOnEnter:   False
 
5
*SHelp*HighlightOnEnter:     False
 
6
*SHelp*Editable:             False
 
7
*HighlightThickness: 2
 
8
 
 
9
*SelectFrame*Background: White
 
10
*SelectFrame*XmPushButton*Background: Grey70
 
11
*SelectFrame*XmScrollBar*Background: Grey70
 
12
*SelectFrame*XmText*Background: White
 
13
*SelectFrame*XmList*Background: White
 
14
*SelectDescrTable*Background: White
 
15
*SelectDescrTable*XmPushButton*Background: Grey70
 
16
*SelectDescrTable*XmScrollBar*Background: Grey70
 
17
*SelectDescrTable*XmText*Background: White
 
18
*SelectDescrTable*XmList*Background: White
 
19
*SelectInstrument*Background: White
 
20
*SelectInstrument*XmPushButton*Background: Grey70
 
21
*SelectInstrument*XmText*Background: White
 
22
*SelectInstrument*XmList*Background: White
 
23
*SelectInstrument*XmList*Foreground: Black
 
24
 
 
25
*scrolledWindow6*Background: Gray80
 
26
*scrolledWindow1*Background: Gray80
 
27
*scrolledWindow4*Background: Gray80
 
28
*BottomShadowColor: Grey70
 
29
*TopShadowColor:    Grey90
 
30
 
 
31
*ApplicWindow*XmText*Translations:  #override \n\
 
32
                         <EnterNotify>: WriteHelp() enter() \n\
 
33
                         <LeaveNotify>: ClearHelp() leave() \n\
 
34
                         <Key>BackSpace:    delete-previous-character() \n\
 
35
                         <Key>osfBackSpace: delete-previous-character() \n\
 
36
                         <Key>Delete:       delete-previous-character() \n\
 
37
                         <Key>osfDelete:    delete-previous-character()
 
38
 
 
39
*XmTextField*Translations:  #override \n\
 
40
                         <Key>BackSpace:    delete-previous-character() \n\
 
41
                         <Key>osfBackSpace: delete-previous-character() \n\
 
42
                         <Key>Delete:       delete-previous-character() \n\
 
43
                         <Key>osfDelete:    delete-previous-character()
 
44
 
 
45
*ApplicWindow*XmLabel*Translations:  #override \n\
 
46
                         <EnterNotify>: WriteHelp() Enter() \n\
 
47
                         <LeaveNotify>: ClearHelp() Leave()
 
48
 
 
49
 
 
50
*ApplicWindow*XmArrowButton*Translations:  #override \n\
 
51
                         <EnterNotify>: WriteHelp() \n\
 
52
                         <LeaveNotify>: ClearHelp()
 
53
 
 
54
 
 
55
*ApplicWindow*XmPushButton*Translations:  #override \n\
 
56
                         <Btn1Down>,<Btn1Up>: ArmAndActivate() \n\
 
57
                         <EnterNotify>: WriteHelp() Enter() \n\
 
58
                         <LeaveNotify>: ClearHelp() Leave()
 
59
 
 
60
 
 
61
 
 
62