From 560378aaca1784ba19806a0414a32b20c744de39 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 3 Jan 2011 04:12:51 +0000 Subject: Automated conversion for enhanced compatibility with TQt for Qt4 3.4.0 TP1 NOTE: This will not compile with Qt4 (yet), however it does compile with Qt3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1211081 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdoctools/template.docbook | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'kdoctools/template.docbook') diff --git a/kdoctools/template.docbook b/kdoctools/template.docbook index 719379c1f..9b05e9a17 100644 --- a/kdoctools/template.docbook +++ b/kdoctools/template.docbook @@ -3,8 +3,8 @@ KMyApp"> - + @@ -48,7 +48,7 @@ thanks ;-). - @@ -127,7 +127,7 @@ consistent documentation style across all KDE apps. --> Introduction - @@ -291,16 +291,16 @@ list. 4 March 1996 -void XtUnmanageChildren(children, num_children) - WidgetList children; - Cardinal num_children; +void XtUnmanageChildren(children, num_children) + WidgetList children; + Cardinal num_children; Inputs -children +children Specifies an array of child widgets. Each child must be of @@ -309,10 +309,10 @@ class RectObj or any subclass thereof. -num_children +num_children -Specifies the number of elements in children. +Specifies the number of elements in children. @@ -323,12 +323,12 @@ class RectObj or any subclass thereof. Description XtUnmanageChildren() unmaps the specified widgets -and removes them from their parent's geometry management. +and removes them from their parent's tqgeometry management. The widgets will disappear from the screen, and (depending on its parent) may no longer have screen space allocated for them. -Each of the widgets in the children array must have +Each of the widgets in the children array must have the same parent. See the “Algorithm” section below for full details of the @@ -342,7 +342,7 @@ widget unmanagement procedure. making them invisible. They can be re-managed with XtManageChildren(). -You can unmap a widget, but leave it under geometry +You can unmap a widget, but leave it under tqgeometry management by calling XtUnmapWidget(). You can destroy a widget's window without destroying the widget by calling XtUnrealizeWidget(). You can destroy a @@ -489,7 +489,7 @@ Documentation Copyright © 1999 George N. Ugnacious gnu@kde.org How to obtain &kmyapplication; - @@ -526,7 +526,7 @@ on The &kmyapplication; home page. -You can find a list of changes at http://apps.kde.org/kapp. @@ -534,9 +534,9 @@ url="http://apps.kde.org/kapp">http://apps.kde.org/kapp. Compilation and Installation - + - + &install.compile.documentation; -- cgit v1.2.1