summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkdockstation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gtkext/gtkdockstation.h')
-rw-r--r--src/gtkext/gtkdockstation.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gtkext/gtkdockstation.h b/src/gtkext/gtkdockstation.h
index 192fdf2..add421a 100644
--- a/src/gtkext/gtkdockstation.h
+++ b/src/gtkext/gtkdockstation.h
@@ -28,7 +28,7 @@
#include <gtk/gtk.h>
-G_BEGIN_DECLS
+//G_BEGIN_DECLS
#define GTK_TYPE_DOCK_STATION (gtk_dock_station_get_type())
@@ -47,7 +47,7 @@ typedef struct _GtkDockStationClass GtkDockStationClass;
/* Station de réception pour concentration d'éléments (instance) */
struct _GtkDockStation
{
- GtkVBox vbox; /* Présence obligatoire en 1er */
+ GtkBox vbox; /* Présence obligatoire en 1er */
GtkLabel *title; /* Title du support principal */
GtkNotebook *notebook; /* Support à onglets */
@@ -57,7 +57,7 @@ struct _GtkDockStation
/* Station de réception pour concentration d'éléments (classe) */
struct _GtkDockStationClass
{
- GtkVBoxClass parent_class; /* Présence obligatoire en 1er */
+ GtkBoxClass parent_class; /* Présence obligatoire en 1er */
/* Signaux */
@@ -92,7 +92,7 @@ GtkWidget *gtk_dock_panel_get_widget(GtkDockStation *, gint);
-G_END_DECLS
+//G_END_DECLS