diff options
Diffstat (limited to 'doc/html/tqpopupmenu.html')
-rw-r--r-- | doc/html/tqpopupmenu.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqpopupmenu.html b/doc/html/tqpopupmenu.html index 3eecff805..b24d1be55 100644 --- a/doc/html/tqpopupmenu.html +++ b/doc/html/tqpopupmenu.html @@ -158,7 +158,7 @@ correct enabled/disabled states of all menu items before the user sees it. The corresponding <a href="#aboutToHide">aboutToHide</a>() signal is emitted when the menu hides again. <p> You can provide What's This? help for single menu items with -<a href="tqmenudata.html#setWhatsThis">setWhatsThis</a>(). See <a href="ntqwhatsthis.html">TQWhatsThis</a> for general information about this +<a href="tqmenudata.html#setWhatsThis">setWhatsThis</a>(). See <a href="tqwhatsthis.html">TQWhatsThis</a> for general information about this kind of lightweight online help. <p> For ultimate flexibility, you can also add entire widgets as items into a popup menu (for example, a color selector). @@ -567,7 +567,7 @@ practice, this only makes sense with certain widgets. <p> If a widget is not focus-enabled (see <a href="tqwidget.html#isFocusEnabled">TQWidget::isFocusEnabled</a>()), the menu treats it as a separator; this means that the item is not selectable and will never get -focus. In this way you can, for example, simply insert a <a href="ntqlabel.html">TQLabel</a> if +focus. In this way you can, for example, simply insert a <a href="tqlabel.html">TQLabel</a> if you need a popup menu with a title. <p> If the widget is focus-enabled it will get focus when the user traverses the popup menu with the arrow keys. If the widget does |