javauis/eswt_akn/org.eclipse.ercp.swt.s60/src/org/eclipse/ercp/swt/mobile/internal/OS.java
changeset 23 98ccebc37403
parent 21 2a9601315dfc
equal deleted inserted replaced
21:2a9601315dfc 23:98ccebc37403
   208     public static final native String QueryDialog_ConvertDefaultValue(String date, int queryType);
   208     public static final native String QueryDialog_ConvertDefaultValue(String date, int queryType);
   209 
   209 
   210     /*
   210     /*
   211      * Class TaskTip
   211      * Class TaskTip
   212      */
   212      */
   213     public static final native int TaskTip_New(TaskTip peer, int style);
   213     public static final native Rectangle TaskTip_DefaultBounds();
   214     public static final native void TaskTip_Dispose(int handle);
       
   215     public static final native Rectangle TaskTip_GetBarDefaultBounds(int handle, boolean hasText);
       
   216     public static final native Rectangle TaskTip_GetLabelDefaultBounds(int handle, boolean hasText);
       
   217     public static final native Rectangle TaskTip_GetShellDefaultBounds(int handle, boolean hasText);
       
   218 
   214 
   219     /*
   215     /*
   220      * Class TextExtension
   216      * Class TextExtension
   221      */
   217      */
   222     public static final native int TextExtension_New(TextExtension peer, int parent, int style);
   218     public static final native int TextExtension_New(TextExtension peer, int parent, int style);