Changeset 1aa4cc4 for window.h


Ignore:
Timestamp:
Jun 15, 2010, 12:08:41 AM (14 years ago)
Author:
David Benjamin <davidben@mit.edu>
Branches:
master, release-1.10, release-1.7, release-1.8, release-1.9
Children:
33b64f22
Parents:
ea7daa8
Message:
Export the hierarchy navigation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • window.h

    r6e90da8 r1aa4cc4  
    3636gboolean owl_window_has_children(owl_window *parent);
    3737int owl_window_num_children(owl_window *parent);
    38 owl_window *owl_window_get_parent(owl_window *w);
     38
     39owl_window *owl_window_parent(owl_window *parent);
     40owl_window *owl_window_first_child(owl_window *parent);
     41owl_window *owl_window_next_sibling(owl_window *w);
     42owl_window *owl_window_previous_sibling(owl_window *w);
    3943
    4044void owl_window_show(owl_window *w);
Note: See TracChangeset for help on using the changeset viewer.