comparison src/gtkgaim.h @ 11243:a511b77a368b

[gaim-migrate @ 13408] sf patch #1246384, from shiyee "This patch globally defines spacings and boreders according to the Gnome Human Interfaces Guidelines, and uses those defines where appropriate. No visual changes are made, but the the intention is that the defines should help promote uniformness." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 12 Aug 2005 23:53:28 +0000
parents 239918d22c5f
children 59ae71ae0b7c
comparison
equal deleted inserted replaced
11242:01c06e7ae1f6 11243:a511b77a368b
51 #if (!GTK_CHECK_VERSION(2,4,0)) 51 #if (!GTK_CHECK_VERSION(2,4,0))
52 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD 52 #define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
53 #endif 53 #endif
54 /** @endcond */ 54 /** @endcond */
55 55
56 /*
57 * Spacings between components, as defined by the
58 * Gnome Human Interface Guidelines.
59 */
60 #define GAIM_HIG_CAT_SPACE 18
61 #define GAIM_HIG_BORDER 12
62 #define GAIM_HIG_BOX_SPACE 6
63
56 #endif /* _GAIM_GTKGAIM_H_ */ 64 #endif /* _GAIM_GTKGAIM_H_ */
57 65