17 #ifndef _GLIBCXX_CSTDDEF
28 RootCallback callback;
44 if (next) next = next->unlink(cb, found);
49 if (next) next->call(root);
64 if (listhead) listhead = listhead->unlink(cb, found);
74 if (listhead) listhead->call(root);
78 return (cb == callback) || (next && next->
contains(cb));
81 return listhead && listhead->
contains(cb);
96 #error aw_nawar.hxx included twice
97 #endif // AW_NAWAR_HXX
bool contains(const RootCallback &cb) const
void AW_forget_all_window_geometry(AW_window *aww)
AW_var_target(void *pntr, AW_var_target *next)
static void clear(AW_root_cblist *&listhead)
static bool contains(const AW_root_cblist *&listhead, const RootCallback &cb)
void aw_update_all_window_geometry_awars(AW_root *awr)
static void call(AW_root_cblist *&listhead, AW_root *root)
static void add(AW_root_cblist *&listhead, const RootCallback &cb)