comparison audacious/widgets/skin.h @ 1836:a1089ea6f436 trunk

[svn] - implement textboxBitmapFontWidth and textboxBitmapFontHeight for defining the size of a cell in the textbox character grid
author nenolod
date Thu, 05 Oct 2006 20:18:41 -0700
parents e0e46bce806e
children 2ed05cc57194
comparison
equal deleted inserted replaced
1835:fab086733722 1836:a1089ea6f436
154 154
155 gint mainwin_width; 155 gint mainwin_width;
156 gint mainwin_height; 156 gint mainwin_height;
157 157
158 gboolean mainwin_menurow_visible; 158 gboolean mainwin_menurow_visible;
159
160 gboolean mainwin_othertext_is_status; 159 gboolean mainwin_othertext_is_status;
160
161 gint textbox_bitmap_font_width;
162 gint textbox_bitmap_font_height;
161 } SkinProperties; 163 } SkinProperties;
162 164
163 #define SKIN_PIXMAP(x) ((SkinPixmap *)(x)) 165 #define SKIN_PIXMAP(x) ((SkinPixmap *)(x))
164 typedef struct _SkinPixmap { 166 typedef struct _SkinPixmap {
165 GdkPixmap *pixmap; 167 GdkPixmap *pixmap;