]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_panews/panews.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / mod_panews / panews.h
diff --git a/mod_panews/panews.h b/mod_panews/panews.h
deleted file mode 100644 (file)
index 1402523..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-/*
- * ion/panews/panews.h
- *
- * Copyright (c) Tuomo Valkonen 1999-2006. 
- *
- * Ion is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
- */
-
-#ifndef ION_PANEWS_PANEWS_H
-#define ION_PANEWS_PANEWS_H
-
-#include <ioncore/common.h>
-#include <ioncore/region.h>
-#include <ioncore/screen.h>
-#include <libextl/extl.h>
-#include <ioncore/rectangle.h>
-
-#include <mod_tiling/tiling.h>
-
-
-INTRCLASS(WPaneWS);
-DECLCLASS(WPaneWS){
-    WTiling tiling;
-};
-
-
-extern void panews_deinit(WPaneWS *ws);
-extern bool panews_init(WPaneWS *ws, WWindow *parent, const WFitParams *fp,
-                        bool cu);
-extern WPaneWS *create_panews(WWindow *parent, const WFitParams *fp, bool cu);
-extern WPaneWS *create_panews_simple(WWindow *parent, const WFitParams *fp);
-extern WRegion *panews_load(WWindow *par, const WFitParams *fp, ExtlTab tab);
-
-/* Dynfun implementations */
-
-extern bool panews_managed_may_destroy(WPaneWS *ws, WRegion *reg);
-extern void panews_managed_remove(WPaneWS *ws, WRegion *reg);
-extern bool panews_managed_add(WPaneWS *ws, WRegion *reg);
-extern WRegion *panews_managed_control_focus(WPaneWS *ws, WRegion *reg);
-
-extern ExtlTab panews_get_configuration(WPaneWS *ws);
-extern WRegion *panews_load(WWindow *par, const WFitParams *fp, ExtlTab tab);
-
-#endif /* ION_PANEWS_PANEWS_H */