#ifndef AGGPLOT_WINDOW_H #define AGGPLOT_WINDOW_H #include "defs.h" __BEGIN_DECLS #include "lua.h" extern void window_register (lua_State *L); extern int window_slot_update (lua_State *L); extern int window_slot_refresh (lua_State *L); extern int window_save_slot_image (lua_State *L); extern int window_restore_slot_image (lua_State *L); extern int window_update (lua_State *L); extern int window_new (lua_State *L); extern int window_attach (lua_State *L); extern int window_close (lua_State *L); __END_DECLS #endif

AltStyle によって変換されたページ (->オリジナル) /