From 32b67ac0690de411b26b1d5e715b188c27442248 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/appwizard/common/kde-index.docbook | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'parts/appwizard/common/kde-index.docbook') diff --git a/parts/appwizard/common/kde-index.docbook b/parts/appwizard/common/kde-index.docbook index b84a9430..c79adfeb 100644 --- a/parts/appwizard/common/kde-index.docbook +++ b/parts/appwizard/common/kde-index.docbook @@ -265,7 +265,7 @@ taken from that reference and shortened a bit for readability. --> XtUnmanageChildren -remove a list of tqchildren from a tqparent widget's managed +remove a list of tqchildren from a parent widget's managed list. widgetsremoving XtUnmanageChildren @@ -309,13 +309,13 @@ class RectObj or any subclass thereof. Description XtUnmanageChildren() unmaps the specified widgets -and removes them from their tqparent's tqgeometry management. +and removes them from their parent's tqgeometry management. The widgets will disappear from the screen, and (depending -on its tqparent) may no longer have screen space allocated for +on its parent) may no longer have screen space allocated for them. Each of the widgets in the tqchildren array must have -the same tqparent. +the same parent. See the “Algorithm” section below for full details of the widget unmanagement procedure. @@ -340,7 +340,7 @@ often more convenient to call XtUnmanageChild() several times than it is to declare and initialize an array of widgets to pass to XtUnmanageChildren(). Calling XtUnmanageChildren() is more efficient, however, -because it only calls the tqparent's change_managed() +because it only calls the parent's change_managed() method once. -- cgit v1.2.1