ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/hookinc.h
Revision: 1.12
Committed: Fri Jan 20 18:50:49 2006 UTC (18 years, 4 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-7_2
Changes since 1.11: +1 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 // all supported hooks
2    
3     def (INIT)
4     def (DESTROY)
5     def (RESET)
6     def (START)
7 root 1.10 def (CHILD_START)
8     def (CHILD_EXIT)
9 root 1.1
10     def (SEL_BEGIN)
11     def (SEL_EXTEND)
12     def (SEL_MAKE)
13     def (SEL_GRAB)
14    
15     def (SEL_CLICK)
16    
17     def (VIEW_CHANGE)
18     def (SCROLL_BACK)
19 root 1.3 def (LINE_UPDATE)
20 root 1.2 def (ADD_LINES)
21 root 1.1 def (OSC_SEQ)
22 root 1.6 def (TT_WRITE)
23 root 1.1
24     def (REFRESH_BEGIN)
25     def (REFRESH_END)
26    
27     def (KEYBOARD_COMMAND)
28    
29 root 1.8 def (X_EVENT)
30 root 1.5 def (FOCUS_IN)
31     def (FOCUS_OUT)
32 root 1.4 def (KEY_PRESS)
33     def (KEY_RELEASE)
34     def (BUTTON_PRESS)
35     def (BUTTON_RELEASE)
36     def (MOTION_NOTIFY)
37 root 1.5 def (MAP_NOTIFY)
38     def (UNMAP_NOTIFY)
39 root 1.9 def (CONFIGURE_NOTIFY)
40 root 1.11 def (CLIENT_MESSAGE)
41     def (WM_DELETE_WINDOW)
42     def (WM_PROTOCOLS)
43 root 1.12 def (PROPERTY_NOTIFY)
44 root 1.11
45 root 1.8 def (CUSTOM_REND) // hovering over custom rendition, generate enter/leave maybe?
46 root 1.11