javauis/eswt_qt/org.eclipse.swt/Eclipse_SWT_PI/qt/org/eclipse/swt/graphics/Internal_GfxPackageSupport.java
changeset 35 85266cc22c7f
parent 26 dc7c549001d5
child 56 abc41079b313
child 61 bf7ee68962da
equal deleted inserted replaced
26:dc7c549001d5 35:85266cc22c7f
    37     return i.getImageHandle();
    37     return i.getImageHandle();
    38 }
    38 }
    39 public static int getPixmapHandle(Image i) {
    39 public static int getPixmapHandle(Image i) {
    40     return i.getPixmapHandle();
    40     return i.getPixmapHandle();
    41 }
    41 }
       
    42 /*
       
    43  * From the class Device
       
    44  */
       
    45 public static boolean internal(Device d) {
       
    46 	return d.internal;
       
    47 }
       
    48 public static boolean initialized() {
       
    49 	return Device.initialized;
       
    50 }
    42 
    51 
    43 public static Color newColor(Device device, int handle) {
    52 public static Color newColor(Device device, int handle) {
    44     return Color.qt_new(device, handle);
    53     return Color.qt_new(device, handle);
    45 }
    54 }
    46 public static Font newFont(Device device, int handle) {
    55 public static Font newFont(Device device, int handle) {