⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 plot.h

📁 一个共享源码的音频库4
💻 H
字号:
#ifndef _PLOT_H_#define _PLOT_H_extern "C"{#include <X11/X.h>#include <Xm/Xm.h>}extern voidplot_build(   Widget  parent);extern voidplot_input(   char * text_file);extern voidplot_enlarge();extern voidplot_reduce();extern voidplot_shift_left(int value);extern voidplot_shift_right(int value);extern voidplot_play( char * text_file);extern voidplot_pause();extern voidplot_stop();extern voidplot_cut();extern voidplot_erase();extern voidplot_reset();extern voidplot_insert();extern voidplot_set_mode(bool set_mode);extern voidplot_select_input(int num);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -