The R Project SVN R

Rev

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

Rev 45017 Rev 51948
Line 229... Line 229...
229
    WNDPROC	winproc; /* control's normal event handler */
229
    WNDPROC	winproc; /* control's normal event handler */
230
 
230
 
231
#if USE_NATIVE_CONTROLS
231
#if USE_NATIVE_CONTROLS
232
    HBRUSH  bgbrush; /* background brush */
232
    HBRUSH  bgbrush; /* background brush */
233
#endif
233
#endif
-
 
234
    int caretwidth;  /* Caret (blinking cursor) is set here. caretwidth=0 for none, 
-
 
235
                        negative for not focussed */
-
 
236
    int caretheight;
-
 
237
    int caretshowing;
234
};
238
};
235
 
239
 
236
struct callinfo
240
struct callinfo
237
{
241
{
238
    actionfn die;		/* user-defined destructor */
242
    actionfn die;		/* user-defined destructor */