Lines Matching refs:area
128 /* what colors are selected for the drawing area? */
129 XtVaGetValues( this_screen->area,
137 gc = XCreateGC( XtDisplay(this_screen->area),
138 DefaultRootWindow(XtDisplay(this_screen->area)),
143 XSetFont( XtDisplay(this_screen->area), gc, font->fid );
148 XSetForeground( XtDisplay(this_screen->area), gc, fg );
149 XSetBackground( XtDisplay(this_screen->area), gc, hi );
152 XSetForeground( XtDisplay(this_screen->area), gc, fg );
153 XSetBackground( XtDisplay(this_screen->area), gc, shade );
157 XSetForeground( XtDisplay(this_screen->area), gc, fg );
158 XSetBackground( XtDisplay(this_screen->area), gc, bg );
161 XSetForeground( XtDisplay(this_screen->area), gc, bg );
162 XSetBackground( XtDisplay(this_screen->area), gc, fg );
186 * single drawing area into which we will draw text. This allows
188 * into the drawing area. In the future, we'll add scrollbars to the
379 XDrawImageString( XtDisplay(__vi_screen->area),
380 XtWindow(__vi_screen->area),
401 XDrawImageString( XtDisplay(__vi_screen->area),
402 XtWindow(__vi_screen->area),
481 XClearWindow( XtDisplay(this_screen->area),
482 XtWindow(this_screen->area)
550 XSetClipMask( XtDisplay(this_screen->area), gc, None );
803 /* use a form to hold the drawing area and the scrollbar */
848 /* create a drawing area into which we will put text */
849 new_screen->area = XtVaCreateManagedWidget( "screen",
861 /* this callback is for when the drawing area is resized */
862 XtAddCallback( new_screen->area,
868 /* this callback is for when the drawing area is exposed */
869 XtAddCallback( new_screen->area,
876 * (e.g. there is a window over part of our drawing area
878 XtAddEventHandler( new_screen->area,
1376 XDefineCursor( XtDisplay(cur_screen->area),
1377 XtWindow(cur_screen->area),