rename pane to frame
This commit is contained in:
parent
38c71c347e
commit
5760268c0d
@ -6,10 +6,10 @@
|
||||
|
||||
(set _G.invoke-commad invoke-command)
|
||||
|
||||
(local pane (require :pane))
|
||||
(local frame (require :frame))
|
||||
|
||||
|
||||
|
||||
|
||||
(pane.new)
|
||||
(frame.new)
|
||||
(Gtk.main)
|
||||
|
@ -1,6 +1,6 @@
|
||||
(local { : Gtk : Gdk : WebKit2 : cairo } (require :lgi))
|
||||
|
||||
(fn new-pane []
|
||||
(fn new-frame []
|
||||
(let [hpad 2
|
||||
vpad 2
|
||||
window (Gtk.Window {
|
||||
@ -34,4 +34,4 @@
|
||||
(window:show_all)
|
||||
window))
|
||||
|
||||
{ :new new-pane }
|
||||
{ :new new-frame }
|
Loading…
Reference in New Issue
Block a user