Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libccc/0.0.4/doc/reference/ccc.signals
blob: 464ab7afd53c6bb4d5bcf192366462e4be53a232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<SIGNAL>
<NAME>CcItem::all-bounds-changed</NAME>
<RETURNS>void</RETURNS>
<FLAGS></FLAGS>
CcItem *ccitem
CcView *arg1
CcDRect *arg2
</SIGNAL>

<SIGNAL>
<NAME>CcItem::button-press-event</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEventButton *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::button-release-event</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEventButton *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::dirty</NAME>
<RETURNS>void</RETURNS>
<FLAGS></FLAGS>
CcItem *ccitem
CcView *arg1
CcDRect *arg2
</SIGNAL>

<SIGNAL>
<NAME>CcItem::enter-notify-event</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEventCrossing *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::event</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEvent *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::focus</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GtkDirectionType  arg2
</SIGNAL>

<SIGNAL>
<NAME>CcItem::focus-enter</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEvent *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::focus-leave</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEvent *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::item-added</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
gint  arg1
CcItem *arg2
</SIGNAL>

<SIGNAL>
<NAME>CcItem::item-removed</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
gint  arg1
CcItem *arg2
</SIGNAL>

<SIGNAL>
<NAME>CcItem::key-press-event</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEventKey *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::key-release-event</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEventKey *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::leave-notify-event</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEventCrossing *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::motion-notify-event</NAME>
<RETURNS>gboolean</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
GdkEventMotion *event
</SIGNAL>

<SIGNAL>
<NAME>CcItem::view-register</NAME>
<RETURNS>void</RETURNS>
<FLAGS>f</FLAGS>
CcItem *ccitem
CcView *arg1
</SIGNAL>

<SIGNAL>
<NAME>CcItem::view-unregister</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
CcItem *ccitem
CcView *arg1
</SIGNAL>

<SIGNAL>
<NAME>CcViewWidget::set-scroll-adjustments</NAME>
<RETURNS>void</RETURNS>
<FLAGS>l</FLAGS>
CcViewWidget *ccviewwidget
GtkAdjustment *arg1
GtkAdjustment *arg2
</SIGNAL>