javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/graphics/Internal_GfxPackageSupport.java
changeset 80 d6dafc5d983f
parent 72 1f0034e370aa
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
    42     return i.getImage();
    42     return i.getImage();
    43 }
    43 }
    44 
    44 
    45 public static int getImageHandle(Image i) {
    45 public static int getImageHandle(Image i) {
    46     return i.getImageHandle();
    46     return i.getImageHandle();
    47 }
       
    48 
       
    49 public static int getPixmapHandle(Image i) {
       
    50     return i.getPixmapHandle();
       
    51 }
    47 }
    52 
    48 
    53 public static Image createImageWithoutSecurityCheck(Device device,
    49 public static Image createImageWithoutSecurityCheck(Device device,
    54         String filename) {
    50         String filename) {
    55     return Image.createImageWithoutSecurityCheck(device, filename);
    51     return Image.createImageWithoutSecurityCheck(device, filename);