From: Duncan C. <dun...@us...> - 2004-07-30 16:32:10
|
Update of /cvsroot/gtk2hs/gtk2hs/tools/hierarchyGen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9661/tools/hierarchyGen Modified Files: hierarchy.list Log Message: Split Editable interface out of Entry.chs and into a new module. Also added some missing functions to Entry.chs & Editable.chs. Added interface to hierarchy.list. Make SpinButton implement this interface. Export new module from gtk/Gtk.hs. Index: hierarchy.list =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/tools/hierarchyGen/hierarchy.list,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- hierarchy.list 26 Jul 2004 15:24:25 -0000 1.7 +++ hierarchy.list 30 Jul 2004 16:32:01 -0000 1.8 @@ -163,6 +163,7 @@ GladeXML as GladeXML, glade_xml_get_type if libglade GConfClient as GConf if gconf # These ones are actualy interfaces, but interface implementations are GObjects + GtkEditable GtkSourceStyleScheme if sourceview GtkFileChooser if gtk-2.4 # This became a GObject in version 2: |