X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_panews%2Fsplitext.h;fp=mod_panews%2Fsplitext.h;h=0000000000000000000000000000000000000000;hb=803afbc1cd633f6c025bcd9537e9b7e9aedadd0d;hp=0bc73e3229ebe2626eb8b49bca82e0cdd615b2b5;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_panews/splitext.h b/mod_panews/splitext.h deleted file mode 100644 index 0bc73e3..0000000 --- a/mod_panews/splitext.h +++ /dev/null @@ -1,55 +0,0 @@ -/* - * ion/panews/splitext.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_SPLITEXT_H -#define ION_PANEWS_SPLITEXT_H - -#include -#include - -INTRCLASS(WSplitUnused); -INTRCLASS(WSplitPane); - -#include "panews.h" - -DECLCLASS(WSplitUnused){ - WSplitRegion regnode; -}; - -DECLCLASS(WSplitPane){ - WSplitInner isplit; - WSplit *contents; - char *marker; -}; - -extern bool splitunused_init(WSplitUnused *split, const WRectangle *geom, - WPaneWS *ws); -extern bool splitpane_init(WSplitPane *split, const WRectangle *geom, - WSplit *cnt); - -extern WSplitUnused *create_splitunused(const WRectangle *geom, - WPaneWS *ws); -extern WSplitPane *create_splitpane(const WRectangle *geom, WSplit *cnt); - -extern void splitunused_deinit(WSplitUnused *split); -extern void splitpane_deinit(WSplitPane *split); - -extern const char *splitpane_get_marker(WSplitPane *pane); -extern bool splitpane_set_marker(WSplitPane *pane, const char *s); - -extern WRegion *panews_do_get_nextto(WPaneWS *ws, WRegion *reg, - int dir, int primn, bool any); -extern WRegion *panews_do_get_farthest(WPaneWS *ws, - int dir, int primn, bool any); - -extern WSplitRegion *split_tree_find_region_in_pane_of(WSplit *node); - -#endif /* ION_PANEWS_SPLITEXT_H */