javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/graphics/Internal_GfxPackageSupport.java
changeset 26 dc7c549001d5
parent 21 2a9601315dfc
child 35 85266cc22c7f
equal deleted inserted replaced
23:98ccebc37403 26:dc7c549001d5
    44     return Color.qt_new(device, handle);
    44     return Color.qt_new(device, handle);
    45 }
    45 }
    46 public static Font newFont(Device device, int handle) {
    46 public static Font newFont(Device device, int handle) {
    47     return Font.qt_new(device, handle);
    47     return Font.qt_new(device, handle);
    48 }
    48 }
       
    49 
       
    50 /*
       
    51  * From the class Image
       
    52  */
       
    53 public static Image createImageWithoutSecurityCheck(Device device,
       
    54         String filename) {
       
    55     return Image.createImageWithoutSecurityCheck(device, filename);
    49 }
    56 }
       
    57 }