Example #1
0
 FL_EXPORT_C(Fl_Boxtype, fl_frameC)(Fl_Boxtype b) { return fl_frame(b);}
Example #2
0
 FL_EXPORT_C(void,flc_frame)(const char* s,int x,int y,int w,int h){
   fl_frame(s,x,y,w,h);
 }