repo.or.cz
/
emacs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
(Vring_bell_function): New variable.
[emacs.git]
/
lwlib
/
lwlib-Xaw.h
blob
958cd9c59864374feac92a683a345ec2a64687e0
1
#ifndef LWLIB_XAW_H
2
#define LWLIB_XAW_H
3
4
#include
"lwlib-int.h"
5
6
extern
widget_creation_entry xaw_creation_table
[];
7
8
Widget
9
xaw_create_dialog
();
10
11
Boolean
12
lw_xaw_widget_p
();
13
14
void
15
xaw_update_one_widget
();
16
17
void
18
xaw_update_one_value
();
19
20
void
21
xaw_destroy_instance
();
22
23
void
24
xaw_popup_menu
();
25
26
void
27
xaw_pop_instance
();
28
29
#endif
/* LWLIB_XAW_H */