mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
set_parent_window() implicitly sets window to NULL
This commit is contained in:
parent
bc84a2c412
commit
6ae91cabd2
@ -136,7 +136,7 @@ PUBLISHED:
|
|||||||
INLINE void clear_z_order();
|
INLINE void clear_z_order();
|
||||||
|
|
||||||
void set_parent_window(size_t parent);
|
void set_parent_window(size_t parent);
|
||||||
INLINE void set_parent_window(WindowHandle *parent_window);
|
INLINE void set_parent_window(WindowHandle *parent_window = NULL);
|
||||||
INLINE WindowHandle *get_parent_window() const;
|
INLINE WindowHandle *get_parent_window() const;
|
||||||
INLINE bool has_parent_window() const;
|
INLINE bool has_parent_window() const;
|
||||||
INLINE void clear_parent_window();
|
INLINE void clear_parent_window();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user