From: Gerd Moellmann Date: Mon, 17 Jan 2000 09:10:21 +0000 (+0000) Subject: Add prototype for lw_get_widget_instance. X-Git-Tag: emacs-pretest-21.0.90~5343 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/98f7f0d7b7a87a0f9c0da211cc45b4080e3af94b Add prototype for lw_get_widget_instance. --- diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h index 3649a24173..115cf79034 100644 --- a/lwlib/lwlib-int.h +++ b/lwlib/lwlib-int.h @@ -28,6 +28,7 @@ typedef struct _widget_info lw_callback pre_activate_cb; lw_callback selection_cb; lw_callback post_activate_cb; + lw_callback highlight_cb; struct _widget_instance* instances; struct _widget_info* next; } widget_info; @@ -51,5 +52,6 @@ widget_value* lw_get_widget_value_for_widget (); widget_info *lw_get_widget_info (); +widget_instance * lw_get_widget_instance (); #endif /* LWLIB_INTERNAL_H */