comparison src/skins/ui_skinned_number.h @ 2888:7c7471554d88

convert some widgets into windowless ones
author Tomasz Mon <desowin@gmail.com>
date Tue, 12 Aug 2008 15:50:01 +0200
parents fa798fbd5fe9
children 963796db51ea
comparison
equal deleted inserted replaced
2887:3fce72e687dd 2888:7c7471554d88
36 typedef struct _UiSkinnedNumberClass UiSkinnedNumberClass; 36 typedef struct _UiSkinnedNumberClass UiSkinnedNumberClass;
37 37
38 struct _UiSkinnedNumber { 38 struct _UiSkinnedNumber {
39 GtkWidget widget; 39 GtkWidget widget;
40 40
41 GdkWindow *event_window;
41 gint x, y, width, height; 42 gint x, y, width, height;
42 gint num; 43 gint num;
43 gboolean scaled; 44 gboolean scaled;
44 SkinPixmapId skin_index; 45 SkinPixmapId skin_index;
45 }; 46 };