~ubuntu-branches/ubuntu/lucid/gtk+2.0/lucid-proposed

« back to all changes in this revision

Viewing changes to docs/reference/gtk/html/gtk-Signals.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-11 18:28:01 UTC
  • mfrom: (1.11.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20100311182801-wqr2drmus369zy6r
Tags: 2.19.7-0ubuntu1
* New upstream version
  - Bug fixes:
  611707 Move documentation from templates to inline comments
  69872 GTK_WIDGET_SET_FLAGS should be deprecated
  612066 empathy hangs when clicked on information about contact...
         (lp: #532947)
  557420 Some compose sequences don't work anymore...
  569042 gailbooleancell does not seem to attend to changes...
  600992 File chooser reference counting issues
  610905 gtk_drag_source_set need instrospection hint
  611051 Search Entry Clear Icon not accessible
  611217 Incorrect translator comment
  611317 Document targets in drag and drop
  611319 gtk_window_set_transient_for undocumented NULL value for parent
  611658 Update documentation for gtkvscrollbar
  611662 Update documentation for gtkvseparator
  611686 focus_in/focus_out in gailtreeview.c should return FALSE...
  611831 Move documentation to inline comments: GtkVBox
  612119 Do not scroll when middle pasting
  - Translation updates
* debian/patches/071_no_offscreen_widgets_grabbing.patch,
  debian/patches/091_bugzilla_tooltip_refresh.patch:
  - new version update
  - increased the alpha value for tooltips to 85%
* debian/rules:
  - updated the shlibs

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
performance hits where <a class="link" href="gtk-Types.html#GtkArg" title="GtkArg"><span class="type">GtkArg</span></a> structures have to be converted into <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue"><span class="type">GValue</span></a>s.
176
176
</p>
177
177
<div class="refsect2" title="What are signals?">
178
 
<a name="id529419"></a><h3>What are signals?</h3>
 
178
<a name="id583121"></a><h3>What are signals?</h3>
179
179
<p>
180
180
Signals are a way to get notification when something happens
181
181
and to customize object behavior according to the
210
210
</div>
211
211
<hr>
212
212
<div class="refsect2" title="How are signals used?">
213
 
<a name="id577311"></a><h3>How are signals used?</h3>
 
213
<a name="id560350"></a><h3>How are signals used?</h3>
214
214
<p>
215
215
There are two basic actions in the signal handling game.
216
216
If you want notification of an event, you must <span class="emphasis"><em>connect</em></span>
227
227
</div>
228
228
<hr>
229
229
<div class="refsect2" title="Basic Terminology">
230
 
<a name="id623444"></a><h3>Basic Terminology</h3>
 
230
<a name="id654555"></a><h3>Basic Terminology</h3>
231
231
<div class="variablelist"><table border="0">
232
232
<col align="left" valign="top">
233
233
<tbody>
286
286
</div>
287
287
<hr>
288
288
<div class="refsect2" title="A brief note on how they work.">
289
 
<a name="id563400"></a><h3>A brief note on how they work.</h3>
 
289
<a name="id647046"></a><h3>A brief note on how they work.</h3>
290
290
<p>
291
291
The functions responsible for translating an array of <a href="gtk-Types.html#GtkArg"><span class="type">GtkArgs</span></a>
292
292
to your C compiler's normal semantics are called Marshallers.