comparison plugins/docklet/docklet.h @ 10268:d082b2a71ee7

[gaim-migrate @ 11414] Added an optional docklet ui op for positioning the GtkMenu that we pop up on right-click. I haven't touched the Windows part of this, but the Linux part aligns it appropriately with the icon so that it drops down in a cleaner way, much like nearly every other polished applet. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 26 Nov 2004 05:21:58 +0000
parents c2fb9192377b
children 1a97d5e88d12
comparison
equal deleted inserted replaced
10267:9cafe038c95e 10268:d082b2a71ee7
40 { 40 {
41 void (*create)(); 41 void (*create)();
42 void (*destroy)(); 42 void (*destroy)();
43 void (*update_icon)(enum docklet_status); 43 void (*update_icon)(enum docklet_status);
44 void (*blank_icon)(); 44 void (*blank_icon)();
45 GtkMenuPositionFunc position_menu;
45 }; 46 };
46 47
47 /* useful for setting idle callbacks that will be cleaned up */ 48 /* useful for setting idle callbacks that will be cleaned up */
48 extern GaimPlugin *handle; 49 extern GaimPlugin *handle;
49 50