comparison src/gui_xmdlg.c @ 1213:8906c10ecbb0

updated for version 7.1b
author vimboss
date Thu, 10 May 2007 18:19:11 +0000
parents 2463194c8cdd
children 82b5078be2dd
comparison
equal deleted inserted replaced
1212:e085b0f7b036 1213:8906c10ecbb0
10 /* 10 /*
11 * (C) 2001,2005 by Marcin Dalecki <martin@dalecki.de> 11 * (C) 2001,2005 by Marcin Dalecki <martin@dalecki.de>
12 * 12 *
13 * Implementation of dialogue functions for the Motif GUI variant. 13 * Implementation of dialogue functions for the Motif GUI variant.
14 * 14 *
15 * Note about Lesstif: Apparenty lesstif doesn't get the widget layout right, 15 * Note about Lesstif: Apparently lesstif doesn't get the widget layout right,
16 * when using a dynamic scrollbar policy. 16 * when using a dynamic scrollbar policy.
17 */ 17 */
18 18
19 #include <Xm/Form.h> 19 #include <Xm/Form.h>
20 #include <Xm/PushBG.h> 20 #include <Xm/PushBG.h>
477 selected_button = button; 477 selected_button = button;
478 } 478 }
479 XtFree(list[ENCODING][i]); 479 XtFree(list[ENCODING][i]);
480 } 480 }
481 481
482 /* Destroy all the outstandig menu items. 482 /* Destroy all the outstanding menu items.
483 */ 483 */
484 for (i = count[ENCODING]; i < n_items; ++i) 484 for (i = count[ENCODING]; i < n_items; ++i)
485 { 485 {
486 XtUnmanageChild(children[i]); 486 XtUnmanageChild(children[i]);
487 XtDestroyWidget(children[i]); 487 XtDestroyWidget(children[i]);