changeset 27336:397da07a6912

Add prototype for lw_get_widget_instance.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 17 Jan 2000 09:10:21 +0000
parents 314e947f85ea
children d895d4e8a6f0
files lwlib/lwlib-int.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/lwlib-int.h	Mon Jan 17 09:10:05 2000 +0000
+++ b/lwlib/lwlib-int.h	Mon Jan 17 09:10:21 2000 +0000
@@ -28,6 +28,7 @@
   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 @@
 lw_get_widget_value_for_widget ();
 
 widget_info *lw_get_widget_info ();
+widget_instance * lw_get_widget_instance ();
 
 #endif /* LWLIB_INTERNAL_H */