Skip to content

Commit b177de7

Browse files
committed
Gmoccapy - Documents - actualization Embedded Tab Localization
1 parent 1d3e229 commit b177de7

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/src/gui/gmoccapy.adoc

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -299,14 +299,14 @@ All you have to take care of, is that you include for every tab or side panel th
299299

300300
* EMBED_TAB_NAME = Represents the name of the tab or side panel, it is up to you what name you use, but it must be present!
301301
* EMBED_TAB_LOCATION = The place where your program will be placed in the GUI, see figure <<fig:gmoccapy_emb_tab_locations,Embedded tab locations>>. Valid values are:
302-
** *ntb_user_tabs* (as main tab, covering the complete screen)
302+
** *ntb_user_tabs* (as main tab, covering the complete screen *(7)*)
303303
** *ntb_preview* (as tab on the preview side *(1)*)
304304
** *hbox_jog* (will hide the jog buttons and introduce your glade file here *(2)*)
305-
** *box_left* (on the left, complete high of the screen)
306-
** *box_right* (on the right, in between the normal screen and the button list)
305+
** *box_left* (on the left, complete high of the screen *(10)*)
306+
** *box_right* (on the right, in between the normal screen and the button list *(11)*)
307307
** *box_tool_and_code_info* (will hide the Tool information and G-code frames and introduce your glade file here *(3)*)
308-
** *box_tool_info* (will hide the Tool information frame and introduce your glade file here)
309-
** *box_code_info* (will hide the G-code information frame and introduce your glade file here)
308+
** *box_tool_info* (will hide the Tool information frame and introduce your glade file here *(3a)*)
309+
** *box_code_info* (will hide the G-code information frame and introduce your glade file here *(3b)*)
310310
** *box_vel_info* (will hide the velocity frames and introduce your glade file *(4)*)
311311
** *box_coolant_and_spindle* (will hide the coolant and spindle frames and introduce your glade file here *(5)+(6)*)
312312
** *box_cooling* (will hide the cooling frame and introduce your glade file *(5)*)
@@ -315,7 +315,8 @@ All you have to take care of, is that you include for every tab or side panel th
315315
** *box_custom_2* (will introduce your glade file left of cooling_frame)
316316
** *box_custom_3* (will introduce your glade file left of spindle_frame)
317317
** *box_custom_4* (will introduce your glade file right of spindle_frame)
318-
** *box_dro_side* (will introduce your glade file right of the DRO)
318+
** *box_dro_side* (will introduce your glade file right of the DRO *(8)*)
319+
** *ntb_setup* (as tab on the setup page *(9)*)
319320

320321
[NOTE]
321322
See also the included sample INI files to see the differences.
42.1 KB
Loading

0 commit comments

Comments
 (0)