From: Duncan C. <dun...@us...> - 2004-08-03 03:51:51
|
Update of /cvsroot/gtk2hs/gtk2hs/tools/hierarchyGen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3552/tools/hierarchyGen Modified Files: hierarchy.list Log Message: Updated the marshal list with the one from gtk-2.4. Updated hierarchy.list with new classes for gtk-2.4, a few old ones that were missing and some more Gdk classes. Index: hierarchy.list =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/tools/hierarchyGen/hierarchy.list,v retrieving revision 1.8 retrieving revision 1.9 diff -u -d -r1.8 -r1.9 --- hierarchy.list 30 Jul 2004 16:32:01 -0000 1.8 +++ hierarchy.list 3 Aug 2004 03:51:42 -0000 1.9 @@ -23,6 +23,8 @@ # GdkWindowImplX11 GdkPixmap GdkColormap + GdkScreen if gtk-2.2 + GdkDisplay if gtk-2.2 GtkSettings GtkTextBuffer GtkSourceBuffer if sourceview @@ -78,6 +80,11 @@ GtkExpander if gtk-2.4 GtkComboBox if gtk-2.4 GtkComboBoxEntry if gtk-2.4 + GtkToolItem if gtk-2.4 + GtkToolButton if gtk-2.4 + GtkToggleToolButton if gtk-2.4 + GtkRadioToolButton if gtk-2.4 + GtkSeparatorToolItem if gtk-2.4 GtkBox GtkButtonBox GtkHButtonBox @@ -157,7 +164,16 @@ GtkListStore GtkTreeModelSort GtkIconFactory + GtkSizeGroup + GtkClipboard + GtkAccelGroup + GtkAccelMap if gtk-2.4 GtkEntryCompletion if gtk-2.4 + GtkAction if gtk-2.4 + GtkToggleAction if gtk-2.4 + GtkRadioAction if gtk-2.4 + GtkActionGroup if gtk-2.4 + GtkUIManager if gtk-2.4 GtkSourceLanguage if sourceview GtkSourceLanguagesManager if sourceview GladeXML as GladeXML, glade_xml_get_type if libglade |