Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 120593
Collapse All | Expand All

(-)kasumi-0.10/KasumiAddWindow.cxx (+15 lines)
Lines 15-20 Link Here
15
15
16
using namespace std;
16
using namespace std;
17
17
18
void _call_back_add_window_delete_event(GtkWidget *widget,
19
                                            GdkEvent *event,
20
                                            gpointer data);
21
void _call_back_add_window_quit(GtkWidget *widget,
22
                                gpointer data);
23
void _call_back_add_window_add(GtkWidget *widget,
24
                               gpointer data);
25
void _call_back_manage_mode(GtkWidget *widget,
26
                            gpointer data);
27
void _call_back_add_window_changed_word_class_combo(GtkWidget *widget,
28
                                                    gpointer data);
29
void _call_back_selection_data_received(GtkWidget *widget,
30
                                        GtkSelectionData *selection_data,
31
                                        gpointer data);
32
18
KasumiAddWindow::KasumiAddWindow(KasumiDic *aDictionary,
33
KasumiAddWindow::KasumiAddWindow(KasumiDic *aDictionary,
19
                                 KasumiConfiguration *conf){
34
                                 KasumiConfiguration *conf){
20
  this->conf = conf;
35
  this->conf = conf;
(-)kasumi-0.10/KasumiMainWindow.cxx (+34 lines)
Lines 16-21 Link Here
16
16
17
using namespace std;
17
using namespace std;
18
18
19
void _call_back_delete_event(GtkWidget *widget,
20
                             GdkEvent *event,
21
                             gpointer data);
22
void _call_back_quit(GtkWidget *widget,
23
                     gpointer data);
24
void _call_back_store(GtkWidget *widget,
25
                      gpointer data);
26
void _call_back_add(GtkWidget *widget,
27
                    gpointer data);
28
void _call_back_remove(GtkWidget *widget,
29
                       gpointer data);
30
void _call_back_adding_mode(GtkWidget *widget,
31
                            gpointer data);
32
void _call_back_changed_list_cursor(GtkWidget *widget,
33
                                    gpointer data);
34
void _call_back_changed_sound_entry(GtkWidget *widget,
35
                                    gpointer data);
36
void _call_back_changed_spelling_entry(GtkWidget *widget,
37
                                       gpointer data);
38
void _call_back_changed_frequency_spin(GtkWidget *widget,
39
                                       gpointer data);
40
void _call_back_changed_word_class_combo(GtkWidget *widget,
41
                                         gpointer data);
42
void _call_back_changed_verb_type_combo(GtkWidget *widget,
43
                                         gpointer data);
44
void _call_back_toggled_check(GtkWidget *widget,
45
                              gpointer data);
46
void _call_back_changed_search_entry(GtkWidget *widget,
47
                                       gpointer data);
48
void _call_back_activate_search_entry(GtkWidget *widget,
49
                                       gpointer data);
50
void _call_back_clicked_column_header(GtkTreeViewColumn *column,
51
                                             gpointer data);
52
19
KasumiMainWindow::KasumiMainWindow(KasumiDic *aDictionary,
53
KasumiMainWindow::KasumiMainWindow(KasumiDic *aDictionary,
20
                                   KasumiConfiguration *conf){
54
                                   KasumiConfiguration *conf){
21
  this->conf = conf;
55
  this->conf = conf;

Return to bug 120593