stx_libwebkit.st
changeset 2 7e604e6f195e
parent 1 a9c9bb21d650
child 7 765e41c1aa8c
equal deleted inserted replaced
1:a9c9bb21d650 2:7e604e6f195e
    25      global variable accesses. (the browser has a menu function for that)
    25      global variable accesses. (the browser has a menu function for that)
    26      Howevery, often too much is found, and you may want to explicitely
    26      Howevery, often too much is found, and you may want to explicitely
    27      exclude individual packages in the #excludedFromPrerequisites method."
    27      exclude individual packages in the #excludedFromPrerequisites method."
    28 
    28 
    29     ^ #(
    29     ^ #(
    30         #'stx:libbasic'    "Object - superclass of WebKitView::EventRouter "
    30         #'stx:libbasic'    "Object - superclass of WebKitRenderer "
    31         #'stx:libview'    "DeviceGraphicsContext - superclass of WebKitView "
    31         #'stx:libview'    "DeviceGraphicsContext - superclass of WebKitView "
    32         #'stx:libview2'    "ValueHolder - referenced by WebKitView>>url "
    32         #'stx:libview2'    "ValueHolder - referenced by WebKitView>>url "
       
    33         #'stx:libwidg'    "EditField - referenced by WebKitView class>>open "
    33     )
    34     )
    34 ! !
    35 ! !
    35 
    36 
    36 !stx_libwebkit class methodsFor:'description - contents'!
    37 !stx_libwebkit class methodsFor:'description - contents'!
    37 
    38 
    41      or an array-literal consisting of class name and attributes.
    42      or an array-literal consisting of class name and attributes.
    42      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    43      Attributes are: #autoload or #<os> where os is one of win32, unix,..."
    43 
    44 
    44     ^ #(
    45     ^ #(
    45         "<className> or (<className> attributes...) in load order"
    46         "<className> or (<className> attributes...) in load order"
    46         (WebKitView unix)
    47         WebKitRenderer
       
    48         WebKitView
    47         #'stx_libwebkit'
    49         #'stx_libwebkit'
    48     )
    50     )
    49 !
    51 !
    50 
    52 
    51 extensionMethodNames
    53 extensionMethodNames
   101 
   103 
   102 svnRevisionNr
   104 svnRevisionNr
   103     "Return a SVN revision number of myself.
   105     "Return a SVN revision number of myself.
   104      This number is updated after a commit"
   106      This number is updated after a commit"
   105 
   107 
   106     ^ "$SVN-Revision:"'nil'"$"
   108     ^ "$SVN-Revision:"'2'"$"
   107 ! !
   109 ! !
   108 
   110 
   109 !stx_libwebkit class methodsFor:'documentation'!
   111 !stx_libwebkit class methodsFor:'documentation'!
   110 
   112 
   111 version_SVN
   113 version_SVN