view lwlib/lwlib-Xm.h @ 17607:251e103f2d53

(XTmouse_position, x_term_init): Save value of x_catch_errors and pass to x_uncatch_errors. (x_catch_errors): Use specpdl so can be nested. Use a Lisp string to as the buffer for the X message. (x_uncatch_errors, x_had_errors_p, x_check_errors): Related changes. (x_catch_errors_unwind): New function. (x_error_quitter): Call x_error_catcher if appropriate. (x_error_message_string): New variable. (syms_of_xterm): Defvar it. (x_caught_error_message): Variable deleted. (X_ERROR_MESSAGE_SIZE): Renamed from X_CAUGHT_ERROR_MESSAGE_SIZE. (x_error_handler): New function, calls x_error_quitter or ..._checker. (x_initialize): Use x_error_handler as error handler for X.
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 May 1997 01:57:25 +0000
parents 3b584c9b5e4a
children 6ed38ee607e9
line wrap: on
line source

#ifndef LWLIB_XM_H
#define LWLIB_XM_H

#include "lwlib-int.h"

extern widget_creation_entry xm_creation_table [];

Widget 
xm_create_dialog (/* widget_instance* instance */);

Boolean
lw_motif_widget_p (/* Widget widget */);

void
xm_update_one_widget (/* widget_instance* instance, Widget widget,
		      widget_value* val, Boolean deep_p */);

void
xm_update_one_value (/* widget_instance* instance, Widget widget,
		     widget_value* val */);

void
xm_destroy_instance (/* widget_instance* instance */);

void
xm_set_keyboard_focus (/* Widget parent, Widget w */);

void
xm_popup_menu (/* Widget widget */);

void
xm_pop_instance (/* widget_instance* instance, Boolean up */);

void
xm_set_main_areas (/* Widget parent, Widget menubar, Widget work_area */);

void
xm_manage_resizing (/* Widget w, Boolean flag */);

#endif /* LWLIB_XM_H */