Mercurial > hg > xemacs-beta
comparison src/toolbar-x.c @ 905:c15f25529e61
[xemacs-hg @ 2002-07-06 21:05:42 by andyp]
toolbar redisplay patch
author | andyp |
---|---|
date | Sat, 06 Jul 2002 21:05:58 +0000 |
parents | 79c6ff3eef26 |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
904:47c30044fc4e | 905:c15f25529e61 |
---|---|
48 */ | 48 */ |
49 #define x_output_frame_toolbars common_output_frame_toolbars | 49 #define x_output_frame_toolbars common_output_frame_toolbars |
50 #define x_output_toolbar_button common_output_toolbar_button | 50 #define x_output_toolbar_button common_output_toolbar_button |
51 #define x_redraw_exposed_toolbars common_redraw_exposed_toolbars | 51 #define x_redraw_exposed_toolbars common_redraw_exposed_toolbars |
52 #define x_redraw_frame_toolbars common_redraw_frame_toolbars | 52 #define x_redraw_frame_toolbars common_redraw_frame_toolbars |
53 #define x_clear_frame_toolbars common_clear_frame_toolbars | |
53 | 54 |
54 static void | 55 static void |
55 x_initialize_frame_toolbars (struct frame *f) | 56 x_initialize_frame_toolbars (struct frame *f) |
56 { | 57 { |
57 EmacsFrame ef = (EmacsFrame) FRAME_X_TEXT_WIDGET (f); | 58 EmacsFrame ef = (EmacsFrame) FRAME_X_TEXT_WIDGET (f); |
75 | 76 |
76 void | 77 void |
77 console_type_create_toolbar_x (void) | 78 console_type_create_toolbar_x (void) |
78 { | 79 { |
79 CONSOLE_HAS_METHOD (x, output_frame_toolbars); | 80 CONSOLE_HAS_METHOD (x, output_frame_toolbars); |
81 CONSOLE_HAS_METHOD (x, clear_frame_toolbars); | |
80 CONSOLE_HAS_METHOD (x, initialize_frame_toolbars); | 82 CONSOLE_HAS_METHOD (x, initialize_frame_toolbars); |
81 CONSOLE_HAS_METHOD (x, free_frame_toolbars); | 83 CONSOLE_HAS_METHOD (x, free_frame_toolbars); |
82 CONSOLE_HAS_METHOD (x, output_toolbar_button); | 84 CONSOLE_HAS_METHOD (x, output_toolbar_button); |
83 CONSOLE_HAS_METHOD (x, redraw_exposed_toolbars); | 85 CONSOLE_HAS_METHOD (x, redraw_exposed_toolbars); |
84 CONSOLE_HAS_METHOD (x, redraw_frame_toolbars); | 86 CONSOLE_HAS_METHOD (x, redraw_frame_toolbars); |