Mercurial > emacs
annotate lwlib/lwlib-Xol.h @ 15013:aad88afa6a0c libc-960413 libc-960414 libc-960415 libc-960416 libc-960417 libc-960418 libc-960419 libc-960420 libc-960421 libc-960422 libc-960423 libc-960424 libc-960425 libc-960426 libc-960427 libc-960428 libc-960429 libc-960430 libc-960501 libc-960502 libc-960503 libc-960504 libc-960505 libc-960506 libc-960507 libc-960508 libc-960509 libc-960510 libc-960511 libc-960512 libc-960513 libc-960514 libc-960515 libc-960516 libc-960517 libc-960518 libc-960519 libc-960520
* config.guess: Combine two OSF1 rules.
Also recognize field test versions. From mjr@zk3.dec.com.
* config.guess (dgux): Use /usr/bin/uname rather than uname,
because GNU uname does not support -p. From pmr@pajato.com.
author | Per Bothner <bothner@cygnus.com> |
---|---|
date | Sat, 13 Apr 1996 00:06:54 +0000 |
parents | f999ebca00da |
children |
rev | line source |
---|---|
5626 | 1 #ifndef LWLIB_XOL_H |
2 #define LWLIB_XOL_H | |
3 | |
5628 | 4 #include "lwlib-int.h" |
5626 | 5 |
6 extern widget_creation_entry xol_creation_table []; | |
7 extern Widget xol_create_dialog (widget_instance *); | |
8 | |
9 Boolean | |
10 lw_olit_widget_p (Widget widget); | |
11 | |
12 void | |
13 xol_update_one_widget (widget_instance* instance, Widget widget, | |
14 widget_value* val, Boolean deep_p); | |
15 | |
16 void | |
17 xol_update_one_value (widget_instance* instance, Widget widget, | |
18 widget_value* val); | |
19 | |
20 void | |
21 xol_destroy_instance (widget_instance* instance); | |
22 | |
23 void | |
24 xol_pop_instance (widget_instance* instance, Boolean up); | |
25 | |
26 void | |
27 xol_popup_menu (Widget widget); | |
28 | |
29 #endif /* LWLIB_XOL_H */ |