]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/gtk/GSearch.h
Change glob() API to accept a dir parameter.
[lyx.git] / src / frontends / gtk / GSearch.h
index 0ace5137c48684f678c1b8d909821b8107c45ec9..d0c6d96152cacf73c50eee90767d1f5702fa84ed 100644 (file)
@@ -21,28 +21,27 @@ class ControlSearch;
 
 /** This class provides a GTK+ implementation of the FormSearch Dialog.
  */
-class GSearch : public GViewCB<ControlSearch, GViewGladeB>
-{
+class GSearch : public GViewCB<ControlSearch, GViewGladeB> {
 public:
        GSearch(Dialog & parent);
 private:
        virtual void apply() {}
        virtual void doBuild();
-       virtual void update() {}
-       
+       virtual void update();
+
        void onFindNext();
        void onReplace();
        void onReplaceAll();
-       void onFindEntryChanged();              
-       
+       void onFindEntryChanged();
+
        Gtk::Button * findnextbutton;
        Gtk::Button * replacebutton;
-       Gtk::Button * replaceallbutton;         
+       Gtk::Button * replaceallbutton;
        Gtk::Entry * findentry;
        Gtk::Entry * replaceentry;
        Gtk::CheckButton * casecheck;
        Gtk::CheckButton * matchwordcheck;
-       Gtk::CheckButton * backwardscheck;              
+       Gtk::CheckButton * backwardscheck;
 };
 
 } // namespace frontend