Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] patch for gtk2 binding

Thanks, I'll have a look this evening.

On Fri, 2002-07-12 at 16:36, Silenio Quarti wrote:
> I have applied these changes. If you have a look at them, you will see
> that two workarounds that were necessary due to features/bugs in
> GtkPixmap were remove. The first one, GtkImage allows a NULL pixmap, 
> while GtkPixmap did not. And the second, GtkPixamp does not redraw itself
> if the image being set is the same as the one currently set. GtkImage 
> does.
> This was a problem since the actual image pixels may be different.
> 
> Silenio
> 
> 
> 
> 
> 
> Jeffrey Morgan <kuzman@xxxxxxxxxxxxxxxx>
> Sent by: platform-swt-dev-admin@xxxxxxxxxxx
> 07/08/02 09:09 PM
> Please respond to platform-swt-dev
> 
>  
>         To:     platform-swt-dev@xxxxxxxxxxx
>         cc: 
>         Subject:        [platform-swt-dev] patch for gtk2 binding
> 
> 
> Attached is a patch that replaces calls to the old GtkPixmap
> with calls to the newer (not deprecated) GtkImage.  I have
> tested this patch to the best of my ability.  Everything
> seems to work correctly in the ControlExample and in the few
> examples that I wrote myself.
> 
> On a related topic, what is the status of the
> org.eclipse.swt.tests project?  I have noticed that many of the
> tests fail.  I have also noticed that there are not that many
> updates to the test project.  Is there going to be an effort
> to make sure that all tests are valid and the each platform
> passes all tests?
> 
> Thanks
> -Jeff
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/platform-swt-dev
> 




Back to the top