Mercurial > audlegacy-plugins
annotate src/skins/ui_skinned_playstatus.h @ 3182:631d217913e0
alsa-ng: Fix arithmetic overflow on 32-bit systems.
author | John Lindgren <john.lindgren@tds.net> |
---|---|
date | Fri, 12 Jun 2009 09:17:09 -0400 |
parents | 963796db51ea |
children |
rev | line source |
---|---|
2587
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
1 /* |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
2 * Audacious - a cross-platform multimedia player |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
3 * Copyright (c) 2007 Tomasz Moń |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
4 * |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
5 * Based on: |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
6 * BMP - Cross-platform multimedia player |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
7 * Copyright (C) 2003-2004 BMP development team. |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
8 * XMMS: |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
9 * Copyright (C) 1998-2003 XMMS development team. |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
10 * |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
11 * This program is free software; you can redistribute it and/or modify |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
12 * it under the terms of the GNU General Public License as published by |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
13 * the Free Software Foundation; under version 3 of the License. |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
14 * |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
15 * This program is distributed in the hope that it will be useful, |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
18 * GNU General Public License for more details. |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
19 * |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
20 * You should have received a copy of the GNU General Public License |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
21 * along with this program. If not, see <http://www.gnu.org/licenses>. |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
22 * |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
23 * The Audacious team does not consider modular code linking to |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
24 * Audacious or using our public API to be a derived work. |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
25 */ |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
26 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
27 #ifndef AUDACIOUS_UI_SKINNED_PLAYSTATUS_H |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
28 #define AUDACIOUS_UI_SKINNED_PLAYSTATUS_H |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
29 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
30 #include <gtk/gtk.h> |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
31 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
32 #ifdef __cplusplus |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
33 extern "C" { |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
34 #endif |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
35 |
3017
963796db51ea
Don't use deprecated gtk macros and types
Tomasz Mon <desowin@gmail.com>
parents:
2587
diff
changeset
|
36 #define UI_SKINNED_PLAYSTATUS(obj) G_TYPE_CHECK_INSTANCE_CAST (obj, ui_skinned_playstatus_get_type (), UiSkinnedPlaystatus) |
963796db51ea
Don't use deprecated gtk macros and types
Tomasz Mon <desowin@gmail.com>
parents:
2587
diff
changeset
|
37 #define UI_SKINNED_PLAYSTATUS_CLASS(klass) G_TYPE_CHECK_CLASS_CAST (klass, ui_skinned_playstatus_get_type (), UiSkinnedPlaystatusClass) |
963796db51ea
Don't use deprecated gtk macros and types
Tomasz Mon <desowin@gmail.com>
parents:
2587
diff
changeset
|
38 #define UI_SKINNED_IS_PLAYSTATUS(obj) G_TYPE_CHECK_INSTANCE_TYPE (obj, ui_skinned_playstatus_get_type ()) |
2587
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
39 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
40 typedef struct _UiSkinnedPlaystatus UiSkinnedPlaystatus; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
41 typedef struct _UiSkinnedPlaystatusClass UiSkinnedPlaystatusClass; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
42 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
43 typedef enum { |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
44 STATUS_STOP, STATUS_PAUSE, STATUS_PLAY |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
45 } PStatus; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
46 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
47 struct _UiSkinnedPlaystatus { |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
48 GtkWidget widget; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
49 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
50 gint x, y, width, height; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
51 gboolean scaled; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
52 PStatus status; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
53 gboolean buffering; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
54 }; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
55 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
56 struct _UiSkinnedPlaystatusClass { |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
57 GtkWidgetClass parent_class; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
58 void (* scaled) (UiSkinnedPlaystatus *menurow); |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
59 }; |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
60 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
61 GtkWidget* ui_skinned_playstatus_new (GtkWidget *fixed, gint x, gint y); |
3017
963796db51ea
Don't use deprecated gtk macros and types
Tomasz Mon <desowin@gmail.com>
parents:
2587
diff
changeset
|
62 GType ui_skinned_playstatus_get_type(void); |
2587
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
63 void ui_skinned_playstatus_set_status(GtkWidget *widget, PStatus status); |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
64 void ui_skinned_playstatus_set_buffering(GtkWidget *widget, gboolean status); |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
65 void ui_skinned_playstatus_set_size(GtkWidget *widget, gint width, gint height); |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
66 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
67 #ifdef __cplusplus |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
68 } |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
69 #endif |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
70 |
792db8ee6d0a
add ui_skinned_monostereo and ui_skinned_playstatus
Tomasz Mon <desowin@gmail.com>
parents:
diff
changeset
|
71 #endif /* AUDACIOUS_UI_SKINNED_PLAYSTATUS_H */ |