minor add
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 25 May 2004 00:15:12 +0000 (00:15 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Tue, 25 May 2004 00:15:12 +0000 (00:15 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@540 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/viewer.h

index d332da57746badd8559ae8cab28507d14d3f920c..f3aceb5949850d14461cf2ca050cfff58bfab1a6 100644 (file)
@@ -132,8 +132,16 @@ instead of just one. That means that X events are delivered by the glib main
 loop directly to the widget corresponding to the GdkWindow affected by the X
 event.
 
-Event delivery to a widget emits a signal on this widget. Signal emission and
-propagation is described there : 
+Event delivery to a widget emits a signal on that widget. Then, if a handler
+is connected to this widget's signal, it will be executed. There are default
+handlers for signals, connected at class instantiation time. There is also
+the possibility to connect other handlers to these signals, which is what
+should be done in most cases when a viewer needs to interact with X in any
+way.
+
+
+
+Signal emission and propagation is described there : 
 
 http://www.gtk.org/tutorial/sec-signalemissionandpropagation.html
 
This page took 0.024969 seconds and 4 git commands to generate.