Code

Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
[inkscape.git] / src / ui / dialog / icon-preview.h
index a0f813b94e2cf6583a9b1e6f9287627cfebfac89..9c10eb89bd1cb1da32231d931b1308eb9ad1b66c 100644 (file)
@@ -61,13 +61,16 @@ private:
     SPDesktop *desktop;
     SPDocument *document;
     Glib::Timer *timer;
+    Glib::Timer *renderTimer;
     bool pending;
+    gdouble minDelay;
 
     Gtk::Tooltips   tips;
 
     Gtk::VBox       iconBox;
     Gtk::HPaned     splitter;
 
+    Glib::ustring targetId;
     int hot;
     int numEntries;
     int* sizes;
@@ -84,6 +87,7 @@ private:
     sigc::connection desktopChangeConn;
     sigc::connection docReplacedConn;
     sigc::connection docModConn;
+    sigc::connection selChangedConn;
 
 
     void setDocument( SPDocument *document );
@@ -111,4 +115,4 @@ private:
   fill-column:99
   End:
 */
-// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :
+// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :