aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox-panel/mb-panel.h
blob: be367dd40e044d81ae8e40e6732f358e27c17af0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* 
 * (C) 2006 OpenedHand Ltd.
 *
 * Author: Jorn Baayen <jorn@openedhand.com>
 *
 * Licensed under the GPL v2 or greater.
 */

#ifndef __MB_PANEL_H__
#define __MB_PANEL_H__

#include <gtk/gtk.h>

G_BEGIN_DECLS

G_MODULE_IMPORT GtkWidget *
mb_panel_applet_create (const char    *id,
                        GtkOrientation orientation);

G_END_DECLS

#endif /* __MB_PANEL_H__ */