~ubuntu-branches/debian/sid/xiphos/sid

« back to all changes in this revision

Viewing changes to src/gui/search_dialog.h

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-07-12 17:08:46 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20140712170846-ja9jzhgt51d3fkrd
Tags: 3.2.2+dfsg1-1
* New upstream release.
* Bump standards version.
* Switch uscan to sf.net redirector.
* Unpack waf in get-orig-source target.
* Bump to debhelper 9.
* Add uuid-dev build-dep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Xiphos Bible Study Tool
3
3
 * search_dialog.h - gui for searching Sword modules
4
4
 *
5
 
 * Copyright (C) 2000-2011 Xiphos Developer Team
 
5
 * Copyright (C) 2000-2014 Xiphos Developer Team
6
6
 *
7
7
 * This program is free software; you can redistribute it and/or modify
8
8
 * it under the terms of the GNU General Public License as published by
80
80
        GtkWidget *cb_include_footnotes;
81
81
        GtkWidget *listview_results;
82
82
        GtkWidget *listview_verses;
 
83
        GtkWidget *menu_item_send_search;
83
84
//      GtkWidget *textview_preview;
84
85
//      GtkTextBuffer *text_buffer;
85
86
        GSList *_201_group;
137
138
void on_toolbutton12_clicked(GtkToolButton * toolbutton, gpointer user_data);
138
139
void _on_dialog_response(GtkDialog * dialog, gint response_id, gpointer user_data);
139
140
 
 
141
GtkWidget *create_results_menu_advsearch(void);
 
142
void on_send_list_via_biblesync_advsearch_activate(GtkMenuItem * menuitem,
 
143
                                                   gpointer user_data);
 
144
 
140
145
#ifdef __cplusplus
141
146
}
142
147
#endif