summary refs log tree commit diff stats
path: root/plugins/hextray/hextray.h
blob: 2fc4b50755d2b969455266e8da3a0b0a200944d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-02-04 12:10:18 +0000
 


uot;GTK+ Preference Tool Launcher";
	*plugin_version = "1.0";

	hexchat_hook_command (ph, "GTKPREF", HEXCHAT_PRI_NORM, launch_tool, 0, 0);
	hexchat_command (ph, "MENU -ietc\\gtkpref.png ADD \"Settings/GTK+ Preferences\" \"GTKPREF\"");

	return 1;       /* return 1 for success */
}

int
hexchat_plugin_deinit (void)
{
	hexchat_command (ph, "MENU DEL \"Settings/GTK+ Preferences\"");

	return 1;
}