diff options
Diffstat (limited to 'man/XtConfigureWidget.man')
-rw-r--r-- | man/XtConfigureWidget.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man/XtConfigureWidget.man b/man/XtConfigureWidget.man index c2027dc..a760991 100644 --- a/man/XtConfigureWidget.man +++ b/man/XtConfigureWidget.man @@ -161,7 +161,7 @@ function returns immediately if the specified geometry fields are the same as the old values. Otherwise, .ZN XtConfigureWidget -writes the new x, y, width, height, and border_width values +writes the new x, y, width, height, and border_width values into the widget and, if the widget is realized, makes an Xlib .ZN XConfigureWindow call on the widget's window. @@ -177,7 +177,7 @@ function returns immediately if the specified geometry fields are the same as the old values. Otherwise, .ZN XtMoveWidget -writes the new x and y values into the widget +writes the new x and y values into the widget and, if the widget is realized, issues an Xlib .ZN XMoveWindow call on the widget's window. @@ -185,7 +185,7 @@ call on the widget's window. The .ZN XtResizeWidget function returns immediately if the specified geometry fields -are the same as the old values. +are the same as the old values. Otherwise, .ZN XtResizeWidget writes the new width, height, and border_width values into @@ -199,10 +199,10 @@ calls the widget's resize procedure to notify it of the size change. .LP The .ZN XtResizeWindow -function calls the +function calls the .ZN XConfigureWindow Xlib function to make the window of the specified widget match its width, -height, and border width. +height, and border width. This request is done unconditionally because there is no way to tell if these values match the current values. Note that the widget's resize procedure is not called. |