author | Francesco Abbate <francesco.bbt@gmail.com> | 2010年09月03日 00:51:23 +0200 |
---|---|---|
committer | Francesco Abbate <francesco.bbt@gmail.com> | 2010年09月03日 00:51:23 +0200 |
commit | 95eeee33076359868e5be167cb7a7f36871f9207 (patch) | |
tree | 538fe21c00b498ea2034ca642149fd31bb9a777f /agg-plot/window-cpp.h | |
parent | 8676cfe79402966224b90636960b8f5db15fad83 (diff) | |
download | gsl-shell-95eeee33076359868e5be167cb7a7f36871f9207.tar.gz |
-rw-r--r-- | agg-plot/window-cpp.h | 2 |
diff --git a/agg-plot/window-cpp.h b/agg-plot/window-cpp.h index 2bfaf77d..99db9163 100644 --- a/agg-plot/window-cpp.h +++ b/agg-plot/window-cpp.h @@ -39,6 +39,7 @@ public: private: void draw_slot_by_ref(ref& ref, bool dirty); + void refresh_slot_by_ref(ref& ref); void draw_rec(ref::node *n); void cleanup_tree_rec (lua_State *L, int window_index, ref::node* n); @@ -57,6 +58,7 @@ public: void split(const char *spec); int attach(lua_plot *plot, const char *spec); void draw_slot(int slot_id, bool update_req); + void refresh_slot(int slot_id); void cleanup_refs(lua_State *L, int window_index) { |