summaryrefslogtreecommitdiff
path: root/src/gui/panels/panel-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-02-11 15:33:56 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-02-11 15:33:56 (GMT)
commita11ef1ad68fdb86d4a7d75b0ddeea126aa1adb09 (patch)
treec7041d47ad78719994496c9c33400f2eeb3778a4 /src/gui/panels/panel-int.h
parent9d8d54a4ee29f98b475347d3bbc925d9a526c352 (diff)
Created a dedicated interface fot panel updating.
Diffstat (limited to 'src/gui/panels/panel-int.h')
-rw-r--r--src/gui/panels/panel-int.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/src/gui/panels/panel-int.h b/src/gui/panels/panel-int.h
index d95485c..33b0746 100644
--- a/src/gui/panels/panel-int.h
+++ b/src/gui/panels/panel-int.h
@@ -34,13 +34,9 @@
#include "../editem-int.h"
#include "../../common/dllist.h"
-#include "../../glibext/delayed-int.h"
-/* ------------------------- BASE D'UN PANNEAU POUR EDITEUR ------------------------- */
-
-
/* Place un panneau dans l'ensemble affiché. */
typedef void (* ack_dock_process_fc) (GPanelItem *item);
@@ -90,29 +86,4 @@ struct _GPanelItemClass
-/* ---------------------------- AIDE POUR LA MISE A JOUR ---------------------------- */
-
-
-/* Procédure de mise à jour de panneau graphique (instance) */
-struct _GPanelUpdate
-{
- GDelayedWork parent; /* A laisser en premier */
-
- GPanelItem *panel; /* Panneau à manipuler */
- pu_fallback_cb internal; /* Traitement sous-traité */
-
- const char *msg; /* Description de l'opération */
- size_t max; /* Nombre d'éléments à traiter */
-
-};
-
-/* Procédure de mise à jour de panneau graphique (classe) */
-struct _GPanelUpdateClass
-{
- GDelayedWorkClass parent; /* A laisser en premier */
-
-};
-
-
-
#endif /* _GUI_PANELS_PANEL_INT_H */