~ubuntu-branches/ubuntu/karmic/gok/karmic

« back to all changes in this revision

Viewing changes to docs/reference/html/gok-callbacks.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-21 17:09:40 UTC
  • mto: (2.1.1 etch)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20060721170940-v8csemvu2bcfbai6
Tags: upstream-1.1.1
ImportĀ upstreamĀ versionĀ 1.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
<meta name="generator" content="GTK-Doc V1.6 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
13
<link rel="chapter" href="ch01.html" title="GOK Internal API">
 
14
<link rel="chapter" href="ch02.html" title="Hardware Interfacing">
 
15
<link rel="chapter" href="ch03.html" title="Preferences GUI">
 
16
<link rel="chapter" href="ch04.html" title="Command Prediction">
14
17
</head>
15
18
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
16
19
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
347
350
<div class="refsect2" lang="en">
348
351
<a name="id2525214"></a><h3>
349
352
<a name="on-window1-delete-event"></a>on_window1_delete_event ()</h3>
350
 
<a class="indexterm" name="id2525227"></a><pre class="programlisting">gboolean    on_window1_delete_event         (GtkWidget *widget,
 
353
<a class="indexterm" name="id2525226"></a><pre class="programlisting">gboolean    on_window1_delete_event         (GtkWidget *widget,
351
354
                                             GdkEvent *event,
352
355
                                             gpointer user_data);</pre>
353
356
<p>
389
392
<div class="refsect2" lang="en">
390
393
<a name="id2525325"></a><h3>
391
394
<a name="on-window1-size-allocate"></a>on_window1_size_allocate ()</h3>
392
 
<a class="indexterm" name="id2525339"></a><pre class="programlisting">void        on_window1_size_allocate        (GtkWidget *widget,
 
395
<a class="indexterm" name="id2525338"></a><pre class="programlisting">void        on_window1_size_allocate        (GtkWidget *widget,
393
396
                                             GtkAllocation *allocation,
394
397
                                             gpointer user_data);</pre>
395
398
<p>
423
426
</div>
424
427
<hr>
425
428
<div class="refsect2" lang="en">
426
 
<a name="id2525428"></a><h3>
 
429
<a name="id2525427"></a><h3>
427
430
<a name="on-window1-unrealize"></a>on_window1_unrealize ()</h3>
428
431
<a class="indexterm" name="id2525440"></a><pre class="programlisting">void        on_window1_unrealize            (GtkWidget *widget,
429
432
                                             gpointer user_data);</pre>
454
457
<div class="refsect2" lang="en">
455
458
<a name="id2525508"></a><h3>
456
459
<a name="on-window1-destroy"></a>on_window1_destroy ()</h3>
457
 
<a class="indexterm" name="id2525521"></a><pre class="programlisting">void        on_window1_destroy              (GtkObject *object,
 
460
<a class="indexterm" name="id2525520"></a><pre class="programlisting">void        on_window1_destroy              (GtkObject *object,
458
461
                                             gpointer user_data);</pre>
459
462
<p>
460
463
 
483
486
<div class="refsect2" lang="en">
484
487
<a name="id2525587"></a><h3>
485
488
<a name="on-window1-button-press-event"></a>on_window1_button_press_event ()</h3>
486
 
<a class="indexterm" name="id2525601"></a><pre class="programlisting">gboolean    on_window1_button_press_event   (GtkWidget *widget,
 
489
<a class="indexterm" name="id2525600"></a><pre class="programlisting">gboolean    on_window1_button_press_event   (GtkWidget *widget,
487
490
                                             GdkEventButton *event,
488
491
                                             gpointer user_data);</pre>
489
492
<p>
996
999
</div>
997
1000
<hr>
998
1001
<div class="refsect2" lang="en">
999
 
<a name="id2526982"></a><h3>
 
1002
<a name="id2526981"></a><h3>
1000
1003
<a name="on-spinWidth-changed"></a>on_spinWidth_changed ()</h3>
1001
1004
<a class="indexterm" name="id2526994"></a><pre class="programlisting">void        on_spinWidth_changed            (GtkEditable *editable,
1002
1005
                                             gpointer user_data);</pre>
1056
1059
<div class="refsect2" lang="en">
1057
1060
<a name="id2527142"></a><h3>
1058
1061
<a name="on-radiobuttonTypeSwitch-toggled"></a>on_radiobuttonTypeSwitch_toggled ()</h3>
1059
 
<a class="indexterm" name="id2527156"></a><pre class="programlisting">void        on_radiobuttonTypeSwitch_toggled
 
1062
<a class="indexterm" name="id2527155"></a><pre class="programlisting">void        on_radiobuttonTypeSwitch_toggled
1060
1063
                                            (GtkToggleButton *togglebutton,
1061
1064
                                             gpointer user_data);</pre>
1062
1065
<p>
1202
1205
</div>
1203
1206
<hr>
1204
1207
<div class="refsect2" lang="en">
1205
 
<a name="id2527552"></a><h3>
 
1208
<a name="id2527551"></a><h3>
1206
1209
<a name="on-checkWordCompletion-toggled"></a>on_checkWordCompletion_toggled ()</h3>
1207
1210
<a class="indexterm" name="id2527565"></a><pre class="programlisting">void        on_checkWordCompletion_toggled  (GtkToggleButton *togglebutton,
1208
1211
                                             gpointer user_data);</pre>
1477
1480
</div>
1478
1481
<hr>
1479
1482
<div class="refsect2" lang="en">
1480
 
<a name="id2528296"></a><h3>
 
1483
<a name="id2528295"></a><h3>
1481
1484
<a name="on-entryActionName-leave-notify-event"></a>on_entryActionName_leave_notify_event ()</h3>
1482
1485
<a class="indexterm" name="id2528309"></a><pre class="programlisting">gboolean    on_entryActionName_leave_notify_event
1483
1486
                                            (GtkWidget *widget,
1636
1639
</div>
1637
1640
<hr>
1638
1641
<div class="refsect2" lang="en">
1639
 
<a name="id2528735"></a><h3>
 
1642
<a name="id2528734"></a><h3>
1640
1643
<a name="on-radiobuttonSwitch4-toggled"></a>on_radiobuttonSwitch4_toggled ()</h3>
1641
1644
<a class="indexterm" name="id2528748"></a><pre class="programlisting">void        on_radiobuttonSwitch4_toggled   (GtkToggleButton *togglebutton,
1642
1645
                                             gpointer user_data);</pre>
1724
1727
</div>
1725
1728
<hr>
1726
1729
<div class="refsect2" lang="en">
1727
 
<a name="id2528980"></a><h3>
 
1730
<a name="id2528979"></a><h3>
1728
1731
<a name="on-radiobuttonSwitchRelease-toggled"></a>on_radiobuttonSwitchRelease_toggled ()</h3>
1729
 
<a class="indexterm" name="id2528994"></a><pre class="programlisting">void        on_radiobuttonSwitchRelease_toggled
 
1732
<a class="indexterm" name="id2528993"></a><pre class="programlisting">void        on_radiobuttonSwitchRelease_toggled
1730
1733
                                            (GtkToggleButton *togglebutton,
1731
1734
                                             gpointer user_data);</pre>
1732
1735
<p>
1994
1997
</div>
1995
1998
<hr>
1996
1999
<div class="refsect2" lang="en">
1997
 
<a name="id2529722"></a><h3>
 
2000
<a name="id2529721"></a><h3>
1998
2001
<a name="on-spinButtonDelay-changed"></a>on_spinButtonDelay_changed ()</h3>
1999
 
<a class="indexterm" name="id2529736"></a><pre class="programlisting">void        on_spinButtonDelay_changed      (GtkEditable *editable,
 
2002
<a class="indexterm" name="id2529735"></a><pre class="programlisting">void        on_spinButtonDelay_changed      (GtkEditable *editable,
2000
2003
                                             gpointer user_data);</pre>
2001
2004
<p>
2002
2005
 
2226
2229
</div>
2227
2230
<hr>
2228
2231
<div class="refsect2" lang="en">
2229
 
<a name="id2530364"></a><h3>
 
2232
<a name="id2530363"></a><h3>
2230
2233
<a name="on-save-as1-activate"></a>on_save_as1_activate ()</h3>
2231
2234
<a class="indexterm" name="id2530377"></a><pre class="programlisting">void        on_save_as1_activate            (GtkMenuItem *menuitem,
2232
2235
                                             gpointer user_data);</pre>
2486
2489
<div class="refsect2" lang="en">
2487
2490
<a name="id2531070"></a><h3>
2488
2491
<a name="on-buttonNext-clicked"></a>on_buttonNext_clicked ()</h3>
2489
 
<a class="indexterm" name="id2531083"></a><pre class="programlisting">void        on_buttonNext_clicked           (GtkButton *button,
 
2492
<a class="indexterm" name="id2531082"></a><pre class="programlisting">void        on_buttonNext_clicked           (GtkButton *button,
2490
2493
                                             gpointer user_data);</pre>
2491
2494
<p>
2492
2495
 
2660
2663
<div class="refsect2" lang="en">
2661
2664
<a name="id2531552"></a><h3>
2662
2665
<a name="on-spinLeft-insert-text"></a>on_spinLeft_insert_text ()</h3>
2663
 
<a class="indexterm" name="id2531565"></a><pre class="programlisting">void        on_spinLeft_insert_text         (GtkEditable *editable,
 
2666
<a class="indexterm" name="id2531564"></a><pre class="programlisting">void        on_spinLeft_insert_text         (GtkEditable *editable,
2664
2667
                                             gchar *new_text,
2665
2668
                                             gint new_text_length,
2666
2669
                                             gint *position,
2887
2890
</div>
2888
2891
<hr>
2889
2892
<div class="refsect2" lang="en">
2890
 
<a name="id2532209"></a><h3>
 
2893
<a name="id2532208"></a><h3>
2891
2894
<a name="on-buttonAddFeedback-clicked"></a>on_buttonAddFeedback_clicked ()</h3>
2892
2895
<a class="indexterm" name="id2532222"></a><pre class="programlisting">void        on_buttonAddFeedback_clicked    (GtkButton *button,
2893
2896
                                             gpointer user_data);</pre>
3065
3068
<div class="refsect2" lang="en">
3066
3069
<a name="id2532694"></a><h3>
3067
3070
<a name="on-checkKeyFlashing-clicked"></a>on_checkKeyFlashing_clicked ()</h3>
3068
 
<a class="indexterm" name="id2532708"></a><pre class="programlisting">void        on_checkKeyFlashing_clicked     (GtkButton *button,
 
3071
<a class="indexterm" name="id2532707"></a><pre class="programlisting">void        on_checkKeyFlashing_clicked     (GtkButton *button,
3069
3072
                                             gpointer user_data);</pre>
3070
3073
<p>
3071
3074