Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmsvnsetcomponentwidth(3x) [osf1 man page]

DXmSvnSetComponentWidth(3X)											       DXmSvnSetComponentWidth(3X)

NAME
DXmSvnSetComponentWidth - Sets the width of a component. SYNOPSIS
void DXmSvnSetComponentWidth( Widget widget, int comp_number, Dimension width ); PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the component number. The width to set. DESCRIPTION
The DXmSvnSetComponentWidth routine sets the widget level component width data. This width is used only when the widget is displaying in column mode. If a component found in this column is larger than the value currently set, the component width is automatically adjusted (which makes setting the component width optional). New components inserted with the DXmSvnInsertComponent routine may include the component width as a parameter to that routine. RETURN VALUES
An integer that represents the width of the component. DXmSvnSetComponentWidth(3X)

Check Out this Related Man Page

XtResizeWidget()														  XtResizeWidget()

Name
  XtResizeWidget - resize a child widget.

Synopsis
  void XtResizeWidget(w, width, height, border_width)
	 Widget w;
	 Dimension width;
	 Dimension height;
	 Dimension border_width;

Inputs
  w	    Specifies the widget to be resized.  Must be of class RectObj or any subclass thereof.

  width, height, border_width
	    Specify the new widget size and border width.

Description
  XtResizeWidget()  changes  the  width, height, and border width of w as specified.  It stores the new values into the widget record, and if
  the widget is realized, calls XConfigureWindow() to change the size of the widget's window.  Whether or not the widget is  realized,	XtRe-
  sizeWidget() calls the widget's resize() method to notify it of the size changes.

  If the specified size is equal to the current size, XtResizeWidget() returns immediately without calling XConfigureWindow() or the resize()
  method.

  See resize()(4) for information about the responsibilities of the resize() method.

Usage
  XtResizeWidget() should only be used by a parent widget to change the size of its children.  If an application wishes to change the size of
  a  widget,  it  should set the XtNwidth and XtNheight (and possibly the XtNborderWidth) resources of the widget.  If a widget would like to
  resize itself, it must request a new size with XtMakeGeometryRequest() or XtMakeResizeRequest().

  To move a child widget, use XtMoveWidget().  To move and resize a widget in the same call, use XtConfigureWidget().

See Also
  XtConfigureWidget(1), XtMakeGeometryRequest(1), XtMakeResizeRequest(1), XtMoveWidget(1), XtResizeWindow(1),
  resize(4).

Xt - Geometry Management													  XtResizeWidget()
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies