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

📄 fast_slow.fl

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 FL
字号:
# data file for the Fltk User Interface Designer (fluid)version 1.00 header_name {.h} code_name {.cxx} gridx 10 gridy 10 snap 3Function {} {open} {  Fl_Window {} {open    xywh {143 188 318 443} resizable visible  } {    Fl_Slider control {      label {movethis}      callback {fast->value(o->value());if (!Fl::pushed()) slow->value(o->value());}      xywh {90 200 30 200}      code0 {o->when(FL_WHEN_CHANGED|FL_WHEN_RELEASE|FL_WHEN_NOT_CHANGED);}    }    Fl_Slider fast {      label {fastredraw} selected      xywh {140 200 30 200}      code0 {o->set_output();}    }    Fl_Slider slow {      label {slowredraw} selected      xywh {190 200 30 200}      code0 {o->set_output();}    }    Fl_Box {} {      label {The left slider has changed( FL_WHEN_CHANGED | FL_WHEN_RELEASE | FL_WHEN_NOT_CHANGED) so it produces a callback on both drag and release mouse events.The middle slider (representing a widget with low overhead) is changed on every mouse movement.The right slider (representing a widget with high overhead) is only updated when the mouse is released, by checking if Fl::pushed() is zero.}      xywh {10 10 300 180} box DOWN_BOX color 53 selection_color 47 labelfont 4 labelsize 12 align 148    }  }} 

⌨️ 快捷键说明

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