]> git.tdb.fi Git - libs/gltk.git/blobdiff - source/container.h
Rename some get functions as find because they can return null
[libs/gltk.git] / source / container.h
index 26100b72d315234329b9814ffdd80d14fc50c8f8..b2f69d3bb2eae41cf35183d04f8cc5f1b47531ef 100644 (file)
@@ -60,8 +60,8 @@ protected:
        void reposition_child(Widget &, const Part &) const;
 public:
        std::list<Widget *> get_children() const;
-       Widget *get_child_at(int, int) const;
-       Widget *get_descendant_at(int, int) const;
+       Widget *find_child_at(int, int) const;
+       Widget *find_descendant_at(int, int) const;
        void raise(Widget &);
 
 protected: