The R Project SVN R

Rev

Rev 29051 | Rev 44016 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 29051 Rev 36258
Line 13... Line 13...
13
    char *filename; /* corresponding file */
13
    char *filename; /* corresponding file */
14
    char *title;    /* window title */
14
    char *title;    /* window title */
15
    Rboolean stealconsole;  /* set when using fix() or edit(), so that no events are sent to console until this editor is closed */
15
    Rboolean stealconsole;  /* set when using fix() or edit(), so that no events are sent to console until this editor is closed */
16
    menuitem mcut, mcopy, mdelete, mfind, mreplace,
16
    menuitem mcut, mcopy, mdelete, mfind, mreplace,
17
	mpopcut, mpopcopy, mpopdelete;
17
	mpopcut, mpopcopy, mpopdelete;
-
 
18
    HelpMenuItems hmenu;
-
 
19
    PkgMenuItems pmenu;
18
};
20
};
19
typedef struct structEditorData *EditorData;
21
typedef struct structEditorData *EditorData;