X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=source%2Fwidget.h;h=555db7f4c8e2c87cd6d94128e209fc11c5c5a32b;hp=7cbec37a5455e62957d7ad8e02ff0eda17f9fbad;hb=6deafc9f236b90175a303944815f7c0eac1c95c1;hpb=999cd0294889e5eecd61df18a697d2c55ed6c0d6 diff --git a/source/widget.h b/source/widget.h index 7cbec37..555db7f 100644 --- a/source/widget.h +++ b/source/widget.h @@ -77,6 +77,7 @@ public: const Geometry &get_geometry() const { return geom; } void map_coords_to_ancestor(int &, int &, const Widget &) const; + void map_coords_to_root(int &, int &) const; protected: /** Sets the widget's parent Container. The widget must be unparented when