This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
gython
mirror of
https://github.com/brettlangdon/gython.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
add Frame object
master
Brett Langdon
10 years ago
parent
34b8ee8a4e
commit
66d1c5ad4d
1 changed files
with
10 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+10
-0
gython/frame.go
+ 10
- 0
gython/frame.go
View File
@ -0,0 +1,10 @@
package
gython
type
Frame
struct
{
}
func
NewFrame
(
)
*
Frame
{
return
&
Frame
{
}
}
func
(
frame
*
Frame
)
object
(
)
{
}
Write
Preview
Loading…
Cancel
Save