Mercurial > emacs
view lwlib/lwlib-Xlw.h @ 21785:c7ef8b48a039
(IT_ring_bell, IT_write_glyphs, IT_clear_end_of_line,
IT_clear_screen, IT_clear_to_end, IT_clear_to_end, IT_cursor_to,
IT_cmgoto, IT_reassert_line_highlight, IT_change_line_highlight,
IT_update_begin, IT_update_end, IT_set_terminal_modes,
IT_reset_terminal_modes, IT_set_terminal_window,
pixel_to_glyph_coords, IT_menu_display): Bring definitions in
accordance with prototype declarations.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 27 Apr 1998 14:18:00 +0000 |
parents | 118a6ad56ae0 |
children | 6ed38ee607e9 |
line wrap: on
line source
#ifndef LWLIB_XLW_H #define LWLIB_XLW_H #include "lwlib-int.h" extern widget_creation_entry xlw_creation_table []; extern widget_creation_function xlw_create_dialog; Boolean lw_lucid_widget_p (/* Widget widget */); void xlw_update_one_widget (/* widget_instance* instance, Widget widget, widget_value* val, Boolean deep_p */); void xlw_update_one_value (/* widget_instance* instance, Widget widget, widget_value* val */); void xlw_destroy_instance (/* widget_instance* instance */); void xlw_pop_instance (/* widget_instance* instance, Boolean up */); void xlw_popup_menu (/* Widget widget */); #endif /* LWLIB_XLW_H */