/[xforms]/xforms/demos/itest.c
ViewVC logotype

Diff of /xforms/demos/itest.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by leeming, Thu Apr 24 09:35:33 2003 UTC revision 1.5 by leeming, Tue Sep 9 00:28:25 2003 UTC
# Line 144  hscroll_callback(FL_OBJECT * ob, long da Line 144  hscroll_callback(FL_OBJECT * ob, long da
144      }      }
145  }  }
146    
147  void  void
148  outformat_callback(FL_OBJECT *ob, long data)  outformat_callback(FL_OBJECT *ob, long data)
149  {  {
150      app.outformat = fl_get_choice_text(ob);      app.outformat = fl_get_choice_text(ob);
# Line 329  test_icon(void) Line 329  test_icon(void)
329    
330      flimage_free(im);      flimage_free(im);
331  }  }
332        
333  static int  static int
334  load_and_show(const char *file, void *data)  load_and_show(const char *file, void *data)
335  {  {
# Line 455  static void hide_it(FL_OBJECT *ob, long Line 455  static void hide_it(FL_OBJECT *ob, long
455          sprintf(file,"%s/%s", d, f);          sprintf(file,"%s/%s", d, f);
456          save_file(f, 0);          save_file(f, 0);
457      }      }
458          
459      fl_hide_form(app.fd_saveAs_form->saveAs_form);      fl_hide_form(app.fd_saveAs_form->saveAs_form);
460  }  }
461    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26