Revision 15821,
605 bytes
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15820,
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 | |
---|
7 | BEGIN_GNOME_DECLS |
---|
8 | |
---|
9 | #define DRAWER_PANEL_KEY "drawer_panel" |
---|
10 | |
---|
11 | typedef struct { |
---|
12 | char *pixmap; |
---|
13 | char *tooltip; |
---|
14 | GtkWidget *button; |
---|
15 | GtkWidget *drawer; |
---|
16 | GtkWidget *properties; |
---|
17 | } Drawer; |
---|
18 | |
---|
19 | gboolean load_drawer_applet (int mypanel, const char *pixmap, |
---|
20 | const char *tooltip, |
---|
21 | PanelWidget *panel, int pos, gboolean exactpos); |
---|
22 | |
---|
23 | void set_drawer_applet_orient(Drawer *drawer, PanelOrientType orient); |
---|
24 | |
---|
25 | void add_drawer_properties_page(PerPanelConfig *ppc, GtkNotebook *prop_nbook, Drawer *drawer); |
---|
26 | |
---|
27 | END_GNOME_DECLS |
---|
28 | |
---|
29 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.