?? html_pub.h
字號:
/*SCCSID @(#)html_pub.h 1.7 7/23/98 */
#ifndef HTML_PUB_INCLUDE_H
#define HTML_PUB_INCLUDE_H
#define ANCHOR_SIZE 32
#define MAPAREA_SIZE 32
extern char * ROOT_DIR ;
typedef struct HTMLPageControl
{
int bg_color; /* background color index */
int pal_size; /* palette size */
int num_anchor; /* total number of anchors on this page */
void *anchors[ANCHOR_SIZE]; /* array of anchors on this page */
int num_maparea;
void *mapareas[MAPAREA_SIZE];
int curr_anchor; /* index of current highlighted anchor */
void *title;
unsigned int flag_sound;
int flag_refresh;
void *refresh;
void *sound;
void *script;
void *overlay_sound;
} HTMLPageControl;
/* record found file information */
typedef struct {
unsigned int loc; /* logical address, not MMSSFF */
unsigned int sz; /* size in bytes */
} FileHandler;
void vcd30_status(int k);
void vcd30_eject();
void vcd30_poweroff();
void VirtualPlayer();
void save_html();
int restore_html();
int init_CDloader();
int getInfraCode();
void html_sound();
void html_timeout();
void au_init();
int au_begin(char *filename, int loop);
int au_doit();
void au_end();
void process_volume(void);
void init_html();
void init_cdfs();
void disp_url();
void set_highlight(int i, int shape);
void move_cursor(int mode);
int html_refresh();
int get_URL();
void push_hist(FileHandler ff);
void pop_hist();
void get_hist(FileHandler *ff);
void add_bookmark();
void show_bookmark();
int del_bookmark(void);
int list_bookmark();
int play_bookmark(int i);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -