File: intr-example2.xml

package info (click to toggle)
theme-d-intr 0.20.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,876 kB
  • sloc: lisp: 1,701; xml: 730; sh: 564; makefile: 283
file content (21 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<programlisting>
  (intr-entities
    (version Gtk "3.0")
    (classes
      (Gtk Widget)
      (Gtk Window)
      (Gtk Button))
    (functions
      (Gtk init)
      (Gtk main)
      (Gtk main_quit))
    (rejected-methods
      append map get-style activate compare copy)
    (overridden-functions
      (gtk-container-child-get-property (&lt;gtk-container&gt;
        &lt;gtk-widget&gt; &lt;string&gt;)
        &lt;object&gt; nonpure)
      (gtk-container-child-set-property
        (&lt;gtk-container&gt; &lt;gtk-widget&gt; &lt;string&gt; &lt;object&gt;)
        &lt;none> nonpure)))
</programlisting>