[Webkit-unassigned] [Bug 16115] [GTK] ContextMenu and ContextMenuItem lacks an implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 2 09:28:47 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=16115


freyther at handhelds.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18187|0                           |1
        is obsolete|                            |
  Attachment #18240|                            |review?
               Flag|                            |




------- Comment #10 from freyther at handhelds.org  2008-01-02 09:28 PDT -------
Created an attachment (id=18240)
 --> (http://bugs.webkit.org/attachment.cgi?id=18240&action=view)
Create the GtkMenuItem on the fly.

This patch creates the GtkMenuItem on the fly. This allows to change the type,
title and action easily. These values can be populated from an existing
GtkMenuItem, e.g. when an item has been activated.

ContextMenuItem::setChecked is a pretty bad for the Gtk+ platform. We must know
if an item is supposed to be checkable or not as we have GtkMenuItem and
GtkCheckMenuItem and both get drawn differently. We should add another
ActionType for checkable menuitems and make use of them.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list