Subversion Repositories tpanel

Rev

Rev 107 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 142
Line 84... Line 84...
84
        OBJECT_t *findObject(WId id);
84
        OBJECT_t *findObject(WId id);
85
        OBJECT_t *findFirstChild(ulong handle);
85
        OBJECT_t *findFirstChild(ulong handle);
86
        OBJECT_t *findNextChild(ulong handle);
86
        OBJECT_t *findNextChild(ulong handle);
87
        OBJECT_t *getMarkedRemove();
87
        OBJECT_t *getMarkedRemove();
88
        OBJECT_t *getNextMarkedRemove(OBJECT_t *obj);
88
        OBJECT_t *getNextMarkedRemove(OBJECT_t *obj);
-
 
89
        OBJECT_t *findFirstWindow();
-
 
90
        OBJECT_t *findNextWindow(OBJECT_t *obj);
89
        void cleanMarked();
91
        void cleanMarked();
90
        void removeAllChilds(ulong handle);
92
        void removeAllChilds(ulong handle);
91
        void removeObject(ulong handle);
93
        void removeObject(ulong handle);
92
 
94
 
93
        static std::string handleToString(ulong handle)
95
        static std::string handleToString(ulong handle)