comparison console/libgnt/gntmenuitem.h @ 14843:97977138cf29

[gaim-migrate @ 17612] Add a 'MenuItemCheck' thing. Use GntMenu for the context-menu in the buddylist. This patch has 666 lines ... but I'm sure it's a good patch! committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 28 Oct 2006 22:14:52 +0000
parents f1f1dcb26d89
children
comparison
equal deleted inserted replaced
14842:852803694be3 14843:97977138cf29
16 #define GNT_MENUITEM_UNSET_FLAGS(obj, flags) (GNT_MENUITEM_FLAGS(obj) &= ~(flags)) 16 #define GNT_MENUITEM_UNSET_FLAGS(obj, flags) (GNT_MENUITEM_FLAGS(obj) &= ~(flags))
17 17
18 typedef struct _GnMenuItem GntMenuItem; 18 typedef struct _GnMenuItem GntMenuItem;
19 typedef struct _GnMenuItemPriv GntMenuItemPriv; 19 typedef struct _GnMenuItemPriv GntMenuItemPriv;
20 typedef struct _GnMenuItemClass GntMenuItemClass; 20 typedef struct _GnMenuItemClass GntMenuItemClass;
21
22 #include "gntmenu.h"
21 23
22 struct _GnMenuItemPriv 24 struct _GnMenuItemPriv
23 { 25 {
24 /* These will be used to determine the position of the submenu */ 26 /* These will be used to determine the position of the submenu */
25 int x; 27 int x;