From 7552c6d73043b1040139033f6864db48ae5446cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jul 2024 21:37:22 +0900 Subject: Rename main window nt* related files to equivalent tq*. The file "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro --- doc/html/tqstyle.html | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'doc/html/tqstyle.html') diff --git a/doc/html/tqstyle.html b/doc/html/tqstyle.html index 39f0df6c..9ba54198 100644 --- a/doc/html/tqstyle.html +++ b/doc/html/tqstyle.html @@ -197,12 +197,12 @@ of a TQPushButton. indicator is drawn in a TQProgressBar.
  • TQStyle::CE_ProgressBarContents - the progress indicator of a TQProgressBar.
  • TQStyle::CE_ProgressBarLabel - the text label of a TQProgressBar. -
  • TQStyle::CE_PopupMenuItem - a menu item in a TQPopupMenu. +
  • TQStyle::CE_PopupMenuItem - a menu item in a TQPopupMenu.
  • TQStyle::CE_PopupMenuScroller - scrolling areas in a popumenu when the style supports scrolling.
  • TQStyle::CE_PopupMenuHorizontalExtra - extra frame area set aside with PM_PopupMenuFrameHorizontalExtra
  • TQStyle::CE_PopupMenuVerticalExtra - extra frame area set aside with PM_PopupMenuFrameVerticalExtra -
  • TQStyle::CE_MenuBarItem - a menu item in a TQMenuBar. +
  • TQStyle::CE_MenuBarItem - a menu item in a TQMenuBar.
  • TQStyle::CE_ToolButtonLabel - a tool button's label.
  • TQStyle::CE_MenuBarEmptyArea - the empty area of a TQMenuBar.
  • TQStyle::CE_DockWindowEmptyArea - the empty area of a TQDockWindow. @@ -305,9 +305,9 @@ example, a TQPushButton.
  • TQStyle::PE_ButtonDefault - this button is the default button, e.g. in a dialog.
  • TQStyle::PE_ButtonBevel - generic button bevel. -
  • TQStyle::PE_ButtonTool - tool button, for example, a TQToolButton. +
  • TQStyle::PE_ButtonTool - tool button, for example, a TQToolButton.
  • TQStyle::PE_ButtonDropDown - drop down button, for example, a tool -button that displays a popup menu, for example, TQPopupMenu. +button that displays a popup menu, for example, TQPopupMenu.

    • TQStyle::PE_FocusRect - generic focus indicator.

      @@ -329,7 +329,7 @@ example, a TQRadioButton.
    • TQStyle::PE_ExclusiveIndicatorMask - bitmap mask for an exclusive indicator.

    • TQStyle::PE_DockWindowHandle - tear off handle for dock windows and -toolbars, for example TQDockWindows and TQToolBars. +toolbars, for example TQDockWindows and TQToolBars.
    • TQStyle::PE_DockWindowSeparator - item separator for dock window and toolbar contents.
    • TQStyle::PE_DockWindowResizeHandle - resize handle for dock windows. @@ -337,7 +337,7 @@ toolbar contents.

    • TQStyle::PE_Panel - generic panel frame; see also TQFrame.
    • TQStyle::PE_PanelPopup - panel frame for popup windows/menus; see also -TQPopupMenu. +TQPopupMenu.
    • TQStyle::PE_PanelMenuBar - panel frame for menu bars.
    • TQStyle::PE_PanelDockWindow - panel frame for dock windows and toolbars.
    • TQStyle::PE_PanelTabWidget - panel frame for tab widgets. @@ -351,7 +351,7 @@ toolbar contents.
    • TQStyle::PE_HeaderArrow - arrow used to indicate sorting on a list or table header
    • TQStyle::PE_StatusBarSection - section of a status bar; see also -TQStatusBar. +TQStatusBar.

    • TQStyle::PE_GroupBoxFrame - frame around a group box; see also TQGroupBox. @@ -359,7 +359,7 @@ header

    • TQStyle::PE_Separator - generic separator.

      -
    • TQStyle::PE_SizeGrip - window resize handle; see also TQSizeGrip. +
    • TQStyle::PE_SizeGrip - window resize handle; see also TQSizeGrip.

    • TQStyle::PE_CheckMark - generic check mark; see also TQCheckBox.