Subversion Repositories Kolibri OS

Rev

Rev 7245 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. struct od_filter
  2.  {
  3.         dword size; //size = len(#ext) + sizeof(dword)
  4.         char ext[25];
  5.  };
  6.  
  7. proc_info pr_inf;
  8. char opendir_path[3072];
  9. char openfile_path[4096];
  10. char filename_area[1024];
  11.  
  12. opendialog o_dialog = {
  13.         0,
  14.         #pr_inf,
  15.         #communication_area_name,
  16.         0,
  17.         #opendir_path,
  18.         #default_dir,
  19.         #open_dialog_path,
  20.         #draw_window,
  21.         0,
  22.         #openfile_path,
  23.         #filename_area,
  24.         #filter2,
  25.  
  26.         420,
  27.         200,
  28.  
  29.         320,
  30.         120
  31. };
  32.