X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Froot.h;h=a74065dc9c08d8d1e44956e8695a7cef50d567a4;hb=50f11cec86c034fbee2ab332503266808b1eba74;hp=64829e767899fac2bcf32c8465777f724f68d9f4;hpb=060b85ffc3d92b94b444b29ee5b26a6e74636235;p=libs%2Fgltk.git diff --git a/source/root.h b/source/root.h index 64829e7..a74065d 100644 --- a/source/root.h +++ b/source/root.h @@ -64,6 +64,8 @@ private: bool character_event(StringCodec::unichar); void get_pointer(int &, int &); + + virtual void on_child_added(Widget &); }; } // namespace GLtk