Searched refs:resize (Results 1 - 16 of 16) sorted by relevance

/solaris-x11-s11/open-src/app/xterm/
H A DMakefile35 # resize goes into a separate package so it can be installed in zones without
37 RESIZE_PKGNAME=terminal/resize
66 SOURCE_PATCHES = resize.man.patch,-p1 desktop-icon.patch,-p1
70 SUNTOUCHED_MANPAGES=koi8rxterm.man resize.man uxterm.man xterm.man
114 MODULE_X11_BINCOMPAT_LINKS = xterm resize
136 # Metadata for separate package for resize
137 RESIZE_PKG_METADATA_DIR = $(MODULE_PKG_METADATA_DIR:%xterm=%resize)
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1LabelP.h70 Boolean resize; member in struct:__anon303
H A DXaw3_1TextP.h150 XawTextResizeMode resize; /* what to resize */ member in struct:_TextPart
H A DXaw3_1Label.c79 offset(label.resize), XtRImmediate, (caddr_t)True},
113 /* resize */ Resize,
263 (*XtClass(new)->core_class.resize) ((Widget)lw);
417 if (newlw->label.resize && was_resized) {
H A DXaw3_1Text.c146 offset(text.resize), XtRImmediate, (caddr_t) XawtextResizeNever},
526 if ( (ctx->text.resize == XawtextResizeHeight) ||
527 (ctx->text.resize == XawtextResizeBoth) ) {
529 "Vertical scrolling not allowed with height resize.\n",
545 else if ( (ctx->text.resize == XawtextResizeWidth) ||
546 (ctx->text.resize == XawtextResizeBoth) ) {
548 "Horizontal scrolling not allowed with width resize.\n",
876 if ( ((ctx->text.resize == XawtextResizeWidth) ||
877 (ctx->text.resize == XawtextResizeBoth) ) ||
2022 if ( (ctx->text.resize
[all...]
H A DXaw3_1Box.c97 /* resize */ Resize,
375 * if that fails try to resize and do it within the box returne
516 (*XtClass((Widget)bbw)->core_class.resize)((Widget)bbw);
H A DXaw3_1Viewport.c83 /* resize */ Resize,
262 (*w->core.widget_class->core_class.resize)(widget); /* turn on bars */
291 (*w->core.widget_class->core_class.resize)( new );
H A DXaw3_1Command.c152 Resize, /* resize */
154 XtInheritResize, /* resize */
611 (*commandWidgetClass->core_class.superclass->core_class.resize)(w);
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DLabelP.h95 Boolean resize; member in struct:__anon367
H A DTextP.h190 XawTextResizeMode resize; /* what to resize */ member in struct:_TextPart
H A DLabel.c116 offset(label.resize), XtRImmediate, (XtPointer)True},
150 /* resize */ Resize,
472 (*XtClass(new)->core_class.resize) ((Widget)lw);
674 * resize on bitmap change
705 if (newlw->label.resize && was_resized) {
H A DText.c173 offset(text.resize), XtRImmediate, (XtPointer) XawtextResizeNever},
559 if ( (ctx->text.resize == XawtextResizeHeight) ||
560 (ctx->text.resize == XawtextResizeBoth) ) {
561 warn_msg (ctx, "Vertical", "height resize");
572 else if ( (ctx->text.resize == XawtextResizeWidth) ||
573 (ctx->text.resize == XawtextResizeBoth) ) {
574 warn_msg (ctx, Horizontal, "width resize");
967 if ( ((ctx->text.resize == XawtextResizeWidth) ||
968 (ctx->text.resize == XawtextResizeBoth) ) ||
2413 if ( (ctx->text.resize
[all...]
H A DForm.c124 /* resize */ Resize,
256 * to resize to.
287 * Do no invoke the resize rules if our size changes here.
842 XtClass(w)->core_class.resize != (XtWidgetProc) NULL) {
843 (*(XtClass(w)->core_class.resize))(w);
H A DBox.c118 /* resize */ Resize,
404 * if that fails try to resize and do it within the box returne
545 (*XtClass((Widget)bbw)->core_class.resize)((Widget)bbw);
H A DCommand.c135 Resize, /* resize */
591 (*commandWidgetClass->core_class.superclass->core_class.resize)(w);
H A DViewport.c108 /* resize */ Resize,
295 (*w->core.widget_class->core_class.resize)(widget); /* turn on bars */
322 (*w->core.widget_class->core_class.resize)(new); /* Recompute layout.*/

Completed in 45 milliseconds