source: trunk/third/gnome-core/panel/drawer.h @ 15328

Revision 15328, 558 bytes checked in by ghudson, 24 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r15327, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef DRAWER_H
2#define DRAWER_H
3
4#include "panel.h"
5#include "panel_config.h"
6
7BEGIN_GNOME_DECLS
8
9#define DRAWER_PANEL_KEY "drawer_panel"
10
11typedef struct {
12        char *pixmap;
13        char *tooltip;
14        GtkWidget *button;
15        GtkWidget *drawer;
16        GtkWidget *properties;
17} Drawer;
18
19gboolean load_drawer_applet(int mypanel, char *pixmap, char *tooltip,
20                            PanelWidget *panel, int pos, gboolean exactpos);
21
22void set_drawer_applet_orient(Drawer *drawer, PanelOrientType orient);
23
24void add_drawer_properties_page(PerPanelConfig *ppc, Drawer *drawer);
25
26END_GNOME_DECLS
27
28#endif
Note: See TracBrowser for help on using the repository browser.