jdk/src/solaris/native/sun/awt/awt_Component.h
changeset 2459 08f3416ff334
parent 2 90ce3da70b43
child 5506 202f599c92aa
equal deleted inserted replaced
2458:f4bee3ba17ee 2459:08f3416ff334
    39     jfieldID name;
    39     jfieldID name;
    40     jfieldID isProxyActive;
    40     jfieldID isProxyActive;
    41     jfieldID appContext;
    41     jfieldID appContext;
    42     jmethodID getParent;
    42     jmethodID getParent;
    43     jmethodID getLocationOnScreen;
    43     jmethodID getLocationOnScreen;
    44     jmethodID resetGCMID;
       
    45 };
    44 };
    46 
    45 
    47 /* field and method IDs for Container */
    46 /* field and method IDs for Container */
    48 struct ContainerIDs {
    47 struct ContainerIDs {
    49     jfieldID layoutMgr;
    48     jfieldID layoutMgr;
    63 
    62 
    64 #ifndef HEADLESS
    63 #ifndef HEADLESS
    65 extern void processTree(Widget from, Widget to, Boolean action);
    64 extern void processTree(Widget from, Widget to, Boolean action);
    66 #endif // HEADLESS
    65 #endif // HEADLESS
    67 
    66 
    68 /* fieldIDs for Canvas fields that may be accessed from C */
       
    69 struct CanvasIDs {
       
    70     jmethodID setGCFromPeerMID;
       
    71 };