Changeset 17205 in webkit


Ignore:
Timestamp:
Oct 21, 2006 8:19:37 PM (18 years ago)
Author:
aroben
Message:

Reviewed by Anders.

Popup tweaks.

  • platform/PopupMenu.h:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r17204 r17205  
     12006-10-21  Adam Roben  <aroben@apple.com>
     2
     3        Reviewed by Anders.
     4
     5        Popup tweaks.
     6
     7        * platform/PopupMenu.h:
     8
    192006-10-21  Darin Adler  <darin@apple.com>
    210
  • trunk/WebCore/platform/PopupMenu.h

    r17151 r17205  
    6868
    6969    int listIndexAtPoint(const IntPoint& point) { return (point.y() + m_scrollOffset) / m_itemHeight; }
    70     bool setFocusedIndex(int index, bool fireOnChange = false);
     70    bool setFocusedIndex(int index, bool setControlText = true, bool fireOnChange = false);
    7171    int focusedIndex() const { return m_focusedIndex; }
    7272
     
    8080    void setScrollOffset(int offset) { m_scrollOffset = offset; }
    8181    int scrollOffset() const { return m_scrollOffset; }
     82
     83    void scrollTo(int);
     84    void scrollToRevealSelection();
    8285
    8386    void incrementWheelDelta(int delta);
Note: See TracChangeset for help on using the changeset viewer.