diff options
author | Timothy Pearson <[email protected]> | 2012-10-30 17:05:14 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-10-30 17:05:14 -0500 |
commit | d53bb7334952ba33745413498b914948f1c5eb90 (patch) | |
tree | 9e7e11019069a9340abebfcf9a9d4b706d90967a /tdegtk/tdegtk-types.h | |
parent | a66a6bbf0a4c7dc521f03a3473fb3f550a4990c9 (diff) | |
download | gtk3-tqt-engine-d53bb7334952ba33745413498b914948f1c5eb90.tar.gz gtk3-tqt-engine-d53bb7334952ba33745413498b914948f1c5eb90.zip |
Finished tab widgets, group boxes, and add preliminary popup menu support
Diffstat (limited to 'tdegtk/tdegtk-types.h')
-rw-r--r-- | tdegtk/tdegtk-types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tdegtk/tdegtk-types.h b/tdegtk/tdegtk-types.h index ad94d5f..8e26059 100644 --- a/tdegtk/tdegtk-types.h +++ b/tdegtk/tdegtk-types.h @@ -70,6 +70,7 @@ enum TQt3WidgetType { TQT3WT_TQCheckBox, TQT3WT_TQPushButton, TQT3WT_TQPopupMenu, + TQT3WT_TQMenuItem, TQT3WT_TQComboBox, TQT3WT_TQSlider, TQT3WT_TQScrollBar, @@ -79,6 +80,7 @@ enum TQt3WidgetType { TQT3WT_TQMenuBar, TQT3WT_TQToolBox, TQT3WT_TQToolButton, + TQT3WT_TQGroupBox, TQT3WT_GTKTreeViewCell, }; |