summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2011-06-13 22:40:54 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2011-06-13 22:40:54 +0400
commitfbbc5f2fcef28547ac5420f68fc5645e4c429d94 (patch)
tree9fbf0dc06e3f496137146fc876ad3f93717a6967 /saedit/main.h
parent5e2ebc5c3c09fd219e7002b1ff6d25d5306c5356 (diff)
downloadtools-fbbc5f2fcef28547ac5420f68fc5645e4c429d94.tar.gz
tools-fbbc5f2fcef28547ac5420f68fc5645e4c429d94.tar.bz2
tools-fbbc5f2fcef28547ac5420f68fc5645e4c429d94.tar.xz
tools-fbbc5f2fcef28547ac5420f68fc5645e4c429d94.zip
saedit: Add find dialog
Diffstat (limited to 'saedit/main.h')
-rw-r--r--saedit/main.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/saedit/main.h b/saedit/main.h
index f84ef5a..9e77048 100644
--- a/saedit/main.h
+++ b/saedit/main.h
@@ -180,6 +180,8 @@ GdkPixbuf *icon = NULL;
Options *paths;
Keys *config;
+GtkDialog *find_dialog;
+
static gboolean show_animation_by_info(AnimationInfo *anim_info);
static gchar *markup_bold(gchar *str);
static void format_src_string(gchar *src);
@@ -223,3 +225,4 @@ static void open_menu_item_activate(GtkMenuItem *menuitem, GtkFileChooserDialog
static void parse_xml_text(gchar *text, SAEInfo *sae_info);
static void show_animation(SAEInfo *sae_info);
static gboolean set_up_animation_by_direction(SAEInfo *sae_info, const gchar *direction);
+static void show_find_dialog();