diff options
Diffstat (limited to 'src/gtkext')
-rw-r--r-- | src/gtkext/gtkdockstation.c | 20 | ||||
-rw-r--r-- | src/gtkext/gtkdockstation.h | 3 |
2 files changed, 0 insertions, 23 deletions
diff --git a/src/gtkext/gtkdockstation.c b/src/gtkext/gtkdockstation.c index 688fe4b..b08c8db 100644 --- a/src/gtkext/gtkdockstation.c +++ b/src/gtkext/gtkdockstation.c @@ -403,26 +403,6 @@ void gtk_dock_station_remove_dockable(GtkDockStation *station, GtkDockable *dock /****************************************************************************** * * -* Paramètres : station = plateforme GTK à consulter. * -* index = indice de l'onglet visé. * -* * -* Description : Renvoie un composant intégré dans l'affichage centralisé. * -* * -* Retour : Composant associé à l'indice donné. * -* * -* Remarques : - * -* * -******************************************************************************/ - -GtkWidget *gtk_dock_panel_get_widget(GtkDockStation *station, gint index) -{ - return gtk_notebook_get_nth_page(GTK_NOTEBOOK(station), index); - -} - - -/****************************************************************************** -* * * Paramètres : button = bouton à l'origine de la procédure. * * station = station d'accueil pour différents composants. * * * diff --git a/src/gtkext/gtkdockstation.h b/src/gtkext/gtkdockstation.h index 5825164..91329b5 100644 --- a/src/gtkext/gtkdockstation.h +++ b/src/gtkext/gtkdockstation.h @@ -88,9 +88,6 @@ void gtk_dock_panel_change_active_widget(GtkDockStation *, GtkWidget *); /* Retire un paquet d'informations de l'affichage centralisé. */ void gtk_dock_station_remove_dockable(GtkDockStation *, GtkDockable *); -/* Renvoie un composant intégré dans l'affichage centralisé. */ -GtkWidget *gtk_dock_panel_get_widget(GtkDockStation *, gint); - //G_END_DECLS |