Changeset 24


Ignore:
Timestamp:
Nov 5, 2007, 7:13:58 PM (18 years ago)
Author:
lpino
Message:
  • Minor update to Control class
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plugins/org.eclipse.swt/Eclipse SWT/pm/org/eclipse/swt/widgets/Control.java

    r14 r24  
    28902890}
    28912891
    2892 //@@TODO(dmik)
    2893 //void updateFont (Font oldFont, Font newFont) {
    2894 //      Font font = getFont ();
    2895 //      if (font.equals (oldFont)) setFont (newFont);
    2896 //}
     2892void updateFont (Font oldFont, Font newFont) {
     2893      Font font = getFont ();
     2894      if (font.equals (oldFont)) setFont (newFont);
     2895}
    28972896
    28982897//@@TODO(dmik): need to make borders under OS/2?
     
    30883087        //    return null;
    30893088        case OS.CMDSRC_PUSHBUTTON:
    3090         //@@TODO(dmik)
    3091         //case OS.CMDSRC_FONTDLG:
    3092         //case OS.CMDSRC_FILEDLG:
    3093         //case OS.CMDSRC_COLORDLG:
     3089        //@@TODO(lpino)
     3090        case OS.CMDSRC_FONTDLG:
     3091        case OS.CMDSRC_FILEDLG:
     3092        case OS.CMDSRC_COLORDLG:
    30943093        //case OS.CMDSRC_PRINTDLG:
    30953094            int hwndChild = OS.WinWindowFromID (handle, OS.SHORT1FROMMP (mp1));
Note: See TracChangeset for help on using the changeset viewer.