diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-05 22:04:08 -0600 |
commit | e02e31c8b9d854cd62cbe9799228f6e08e882773 (patch) | |
tree | 53303c981d0b20e03c5a2fc8e959fa74adcb90d1 /doc/html/qmotifdialog.html | |
parent | 143f194af098d44bf0dd1ebb29e59f30ce48d523 (diff) | |
download | tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.tar.gz tqt3-e02e31c8b9d854cd62cbe9799228f6e08e882773.zip |
Sync with latest script
Diffstat (limited to 'doc/html/qmotifdialog.html')
-rw-r--r-- | doc/html/qmotifdialog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qmotifdialog.html b/doc/html/qmotifdialog.html index dff21a29f..33bf6a196 100644 --- a/doc/html/qmotifdialog.html +++ b/doc/html/qmotifdialog.html @@ -66,7 +66,7 @@ Motif-based dialog and a <a href="qwidget.html">TQWidget</a> parent, or the appl programmer can use TQMotifDialog with a custom TQt-based dialog and a Motif-based parent. Modality continues to work as expected. <p> Motif-based dialogs must have a <tt>Shell</tt> widget parent with a -single child, due to retquirements of the Motif toolkit. The <tt>Shell</tt> widget, which is a special subclass of <tt>XmDialogShell</tt>, is +single child, due to requirements of the Motif toolkit. The <tt>Shell</tt> widget, which is a special subclass of <tt>XmDialogShell</tt>, is created during construction. It can be accessed using the <a href="#shell">shell</a>() member function. <p> The single child of the <tt>Shell</tt> can be accessed using the |