home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!corton!loria!loria.fr!roegel
- From: roegel@loria.fr (Roegel Denis)
- Newsgroups: comp.windows.x
- Subject: STOP: text translations in Athena widget
- Message-ID: <421@muller.loria.fr>
- Date: 30 Jul 92 11:20:48 GMT
- Sender: news@news.loria.fr
- Organization: CRIN (CNRS) Nancy - INRIA Lorraine
- Lines: 23
-
-
- Hello netters,
-
-
- This is a little question about the translations (of an Athena widget).
-
- I have a line looking
-
- static String text_translationsT = "\
- <Key>Delete: DeleteT() end-of-file() delete-previous-character()\n\
- ...
-
-
- I would like to call delete-previous-character() only conditionnally,
- depending on the result of DeleteT(). Let's assume that DeleteT() sets an
- integer 'yes' either to 0 or 1, and that I want to call
- delete-previous-character() when 'yes' is equal to 1.
-
- How can I achieve it ?
-
- Thanks very much in advance,
-
- Denis. INTERNET e-mail: roegel@loria.fr
-