aboutsummaryrefslogtreecommitdiff
path: root/src/Window.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-02-16 17:57:54 (GMT)
committerrathnor <rathnor>2003-02-16 17:57:54 (GMT)
commit79aec8465f8a1e618034ac08fa2d55fcca09eb5a (patch)
tree38b171d9f1e49dd04fdc30fcddf5d2caeb1d97a1 /src/Window.hh
parent9a82a5b1dc3cacafbdda7b54fb9ebf71ef526be3 (diff)
downloadfluxbox-79aec8465f8a1e618034ac08fa2d55fcca09eb5a.zip
fluxbox-79aec8465f8a1e618034ac08fa2d55fcca09eb5a.tar.bz2
Fixed gnome init problems (Simon)
Diffstat (limited to 'src/Window.hh')
-rw-r--r--src/Window.hh8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/Window.hh b/src/Window.hh
index 4eec867..18e9128 100644
--- a/src/Window.hh
+++ b/src/Window.hh
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Window.hh,v 1.47 2003/02/16 16:43:00 fluxgen Exp $ 25// $Id: Window.hh,v 1.48 2003/02/16 17:57:53 rathnor Exp $
26 26
27#ifndef WINDOW_HH 27#ifndef WINDOW_HH
28#define WINDOW_HH 28#define WINDOW_HH
@@ -111,6 +111,10 @@ public:
111 void raiseAndFocus() { raise(); setInputFocus(); } 111 void raiseAndFocus() { raise(); setInputFocus(); }
112 void setTab(bool flag); 112 void setTab(bool flag);
113 void setFocusFlag(bool flag); 113 void setFocusFlag(bool flag);
114 // map this window
115 void show();
116 // unmap this window
117 void hide();
114 void iconify(); 118 void iconify();
115 void deiconify(bool = true, bool = true); 119 void deiconify(bool = true, bool = true);
116 /// destroy this window 120 /// destroy this window
@@ -145,7 +149,7 @@ public:
145 149
146 void setWorkspace(int n); 150 void setWorkspace(int n);
147 void changeBlackboxHints(const BaseDisplay::BlackboxHints &bh); 151 void changeBlackboxHints(const BaseDisplay::BlackboxHints &bh);
148 void restoreAttributes(bool place_window); 152 void restoreAttributes();
149 void showMenu(int mx, int my); 153 void showMenu(int mx, int my);
150 // popup menu on last button press position 154 // popup menu on last button press position
151 void popupMenu(); 155 void popupMenu();