diff options
author | markt <markt> | 2007-12-11 19:29:00 (GMT) |
---|---|---|
committer | markt <markt> | 2007-12-11 19:29:00 (GMT) |
commit | 474e2017454d3c6492eb9f428aee039d36d76e05 (patch) | |
tree | cae44371e3dc31d1cb3aafdd2fbf83a26527e540 /src/Screen.hh | |
parent | 38877987c43857f79481bedeb036380b32019a0f (diff) | |
download | fluxbox_pavel-474e2017454d3c6492eb9f428aee039d36d76e05.zip fluxbox_pavel-474e2017454d3c6492eb9f428aee039d36d76e05.tar.bz2 |
only allow one open menu at a time
Diffstat (limited to 'src/Screen.hh')
-rw-r--r-- | src/Screen.hh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Screen.hh b/src/Screen.hh index ac27df1..41a7b90 100644 --- a/src/Screen.hh +++ b/src/Screen.hh | |||
@@ -260,9 +260,6 @@ public: | |||
260 | */ | 260 | */ |
261 | FbTk::Menu *createToggleMenu(const std::string &label); | 261 | FbTk::Menu *createToggleMenu(const std::string &label); |
262 | 262 | ||
263 | /// hides all menus that are visible on this screen | ||
264 | void hideMenus(); | ||
265 | |||
266 | /** | 263 | /** |
267 | * For extras to add menus. | 264 | * For extras to add menus. |
268 | * These menus will be marked internal, | 265 | * These menus will be marked internal, |
@@ -270,9 +267,6 @@ public: | |||
270 | */ | 267 | */ |
271 | void addExtraWindowMenu(const FbTk::FbString &label, FbTk::Menu *menu); | 268 | void addExtraWindowMenu(const FbTk::FbString &label, FbTk::Menu *menu); |
272 | 269 | ||
273 | /// hide all windowmenus except the given one (if given) | ||
274 | void hideWindowMenus(const FluxboxWindow* except= 0); | ||
275 | |||
276 | inline int getEdgeSnapThreshold() const { return *resource.edge_snap_threshold; } | 270 | inline int getEdgeSnapThreshold() const { return *resource.edge_snap_threshold; } |
277 | 271 | ||
278 | void setRootColormapInstalled(bool r) { root_colormap_installed = r; } | 272 | void setRootColormapInstalled(bool r) { root_colormap_installed = r; } |