summaryrefslogtreecommitdiff
path: root/lwlib
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-01-17 09:10:21 +0000
committerGerd Moellmann <gerd@gnu.org>2000-01-17 09:10:21 +0000
commit98f7f0d7b7a87a0f9c0da211cc45b4080e3af94b (patch)
tree90bfec3c2bcf968a260bd383859cf6248fd57537 /lwlib
parent02512b201fd61213e5d02d4118689a24c1dad636 (diff)
downloademacs-98f7f0d7b7a87a0f9c0da211cc45b4080e3af94b.tar.gz
Add prototype for lw_get_widget_instance.
Diffstat (limited to 'lwlib')
-rw-r--r--lwlib/lwlib-int.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lwlib/lwlib-int.h b/lwlib/lwlib-int.h
index 3649a241738..115cf790345 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 */