File: gtkdata.pre

package info (click to toggle)
pigtk 1.1.3-3
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,248 kB
  • ctags: 104
  • sloc: ansic: 1,087; sh: 152; makefile: 121
file content (4 lines) | stat: -rw-r--r-- 136 bytes parent folder | download
1
2
3
4
PROGRAM(data);
// A class inherited by all objects used to store data (they are not widgets)
SIGNAL("disconnect", "");
INHERIT(object);