Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] SWT 3.0M8 Table widget

Hi David,

I've updated to GTK 2.2.4.

I no longer get error messages concerning C libraries but I still have
problems with the table widget.
I've tried to use :

	table.setSize(table.computeSize(SWT.DEFAULT, SWT.DEFAULT, true));
	table.redraw();
	table.pack(true);

but nothing changes.

Any idea ?

Thanks,

Helene


>
> My sources tell me that GTK 2.2 is the minimum version supported,
> although if you report this as a bug report, they might be able to make
> the code backwardly compatible with GTK 2.0.
>
> --
> Regards,
> David
> mailto:dlwhiteman@xxxxxxxxxxxxxxx
> news://news.eclipse.org/eclipse.platform.swt
> http://www.eclipse.org/newsportal/thread.php?group=eclipse.platform.swt
>


> Monday, May 3, 2004, 4:23:33 AM, "Hélène ORTIZ" wrote:
>
>> I've updated to SWT 3.0M8 and I've got some problems with table
>> widget: all columns (except the last one) are displayed with minimum
>> value for the width.
>> Moreover, I have a lot of warnings while running my project:
>
>> (<unknown>:14807): GLib-GObject-WARNING **: gobject.c:1002: object
>> class `GtkCellRendererPixbuf' has no property named
>> `cell-background-gdk' I work on Linux with GTK 2.0.





Back to the top