You may specify as many language procedures as you like, but only one will be effective (as only one can be passed as a parameter to XtSetLanguageProc). X-Designer chooses the procedure at the top of the list in the Language Procedures dialog as the procedure to pass in. You can change which is the topmost procedure in this list by using the arrow buttons underneath. Simply select the required procedure and press the up arrow until it is at the top. Stubs for all language procedures in the list are generated into the stubs file.

As with widget callback procedures added inside X-Designer any Xt procedures that you have added are generated as stubs into the stubs file. You may then edit them from within X-Designer in the same way as widget callbacks may be edited. The code for adding your procedures is generated by X-Designer into the main module.

See also: