登入/建立新帳號
導航
主頁
討論區
新手入門
中文輸入
解鎖疑難
好用軟體
勁爆遊戲
程式開發
周邊產品
維修
熱心捐款
原始碼
頁面
討論
原始碼
歷史
原始碼
出自iPhone.org.hk
Additional header file patches for open toolchain
的原始碼
跳轉到:
導航
,
搜尋
根據以下的原因,您並無權限去做以下的動作:
您剛才的請求只有user使用者組的使用者才能使用。
你可以檢視並複製本頁面的原始碼。
== UIKit/UIWebView.h == <span style="font-size:8pt"><pre>#import "UIKeyboardInputProtocol.h"</pre></span> 改為 <span style="color:blue; font-size:8pt"><pre>//#import "UIKeyboardInputProtocol.h"</pre></span> <br/> <span style="font-size:8pt"><pre>@class DOMHTMLElement, DOMNode, DOMNode<UIFormControl>, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre></span> 改為 <span style="color:blue; font-size:8pt"><pre>@class DOMHTMLElement, DOMNode, DOMNode/*<UIFormControl>*/, NSTimer, UIAutoscrollTimer, UIInformalDelegate, UITextLoupe, UITextTraits, UITextView, UIView, WebPDFView, WebView;</pre></span> <br/> <span style="font-size:8pt"><pre>@interface UIWebView : UITiledView <UIKeyboardInput></pre></span> 改為 <span style="color:blue; font-size:8pt"><pre>@interface UIWebView : UITiledView /*<UIKeyboardInput>*/</pre></span> <br/> <span style="font-size:8pt"><pre>DOMNode<UIFormControl> *element;</pre></span> 改為 <span style="color:blue; font-size:8pt"><pre>DOMNode/*<UIFormControl>*/ *element;</pre></span> <br/> ---- == GraphicsServices/GraphicsServices.h == <span style="font-size:8pt"><pre>CGPoint GSEventGetLocationInWindow(GSEvent *ev);</pre></span> 改為 <font color=blue><pre>struct CGRect GSEventGetLocationInWindow(GSEvent *ev);</pre></font>
返回到
Additional header file patches for open toolchain
。