diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 11:04:18 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-02-22 11:04:18 (GMT) |
commit | e16bc694115b5487df601858a471eea34eadc1ba (patch) | |
tree | 55407659053eb906d70ffb1af41530ba6fd6883c /src/gui/panels/welcome.h | |
parent | 0bec2b96a14da29a680aafe54895fd9cfb3bcf09 (diff) |
Simplify panel handling code.
Diffstat (limited to 'src/gui/panels/welcome.h')
-rw-r--r-- | src/gui/panels/welcome.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/gui/panels/welcome.h b/src/gui/panels/welcome.h index d267f80..d9ea18d 100644 --- a/src/gui/panels/welcome.h +++ b/src/gui/panels/welcome.h @@ -29,36 +29,15 @@ #include <gtk/gtk.h> -#include "../panel.h" #include "../../glibext/helpers.h" #include "../../gtkext/panel.h" -/* ------------------------- COEUR D'UN PANNEAU D'AFFICHAGE ------------------------- */ - - #define GTK_TYPE_WELCOME_PANEL (gtk_welcome_panel_get_type()) DECLARE_GTYPE(GtkWelcomePanel, gtk_welcome_panel, GTK, WELCOME_PANEL); -/* Crée une nouvelle instance de panneau d'accueil. */ -GtkTiledPanel *gtk_welcome_panel_new(void); - - - -/* ---------------------- MANIPULATIONS D'UN PANNEAU GRAPHIQUE ---------------------- */ - - -#define G_TYPE_WELCOME_PANEL (g_welcome_panel_get_type()) - -DECLARE_GTYPE(GWelcomePanel, g_welcome_panel, G, WELCOME_PANEL); - - -/* Constitue une définition de manipulation de panneau. */ -GPanelItem *g_welcome_panel_new(void); - - #endif /* _GUI_PANELS_WELCOME_H */ |