static_text_ins.c.svn-base
来自「A Flash Player with ActionScript support」· SVN-BASE 代码 · 共 14 行
SVN-BASE
14 行
#include "base_types.h"#include "define.h"#include "movie_clips_def.h"#include "swf_file_pub.h"#include "static_text_ins.h"#include <glib.h>void stx_ins_change(GNode* node_p,struct PlaceObject *cmd_p) { stx_ins_t *data_p = (stx_ins_t*)(node_p->data); data_p->text_p = (struct DefineText*)data_p->define_p;};void stx_update_shape(GNode* node_p) {};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?