summaryrefslogtreecommitdiffstats
path: root/tdegtk/tdegtk-types.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdegtk/tdegtk-types.h')
-rw-r--r--tdegtk/tdegtk-types.h25
1 files changed, 23 insertions, 2 deletions
diff --git a/tdegtk/tdegtk-types.h b/tdegtk/tdegtk-types.h
index ba280d2..ad94d5f 100644
--- a/tdegtk/tdegtk-types.h
+++ b/tdegtk/tdegtk-types.h
@@ -1,5 +1,5 @@
/* The TdeGtk Theming Engine for Gtk+.
- * Copyright (C) 2011 Canonical Ltd
+ * Copyright (C) 2012 Timothy Pearson <kb9vqf@pearsoncomputing.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -16,7 +16,8 @@
* Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston,
* MA 02110-1301, USA.
*
- * Authored by Andrea Cimitan <andrea.cimitan@canonical.com>
+ * Portions of this file written by
+ * Andrea Cimitan <andrea.cimitan@canonical.com>
*
*/
@@ -61,6 +62,26 @@ typedef enum
TDEGTK_NUM_STYLES = 1
} TdeGtkStyles;
+enum TQt3WidgetType {
+ TQT3WT_NONE,
+ TQT3WT_TQProgressBar,
+ TQT3WT_TQTabBar,
+ TQT3WT_TQRadioButton,
+ TQT3WT_TQCheckBox,
+ TQT3WT_TQPushButton,
+ TQT3WT_TQPopupMenu,
+ TQT3WT_TQComboBox,
+ TQT3WT_TQSlider,
+ TQT3WT_TQScrollBar,
+ TQT3WT_TQSpinBox,
+ TQT3WT_TQSpinWidget,
+ TQT3WT_TQTitleBar,
+ TQT3WT_TQMenuBar,
+ TQT3WT_TQToolBox,
+ TQT3WT_TQToolButton,
+ TQT3WT_GTKTreeViewCell,
+};
+
typedef struct _TdeGtkStyleFunctions TdeGtkStyleFunctions;
struct _TdeGtkStyleFunctions