Searched defs:tw (Results 1 - 8 of 8) sorted by relevance
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Toggle.c | 211 ToggleWidget tw = (ToggleWidget) new; local 214 tw->toggle.radio_group = NULL; 216 if (tw->toggle.radio_data == NULL) 217 tw->toggle.radio_data = (caddr_t) new->core.name; 219 if (tw->toggle.widget != NULL) { 220 if ( GetRadioGroup(tw->toggle.widget) == NULL) 221 CreateRadioGroup(new, tw->toggle.widget); 223 AddToRadioGroup( GetRadioGroup(tw->toggle.widget), new); 270 ToggleWidget tw = (ToggleWidget)w; local 273 if (tw 286 ToggleWidget tw = (ToggleWidget) w; local 302 ToggleWidget tw = (ToggleWidget) new; local 348 ToggleWidget tw = (ToggleWidget) w; local 393 ToggleWidget tw = (ToggleWidget) w; local 479 ToggleWidget tw = (ToggleWidget) w; local [all...] |
H A D | Xaw3_1TextPop.c | 248 * Arguments: tw - The text widget to insert this file into. 254 InsertFileNamed(tw, str) 255 Widget tw; 267 start_pos = pos = XawTextGetInsertionPoint(tw); 273 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) { 279 (void) XawTextReplace(tw, start_pos, pos, &text); 286 XawTextSetInsertionPoint(tw, pos); 294 * tw - the main text widget. 299 AddInsertFileChildren(form, ptr, tw) 300 Widget form, tw; 389 TextWidget tw = (TextWidget) XtParent(XtParent(XtParent(w))); local 415 TextWidget tw = (TextWidget) XtParent(XtParent(XtParent(w))); local 777 Widget tw = XtParent(search->search_popup); local 904 Widget tw = XtParent(search->search_popup); local [all...] |
H A D | Xaw3_1Text.c | 1140 Widget tw = (Widget) ctx; local 1159 XCopyArea(XtDisplay(tw), XtWindow(tw), XtWindow(tw), ctx->text.gc, 1175 XCopyArea(XtDisplay(tw), XtWindow(tw), XtWindow(tw), ctx->text.gc,
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | TextSrc.c | 572 _XawTextFormat(TextWidget tw) argument 574 _XawTextFormat(tw) 575 TextWidget tw; 578 return (((TextSrcObject)(tw->text.source))->textSrc.text_format);
|
H A D | Toggle.c | 206 ToggleWidget tw = (ToggleWidget) new; local 209 tw->toggle.radio_group = NULL; 211 if (tw->toggle.radio_data == NULL) 212 tw->toggle.radio_data = (XtPointer) new->core.name; 214 if (tw->toggle.widget != NULL) { 215 if ( GetRadioGroup(tw->toggle.widget) == NULL) 216 CreateRadioGroup(new, tw->toggle.widget); 218 AddToRadioGroup( GetRadioGroup(tw->toggle.widget), new); 265 ToggleWidget tw = (ToggleWidget)w; local 268 if (tw 281 ToggleWidget tw = (ToggleWidget) w; local 301 ToggleWidget tw = (ToggleWidget) new; local 351 ToggleWidget tw = (ToggleWidget) w; local 396 ToggleWidget tw = (ToggleWidget) w; local 486 ToggleWidget tw = (ToggleWidget) w; local [all...] |
H A D | Tree.c | 59 #define IsHorizontal(tw) ((tw)->tree.gravity == WestGravity || \ 60 (tw)->tree.gravity == EastGravity) 297 static void check_gravity (tw, grav) 298 TreeWidget tw; 301 switch (tw->tree.gravity) { 305 tw->tree.gravity = grav; 390 TreeWidget tw = (TreeWidget) new->core.parent; local 410 else if (tw->tree.tree_root) 411 insert_node (tw 471 TreeWidget tw = (TreeWidget) new->core.parent; local 499 TreeWidget tw = (TreeWidget) XtParent(w); local 528 TreeWidget tw = (TreeWidget) w->core.parent; local 575 TreeWidget tw = (TreeWidget) gw; local 671 TreeWidget tw = (TreeWidget) w; local [all...] |
H A D | TextPop.c | 261 * Arguments: tw - The text widget to insert this file into. 268 InsertFileNamed(tw, str) 269 Widget tw; 280 pos = XawTextGetInsertionPoint(tw); 298 wstr = _XawTextMBToWC(XtDisplay(tw), text.ptr, &(text.length)); 306 if (XawTextReplace(tw, pos, pos, &text) != XawEditDone) { 314 XawTextSetInsertionPoint(tw, pos); 323 * tw - the main text widget. 328 AddInsertFileChildren(form, ptr, tw) 329 Widget form, tw; 417 TextWidget tw = (TextWidget) XtParent(XtParent(XtParent(w))); local 443 TextWidget tw = (TextWidget) XtParent(XtParent(XtParent(w))); local 811 Widget tw = XtParent(search->search_popup); local 956 Widget tw = XtParent(search->search_popup); local [all...] |
H A D | Text.c | 1257 Widget tw = (Widget) ctx; local 1276 XCopyArea(XtDisplay(tw), XtWindow(tw), XtWindow(tw), ctx->text.gc, 1294 XCopyArea(XtDisplay(tw), XtWindow(tw), XtWindow(tw), ctx->text.gc, 2956 TextWidget tw = (TextWidget) w; local 2961 (tw->core.ancestor_sensitive && tw [all...] |
Completed in 37 milliseconds