File: pydict.c

package info (click to toggle)
cpanel 0.3.1-2.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 796 kB
  • ctags: 240
  • sloc: ansic: 2,538; makefile: 136; perl: 68
file content (11 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#include "cpanel.h"

void pydict(GtkWidget *button, gpointer data)
{
	system("pydict &");
}

void pydict_help(GtkWidget *button, gpointer data)
{
	show_help("pydict_help",_("Help - PyDict"),500,200);
}