[Gtk-sharp-list] Current SVN doesn't compile fully as Samples stumble

Rafael Teixeira monoman at gmail.com
Mon Jul 18 14:55:41 EDT 2005


Note: I've configured for the gtk 2.6 profile (I have FC3 with only
GTK upgraded for 2.6)

...
make[3]: Entering directory `/home/rafael/source/cli/gtk-sharp/sample/test'
/usr/bin/mcs /out:WidgetViewer.exe /r:../../glib/glib-sharp.dll
/r:../../pango/pango-sharp.dll /r:../../atk/atk-sharp.dll
/r:../../gdk/gdk-sharp.dll /r:../../gtk/gtk-sharp.dll
./TestCheckButton.cs ./TestColorSelection.cs ./TestRadioButton.cs
./TestRange.cs ./TestStatusbar.cs ./TestDialog.cs ./TestFlipping.cs
./TestSizeGroup.cs ./TestCombo.cs ./TestComboBox.cs ./WidgetViewer.cs
./TestCombo.cs(31) warning CS0612: 'Gtk.Combo' is obsolete
./TestCombo.cs(34) error CS0117: `Gtk.Combo' does not contain a
definition for `Entry'
...

Reading on Monodoc
Combo used to have a ReadOnly Entry property

Looking at gtk/generated/Combo.cs it has not.

Going after gtk-api-2.6.raw it has

    <object name="Combo" cname="GtkCombo" deprecated="1" parent="GtkHBox">
      <field name="Entry" cname="entry" type="GtkWidget*" access="public" />

So I would expect the generator to write-down a public field Entry but
it has not.

Someone can help getting it back right?

Thanks in advance,
-- 
Rafael "Monoman" Teixeira
---------------------------------------
I'm trying to become a "Rosh Gadol" before my own eyes. 
See http://www.joelonsoftware.com/items/2004/12/06.html for enlightment.
It hurts!


More information about the Gtk-sharp-list mailing list