~geda-admins/geda/geda-main

« back to all changes in this revision

Viewing changes to docs/wiki/geda-pcb_action_traces.html

  • Committer: Roland Lutz
  • Date: 2020-12-16 20:46:15 UTC
  • mfrom: (6357.1.54)
  • Revision ID: git-v1:b0174d13905e6080be0a87558b2be0f7f4decc4b
Merge branch 'stable-1.10'

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
</head>
11
11
<body>
12
12
 
13
 
<h2 id="traceanaction">Trace an action</h2>
 
13
<h2 class="sectionedit1" id="trace_an_action">Trace an action</h2>
14
14
<div class="level2">
15
15
 
16
16
<p>
17
17
Here is a short introduction where to start if you want to trace an action down into the source code:
18
 
Lets draw a line in the (GTK) GUI.
 
18
Lets draw a line in the (GTK) <abbr title="Graphical User Interface">GUI</abbr>.
19
19
</p>
20
20
 
21
21
<p>
27
27
</p>
28
28
 
29
29
</div>
30
 
 
31
 
<h3 id="f2key">F2 key</h3>
 
30
<!-- EDIT1 SECTION "Trace an action" [1-683] -->
 
31
<h3 class="sectionedit2" id="f2_key">F2 key</h3>
32
32
<div class="level3">
33
33
 
34
34
<p>
63
63
</p>
64
64
 
65
65
<p>
66
 
<a href="media/devel_intro/set_mode.png" class="media" target="_blank" title="devel_intro:set_mode.png">devel_intro:set_mode.png</a>
 
66
<a href="media/devel_intro/set_mode.png" class="media" target="_blank" title="devel_intro:set_mode.png"><img src="media/devel_intro/set_mode.png" class="media" alt="" /></a>
67
67
</p>
68
68
 
69
69
</div>
70
 
 
71
 
<h3 id="mouseclick">Mouse click</h3>
 
70
<!-- EDIT2 SECTION "F2 key" [684-1638] -->
 
71
<h3 class="sectionedit3" id="mouse_click">Mouse click</h3>
72
72
<div class="level3">
73
73
 
74
74
<p>
77
77
</p>
78
78
 
79
79
<p>
80
 
<a href="media/devel_intro/draw_line.png" class="media" target="_blank" title="devel_intro:draw_line.png">devel_intro:draw_line.png</a>
 
80
<a href="media/devel_intro/draw_line.png" class="media" target="_blank" title="devel_intro:draw_line.png"><img src="media/devel_intro/draw_line.png" class="media" alt="" /></a>
81
81
</p>
82
82
 
83
83
<p>
84
 
In the file <em><strong>gpcb-menu.res</strong></em> Left mouse click Mouse = Left =&gt; points to Mode(Notify)
 
84
In the file <em><strong>gpcb-menu.res</strong></em> Left mouse click Mouse = Left ⇒ points to Mode(Notify)
85
85
</p>
86
86
 
87
87
<p>
121
121
</p>
122
122
 
123
123
</div>
124
 
</body>
 
124
<!-- EDIT3 SECTION "Mouse click" [1639-] --></body>
125
125
</html>