Mercurial > hg > svgui
diff widgets/PaneStack.h @ 43:78515b1e29eb
* Rejig project file a bit to do pkg-config detection &c
and change some HAVE_* symbol names accordingly
* Add selection move/resize/delete
* First stubs for add layer / pane commands
author | Chris Cannam |
---|---|
date | Wed, 01 Mar 2006 18:13:01 +0000 |
parents | 46d8f5add6f0 |
children | f2fe98a7c57e |
line wrap: on
line diff
--- a/widgets/PaneStack.h Mon Feb 27 17:34:41 2006 +0000 +++ b/widgets/PaneStack.h Wed Mar 01 18:13:01 2006 +0000 @@ -30,9 +30,12 @@ Pane *addPane(bool suppressPropertyBox = false); // I own the returned value Pane *getPane(int n); // I own the returned value - void deletePane(Pane *pane); // Deletes the pane and all its views + void deletePane(Pane *pane); // Deletes the pane and all its layers int getPaneCount() const; +//!!! void hidePane(Pane *pane); +// void showPane(Pane *pane); + void setCurrentPane(Pane *pane); void setCurrentLayer(Pane *pane, Layer *layer); Pane *getCurrentPane();