/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Porthole.c | 206 static void Realize (gw, valueMask, attributes) 207 Widget gw; 214 if (gw->core.width < 1) gw->core.width = 1; 215 if (gw->core.height < 1) gw->core.height = 1; 217 (gw, valueMask, attributes); 221 static void Resize (gw) 222 Widget gw; 224 PortholeWidget pw = (PortholeWidget) gw; [all...] |
H A D | Repeater.c | 213 static void Destroy (gw) 214 Widget gw; 216 CLEAR_TIMEOUT ((RepeaterWidget) gw); 244 static void ActionStart (gw, event, params, num_params) 245 Widget gw; 250 RepeaterWidget rw = (RepeaterWidget) gw; 254 XtCallCallbackList (gw, rw->repeater.start_callbacks, (XtPointer)NULL); 263 static void ActionStop (gw, event, params, num_params) 264 Widget gw; 269 RepeaterWidget rw = (RepeaterWidget) gw; [all...] |
H A D | Panner.c | 532 static void Realize (gw, valuemaskp, attr) 533 Widget gw; 537 PannerWidget pw = (PannerWidget) gw; 552 (gw, valuemaskp, attr); 554 if (gotpm) XFreePixmap (XtDisplay(gw), pm); 558 static void Destroy (gw) 559 Widget gw; 561 PannerWidget pw = (PannerWidget) gw; 563 XtReleaseGC (gw, pw->panner.shadow_gc); 564 XtReleaseGC (gw, p [all...] |
H A D | Scrollbar.c | 400 static void Realize( gw, valueMask, attributes ) 401 Widget gw; 405 ScrollbarWidget w = (ScrollbarWidget) gw; 412 XtVaSetValues(gw, XtNcursor, w->scrollbar.inactiveCursor, NULL); 419 (gw, valueMask, attributes); 466 static void Resize( gw ) 467 Widget gw; 471 SetDimensions( (ScrollbarWidget)gw ); 472 Redisplay( gw, (XEvent*)NULL, (Region)NULL ); 477 static void Redisplay( gw, even 752 XawScrollbarSetThumb(Widget gw, double top, double shown) argument [all...] |
H A D | Label.c | 481 static void Redisplay(gw, event, region) 482 Widget gw; 487 LabelWidget w = (LabelWidget) gw; 488 LabelWidgetClass lwclass = (LabelWidgetClass) XtClass (gw); 507 gc = XtIsSensitive(gw) ? w->label.normal_GC : w->label.gray_GC; 510 XSetRegion(XtDisplay(gw), gc, region); 521 XCopyPlane (XtDisplay(gw), w->label.left_bitmap, XtWindow(gw), gc, 554 XDrawString16(XtDisplay(gw), XtWindow(gw), g [all...] |
H A D | Tree.c | 552 static void ChangeManaged (gw) 553 Widget gw; 555 layout_tree ((TreeWidget) gw, FALSE); 559 static void Destroy (gw) 560 Widget gw; 562 TreeWidget w = (TreeWidget) gw; 564 XtReleaseGC (gw, w->tree.gc); 570 static void Redisplay (gw, event, region) 571 Widget gw; 575 TreeWidget tw = (TreeWidget) gw; [all...] |
H A D | Viewport.c | 1022 XawViewportSetLocation (Widget gw, argument 1029 XawViewportSetLocation (gw, xoff, yoff) 1030 Widget gw; 1034 ViewportWidget w = (ViewportWidget) gw; 1057 XawViewportSetCoordinates (Widget gw, argument 1064 XawViewportSetCoordinates (gw, x, y) 1065 Widget gw; 1069 ViewportWidget w = (ViewportWidget) gw;
|
H A D | StripChart.c | 206 static void Destroy (gw) 207 Widget gw; 209 StripChartWidget w = (StripChartWidget)gw;
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Logo.c | 106 static void Realize (gw, valueMask, attrs) 107 Widget gw; 111 XtCreateWindow( gw, InputOutput, (Visual *)CopyFromParent, 115 static void Destroy (gw) 116 Widget gw; 118 LogoWidget w = (LogoWidget) gw; 124 static void Redisplay (gw, event, region) 125 Widget gw; 129 LogoWidget w = (LogoWidget) gw;
|
H A D | Xaw3_1Scrollbar.c | 377 static void Realize( gw, valueMask, attributes ) 378 Widget gw; 382 ScrollbarWidget w = (ScrollbarWidget) gw; 392 XtCreateWindow( gw, InputOutput, (Visual *)CopyFromParent, 438 static void Resize( gw ) 439 Widget gw; 443 SetDimensions( (ScrollbarWidget)gw ); 444 Redisplay( gw, (XEvent*)NULL, (Region)NULL ); 449 static void Redisplay( gw, event, region ) 450 Widget gw; [all...] |
H A D | Xaw3_1Mailbox.c | 239 static void Set (gw, event, params, nparams) 240 Widget gw; 245 MailboxWidget w = (MailboxWidget) gw; 260 static void Unset (gw, event, params, nparams) 261 Widget gw; 266 MailboxWidget w = (MailboxWidget) gw; 279 static void Check (gw, event, params, nparams) 280 Widget gw; 285 MailboxWidget w = (MailboxWidget) gw; 342 static void Realize (gw, valuemask [all...] |
H A D | Xaw3_1Clock.c | 220 static void Realize (gw, valueMask, attrs) 221 Widget gw; 225 ClockWidget w = (ClockWidget) gw; 238 XtCreateWindow( gw, InputOutput, (Visual *)CopyFromParent, 240 Resize(gw); 243 static void Destroy (gw) 244 Widget gw; 246 ClockWidget w = (ClockWidget) gw; 254 static void Resize (gw) 255 Widget gw; [all...] |
H A D | Xaw3_1StripChart.c | 193 static void Destroy (gw) 194 Widget gw; 196 StripChartWidget w = (StripChartWidget)gw;
|