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

📄 resize.fl

📁 PIXIL is a small footprint operating environment, complete with PDA PIM applications, a browser and
💻 FL
字号:
# data file for FL User Interface Designer (fluid)version 0.99 gridx 10 gridy 10 snap 3Function {} {open} {  Fl_Window {} {open selected    xywh {490 248 366 261} resizable  } {    Fl_Button {} {      label {@<-}      callback {Fl_Window* w = o->window();w->position(w->x()-50,w->y());} open      xywh {20 40 40 40} labeltype 2    }    Fl_Button {} {      label {@2->}      callback {Fl_Window* w = o->window();w->position(w->x(),w->y()+50);} open      xywh {60 80 40 40} labeltype 2    }    Fl_Button {} {      label {@->}      callback {Fl_Window* w = o->window();w->position(w->x()+50,w->y());} open      xywh {100 40 40 40} labeltype 2    }    Fl_Button {} {      label {@8->}      callback {Fl_Window* w = o->window();w->position(w->x(),w->y()-50);} open      xywh {60 0 40 40} labeltype 2    }    Fl_Button {} {      label grow      callback {Fl_Window* w = o->window();w->size(w->w()+50, w->h()+50);} open      xywh {30 130 110 40} labeltype 2 labelfont 1 labelsize 18    }    Fl_Button {} {      label shrink      callback {Fl_Window* w = o->window();w->size(w->w()/2+1, w->h()/2+1);} open      xywh {30 190 110 40} labeltype 2 labelfont 1 labelsize 18    }  }} 

⌨️ 快捷键说明

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