Subversion Repositories Kolibri OS

Rev

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

  1. struct od_filter
  2. {
  3.         dword size;
  4.         byte end;
  5. };
  6.  
  7. proc_info pr_inf;
  8. char communication_area_name[] = "FFFFFFFF_open_dialog";
  9. char opendir_path[4096];
  10. char open_dialog_path[] = "/rd/1/File managers/opendial";
  11. char openfile_path[4096];
  12. char filename_area[256];
  13.  
  14. opendialog o_dialog = {
  15.         0,
  16.         #pr_inf,
  17.         #communication_area_name,
  18.         0,
  19.         #opendir_path,
  20.         #default_dir,
  21.         #open_dialog_path,
  22.         #draw_window,
  23.         0,
  24.         #openfile_path,
  25.         #filename_area,
  26.         #filter2,
  27.  
  28.         420,
  29.         200,
  30.  
  31.         320,
  32.         120
  33. };
  34.