]> code.delx.au - gnu-emacs/commitdiff
Add prototype for lw_get_widget_instance.
authorGerd Moellmann <gerd@gnu.org>
Mon, 17 Jan 2000 09:10:21 +0000 (09:10 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 17 Jan 2000 09:10:21 +0000 (09:10 +0000)
lwlib/lwlib-int.h

index 3649a24173836f5e72a6975840651b7bc9f3f6ce..115cf790345ddd794dc1bb6d98324e9a4c545e90 100644 (file)
@@ -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 */