annotate lwlib/lwlib-Xaw.h @ 25685:fc2bfab28ed7

Don't define-widget-keywords. (multimedia): New group. (custom-last): Function removed. (custom-quote): Add vectorp case, comment out characterp case. (custom-buffer-done-function, custom-raised-buttons): New option. (Custom-buffer-done): New function. (custom-buffer-create-internal): Obey custom-raised-buttons, Custom-buffer-done. (custom-button-face): Make it `released-button'. (custom-button-pressed-face): Make it `pressed-button' (custom-mode-map): Bind "q" to Custom-buffer-done. (custom-mode): Deal with raised/pressed buttons. Changes from Didier Verna: (custom-prompt-variable): Optional third arg makes prompt for a comment string. (customize-set-value, customize-set-variable, customize-save-variable): Optional prefix makes function handle variable comments. (customize-customized, customize-saved, custom-variable-state-set) (custom-variable-set, custom-variable-save, custom-face-state-set) (custom-variable-reset-saved, custom-variable-reset-standard) (custom-face-set, custom-face-save, custom-face-reset-saved) (custom-face-reset-standard, customize-save-customized): Handle custom comments. (custom-comment-face, custom-comment-tag-face): New face. (custom-comment): New widget. (custom-comment-create, custom-comment-delete) (custom-comment-value-set, custom-comment-show) ()custom-comment-invisible-p): New functions. (custom-variable-value-create, custom-face-value-create): Create a comment field widget. (custom-variable-menu, custom-face-menu): New entry for custom comment. (custom-face-value-create): Remove compatibility code. (custom-save-variables, custom-save-faces): Possibly save custom comments.
author Dave Love <fx@gnu.org>
date Mon, 13 Sep 1999 13:44:41 +0000
parents 8aa62a50270d
children 6ed38ee607e9
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6302
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
1 #ifndef LWLIB_XAW_H
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
2 #define LWLIB_XAW_H
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
3
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
4 #include "lwlib-int.h"
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
5
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
6 extern widget_creation_entry xaw_creation_table [];
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
7
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
8 Widget
6332
8aa62a50270d entered into RCS
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents: 6302
diff changeset
9 xaw_create_dialog ();
6302
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
10
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
11 Boolean
6332
8aa62a50270d entered into RCS
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents: 6302
diff changeset
12 lw_xaw_widget_p ();
6302
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
13
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
14 void
6332
8aa62a50270d entered into RCS
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents: 6302
diff changeset
15 xaw_update_one_widget ();
6302
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
16
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
17 void
6332
8aa62a50270d entered into RCS
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents: 6302
diff changeset
18 xaw_update_one_value ();
6302
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
19
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
20 void
6332
8aa62a50270d entered into RCS
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents: 6302
diff changeset
21 xaw_destroy_instance ();
6302
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
22
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
23 void
6332
8aa62a50270d entered into RCS
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents: 6302
diff changeset
24 xaw_popup_menu ();
6302
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
25
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
26 void
6332
8aa62a50270d entered into RCS
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents: 6302
diff changeset
27 xaw_pop_instance ();
6302
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
28
f407e83e1aa4 Initial revision
Fred Pierresteguy <F.Pierresteguy@frcl.bull.fr>
parents:
diff changeset
29 #endif /* LWLIB_XAW_H */