What's new? | Help | Directory | Sign in
Google
ilovegom
A JavaScript binding for GTK
  
  
  
  
    
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
default namespace = "http://ilovegom.org/Gom"

start = gom

gom = element gom { config?, app }

contentType = attribute contentType { text }
id = attribute id { text }
name = attribute name { text }
src = attribute src { xsd:anyURI }

module = element module { name }
config = element config { module* }

app = element app { toplevel+ }

script = element script { contentType, src?, id?, text }

misc = script

toplevel = script
Show details
Hide

Change log

r32 by ja...@87k.net on Mar 12, 2008   Diff
2008-03-12  jacob berkman
<jacob@ilovegom.org>

        * examples/console.gom:
        * examples/hello.gom:
        * examples/jquery.gom: update for
new schema

        * src/libgom/gomwidget.c
(append_child_attrs_foreach):
        gtk_builder_value_from_string()
can take a NULL builder as long as
...

Older revisions

r31 by ja...@87k.net on Mar 11, 2008   Diff
2008-03-12  jacob berkman
<jacob@ilovegom.org>

        * src/schema/gtkschema.c:
generate the full gtk schema via
...
All revisions of this file

File info

Size: 572 bytes, 21 lines