Update of /cvsroot/gtk2hs/gtk2hs/tools/hierarchyGen
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16391/tools/hierarchyGen
Modified Files:
hierarchy.list
Log Message:
Add --disable-deprecated config option.
Note that this configuration will not build sucessfully yet; other modules
need to be modified to conditionally compile deprecated functions.
Index: hierarchy.list
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/tools/hierarchyGen/hierarchy.list,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- hierarchy.list 3 Aug 2004 03:51:42 -0000 1.9
+++ hierarchy.list 4 Aug 2004 18:46:33 -0000 1.10
@@ -43,7 +43,7 @@
GtkMisc
GtkLabel
GtkAccelLabel
- GtkTipsQuery
+ GtkTipsQuery if deprecated
GtkArrow
GtkImage
GtkContainer
@@ -55,14 +55,14 @@
GtkToggleButton
GtkCheckButton
GtkRadioButton
- GtkOptionMenu
+ GtkOptionMenu if deprecated
GtkItem
GtkMenuItem
GtkCheckMenuItem
GtkRadioMenuItem
GtkTearoffMenuItem
GtkImageMenuItem
- GtkListItem
+ GtkListItem if deprecated
# GtkTreeItem
GtkWindow
GtkDialog
@@ -95,16 +95,16 @@
GtkGammaCurve
GtkFileChooserWidget if gtk-2.4
GtkHBox
- GtkCombo
+ GtkCombo if deprecated
GtkStatusbar
- GtkCList
- GtkCTree
+ GtkCList if deprecated
+ GtkCTree if deprecated
GtkFixed
GtkPaned
GtkHPaned
GtkVPaned
GtkLayout
- GtkList
+ GtkList if deprecated
GtkMenuShell
GtkMenu
GtkMenuBar
@@ -137,14 +137,14 @@
GtkInvisible
# GtkOldEditable
# GtkText
- GtkPreview
+ GtkPreview if deprecated
# Progress is deprecated, ProgressBar contains everything necessary
# GtkProgress
GtkProgressBar
GtkAdjustment
GtkIMContext
GtkIMMulticontext
- GtkItemFactory
+ GtkItemFactory if deprecated
GtkTooltips
# These object were added by hand because they do not show up in the hierarchy
|