annotate lwlib/lwlib-Xaw.h @ 35926:d2997845573f

(hi-lock-mode): Toggling hi-lock-mode now affects all buffers. When hi-lock turned on rather than only checking current buffer for regexps, all buffers are checked. Moved activation of font-lock to hi-lock-refontify. When font-lock turned off rather than removing added highlighting just in current buffer, remove it in all buffers. Changed edit menu text from "Automatic Highlighting" to "Regexp Highlighting" Documentation for highlighting phrases, minor documentation changes. (hi-lock-set-file-patterns): Execute only if there are new or existing file patterns. (hi-lock-refontify): Assume font-lock-fontify-buffer will first unfontify and, if a support mode is active, will not refontify the whole buffer. If necessary, turn on font lock. (Removed font-lock-unfontify and font-lock support-mode-specific calls, such as lazy-lock-fontify-window.) (hi-lock-find-patterns): Do not turn on hi-lock-mode even if patterns are found. Not useful now since find-file-hook is removed if hi-lock is off, but may be needed for per-buffer hi-lock activation. (hi-lock-face-phrase-buffer): New function. Also added related menu item and keybinding. (highlight-phrase): New alias, to hi-lock-face-phrase-buffer. (hi-lock-process-phrase): New function. (hi-lock-line-face-buffer): Doc fixes. (hi-lock-face-buffer): Doc fixes. (hi-lock-unface-buffer): Doc fixes.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 06 Feb 2001 15:43:37 +0000
parents 6ed38ee607e9
children 23a1cea22d13
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
29466
6ed38ee607e9 Enable prototypes.
Dave Love <fx@gnu.org>
parents: 6332
diff changeset
9 xaw_create_dialog __P ((widget_instance*));
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
29466
6ed38ee607e9 Enable prototypes.
Dave Love <fx@gnu.org>
parents: 6332
diff changeset
12 lw_xaw_widget_p __P ((Widget));
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
29466
6ed38ee607e9 Enable prototypes.
Dave Love <fx@gnu.org>
parents: 6332
diff changeset
15 xaw_update_one_widget __P ((widget_instance *, Widget, widget_value *, Boolean));
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
29466
6ed38ee607e9 Enable prototypes.
Dave Love <fx@gnu.org>
parents: 6332
diff changeset
18 xaw_update_one_value __P ((widget_instance *, Widget, widget_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
29466
6ed38ee607e9 Enable prototypes.
Dave Love <fx@gnu.org>
parents: 6332
diff changeset
21 xaw_destroy_instance __P ((widget_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
29466
6ed38ee607e9 Enable prototypes.
Dave Love <fx@gnu.org>
parents: 6332
diff changeset
24 xaw_popup_menu __P ((Widget, XEvent *));
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
29466
6ed38ee607e9 Enable prototypes.
Dave Love <fx@gnu.org>
parents: 6332
diff changeset
27 xaw_pop_instance __P ((widget_instance *, Boolean));
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 */