]> git.lyx.org Git - features.git/blobdiff - src/insets/insetindex.h
Anguses patch + some modifications for smart? inset-update.
[features.git] / src / insets / insetindex.h
index 25e2c89d6ac826eb8acfcc6b7c08d6bec020612a..a5a2ac906800d5d45fb3c971e2706190c222c2d2 100644 (file)
@@ -20,6 +20,7 @@
 
 class Buffer;
 struct LaTeXFeatures;
+struct FD_index_form;
 
 // Created by Lgb 970227
 
@@ -46,6 +47,16 @@ public:
        }
        ///
        string getScreenLabel() const;
+       ///
+       void callback( FD_index_form *, long );
+       ///
+       struct Holder {
+               InsetIndex * inset;
+               BufferView * view;
+       };
+ private:
+       ///
+       Holder holder;
 };