From 151302bd7611269956fb8f5cbf8cc8a37a78c2ed Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sat, 25 Jan 2014 17:37:56 -0600 Subject: Update incomplete (template-only) help handbook to new default format. --- doc/en/index.docbook | 557 +++------------------------------------------------ 1 file changed, 33 insertions(+), 524 deletions(-) diff --git a/doc/en/index.docbook b/doc/en/index.docbook index 92257bc..f5de82e 100644 --- a/doc/en/index.docbook +++ b/doc/en/index.docbook @@ -1,555 +1,64 @@ -klcddimmer 0.1"> - - +KLCDDimmer"> - - - - + ]> - + + + - - - - - - - - - - - -The &klcddimmer; Handbook + +The &kappname; Handbook - - - -Lorenzo Bettini, http://www.lorenzobettini.it,, - -
-
-
+&tde-team; +
- +&tde-release-version; +Reviewed: &tde-release-date; -1999 -2005 -Lorenzo Bettini, http://www.lorenzobettini.it,, +&tde-copyright-date; +&tde-team; - - -&FDLNotice; - - -2001-10-18 -0.1 - - + -&klcddimmer; is an application specially designed to do nothing you would -ever want. +&kappname; is an applet to adjust the monitor LCD brightness. - - -KDE -klcddimmer -nothing -nothing else +TDE -
- - - - -Introduction - - - - -&klcddimmer; is a program that lets you do absolutely nothing. Please report -any problems or feature requests to the &kde; mailing lists. - - - - -Using &klcddimmer; - - - - - - - - -Here's a screenshot of &klcddimmer; - - - - - - - - - Screenshot - - - - - - - -More &klcddimmer; features - -It slices! It dices! and it comes with a free toaster! - -The Squiggle Tool - - - - - - - - Squiggle - - is used to draw squiggly lines all over -the &klcddimmer; main window. It's not a bug, it's a feature! - - - - - - -Command Reference - - - - -The main &klcddimmer; window - - -The File Menu - - - - - -&Ctrl;N - -File -New - -Creates a new document - - - - -&Ctrl;S - -File -Save - -Saves the document - - - - -&Ctrl;Q - -File -Quit - -Quits &klcddimmer; - - - - - - - -The <guimenu>Help</guimenu> Menu - - - - - - -&help.menu.documentation; - - - - - - - -Developer's Guide to &klcddimmer; - - - - -Programming &klcddimmer; plugins is a joy to behold. Just read through the next -66 pages of API's to learn how! - - - - - - -XtUnmanageChildren -Xt - Geometry Management - - -XtUnmanageChildren - -remove a list of children from a parent widget's managed -list. -widgetsremoving -XtUnmanageChildren - - - - - -4 March 1996 - - -void XtUnmanageChildren(children, num_children) - WidgetList children; - Cardinal num_children; - - - -Inputs - - -children - - -Specifies an array of child widgets. Each child must be of -class RectObj or any subclass thereof. - - - - -num_children - - -Specifies the number of elements in children. - - - - - - - -Description - -XtUnmanageChildren() unmaps the specified widgets -and removes them from their parent's geometry 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 -the same parent. - -See the “Algorithm” section below for full details of the -widget unmanagement procedure. - - - - -Usage -Unmanaging widgets is the usual method for temporarily -making them invisible. They can be re-managed with -XtManageChildren(). - -You can unmap a widget, but leave it under geometry -management by calling XtUnmapWidget(). You can -destroy a widget's window without destroying the widget by -calling XtUnrealizeWidget(). You can destroy a -widget completely with XtDestroyWidget(). - -If you are only going to unmanage a single widget, it is -more convenient to call XtUnmanageChild(). It is -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 parent's change_managed() -method once. - - - - -Algorithm - -XtUnmanageChildren() performs the following: - - - -- - - -Ignores the child if it already is unmanaged or is being -destroyed. - - - - -- - - -Otherwise, if the child is realized, it makes it nonvisible -by unmapping it. - - - - - - - - - -Structures -The WidgetList type is simply an array of widgets: - -typedef Widget *WidgetList; - - - - - - - -Questions and Answers - - - -&reporting.bugs; -&updating.documentation; - - - - -My Mouse doesn't work. How do I quit &klcddimmer;? - - -You silly goose! Check out the Commands -Section for the answer. - - - - -Why can't I twiddle my documents? - - -You can only twiddle your documents if you have the foobar.lib -installed. - - - - - - - - - -Credits and License - - -&klcddimmer; - - -Program copyright 2005 Lorenzo Bettini, http://www.lorenzobettini.it,, - - -Contributors: - -Konqui the KDE Dragon konqui@kde.org - -Tux the Linux Penguin tux@linux.org - - - - - -Documentation copyright 2005 Lorenzo Bettini, http://www.lorenzobettini.it,, - - - - -&underFDL; - - - -&underGPL; -&underBSDLicense; -&underArtisticLicense; -&underX11License; - - - - -Installation - - -How to obtain &klcddimmer; - - - -&install.intro.documentation; - - - - -Requirements - - - - -In order to successfully use &klcddimmer;, you need &kde; 1.1. Foobar.lib is -required in order to support the advanced &klcddimmer; features. &klcddimmer; uses -about 5 megs of memory to run, but this may vary depending on your -platform and configuration. - + - -All required libraries as well as &klcddimmer; itself can be found -on The &klcddimmer; home page. - + +We Apologize +No documentation has yet been written for &kappname;. - - -You can find a list of changes at http://apps.kde.org/klcddimmer. - - +If you need help, please check The &tde; +web site, submit questions to the +&tde; mail lists, or file a bug report at the +&tde; bug tracker. - -Compilation and Installation +If you are interested in helping, please consider writing the help file. +Submitting a basic text file is acceptable as the &tde-team; will convert the text. - - - +Thank you for helping and thank you for your patience. -&install.compile.documentation; +&underFDL; - -Configuration - -Don't forget to tell your system to start the dtd -dicer-toaster daemon first, or &klcddimmer; won't work ! - - - - - -&documentation.index; -
- - - +&documentation.index; + -- cgit v1.2.1