📄 fl_value_output.h
字号:
#ifndef Fl_Value_Output_H#define Fl_Value_Output_H// The fltk1.1 allowed the user to change the value by dragging the mouse.// The fltk2.0 version is strictly for displaying a numeric value.// If you want the user to be able to change it, replace with a Value_Input.#include <fltk/ValueOutput.h>typedef fltk::ValueOutput Fl_Value_Output;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -