test.cxx

来自「MSP430FG437 SPO2 Source code」· CXX 代码 · 共 17 行

CXX
17
字号
// generated by Fast Light User Interface Designer (fluid) version 1.0104

#include "test.h"

Fl_Double_Window* UserInterface::make_window() {
  Fl_Double_Window* w;
  { Fl_Double_Window* o = new Fl_Double_Window(282, 193);
    w = o;
    o->user_data((void*)(this));
    { Fl_Slider* o = new Fl_Slider(25, 25, 205, 25);
      o->type(1);
    }
    o->end();
  }
  return w;
}

⌨️ 快捷键说明

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