summaryrefslogtreecommitdiff
path: root/mate-panel/nothing.h
blob: 2c8d8f79540e42f0c358e82b1086270b93ecffda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#ifndef NOTHING_H
#define NOTHING_H

#include <gtk/gtk.h>

#ifdef __cplusplus
extern "C" {
#endif

#if !GTK_CHECK_VERSION (3, 0, 0)
void         start_screen_check      (void);
void	     start_geginv            (void);
gboolean     panel_dialog_window_event (GtkWidget *window,
					GdkEvent  *event);
int          config_event              (GtkWidget *widget,
					GdkEvent  *event,
					GtkNotebook *nbook);
#endif

#ifdef __cplusplus
}
#endif

#endif