This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug AWT/16743] New: GtkListPeer should use GtkTreeView rather than GtkCList


>From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922

Description of problem:
GtkCList was deprecated as of GTK-2.0.  We need to update
GtkListPeer's native code accordingly.

I have a partial implementation for this.  With it the list displays
properly.  But interaction with the list is wrong, mainly because the
list is unable to get the keyboard focus.  Allowing it to get the
keyboard focus will require focus handling to be fixed.


Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
Wonka's com.acunia.wonka.test.awt.List.MultipleListTest

Additional info:
------- Additional Comments From fitzsim at redhat dot com  2004-05-18 18:32 -------
I've updated GtkListPeer to use the GTK-2.0 GtkTreeView widget, and
committed the patch to java-gui-branch.


-- 
           Summary: GtkListPeer should use GtkTreeView rather than GtkCList
           Product: gcc
           Version: 3.5.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P1
         Component: AWT
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: fitzsim at redhat dot com
                CC: fitzsim at redhat dot com,gcc-bugs at gcc dot gnu dot
                    org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16743


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]