diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-23 05:20:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-23 05:20:13 +0000 |
| commit | 28b8f67562bb7eb15134f2bf7a8394f0a009b9ba (patch) | |
| tree | 69eaa560ba90666b995d46b32ec64518e4b9a529 /src/frame.hh | |
| parent | 7b7ae097a0d389a35967fdab4ea310effcfc42c2 (diff) | |
remove the word "sticky" from everywhere, and replace with "all desktops". change the titlebar layout to use D instead of S for the all-desktops button
Diffstat (limited to 'src/frame.hh')
| -rw-r--r-- | src/frame.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/frame.hh b/src/frame.hh index 40c08199..b2cc2d16 100644 --- a/src/frame.hh +++ b/src/frame.hh @@ -52,7 +52,7 @@ private: ButtonWidget _button_close; ButtonWidget _button_iconify; ButtonWidget _button_max; - ButtonWidget _button_stick; + ButtonWidget _button_alldesk; LabelWidget _label; BackgroundWidget _handle; ButtonWidget _grip_left; @@ -132,8 +132,8 @@ public: inline Window button_iconify() const { return _button_iconify.window(); } //! Gets the window id of the frame's "maximize button" subelement inline Window button_max() const { return _button_max.window(); } - //! Gets the window id of the frame's "sticky button" subelement - inline Window button_stick() const { return _button_stick.window(); } + //! Gets the window id of the frame's "all desktops button" subelement + inline Window button_alldesk() const { return _button_alldesk.window(); } //! Gets the window id of the frame's "handle" subelement inline Window handle() const { return _handle.window(); } //! Gets the window id of the frame's "left grip" subelement |
