aboutsummaryrefslogtreecommitdiff
path: root/src/FbWinFrame.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-12 23:38:50 (GMT)
committerfluxgen <fluxgen>2003-09-12 23:38:50 (GMT)
commit056a997e3934c58e183407349d4d45619822c89a (patch)
treed8e43ca545dc0c2f0df2f14dcbb140c618017e6e /src/FbWinFrame.hh
parentc136741213797b22a096b0e08daf2ceed9e08ab7 (diff)
downloadfluxbox-056a997e3934c58e183407349d4d45619822c89a.zip
fluxbox-056a997e3934c58e183407349d4d45619822c89a.tar.bz2
fixed new theme items
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r--src/FbWinFrame.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbWinFrame.hh b/src/FbWinFrame.hh
index 3040b68..70ecaf0 100644
--- a/src/FbWinFrame.hh
+++ b/src/FbWinFrame.hh
@@ -19,7 +19,7 @@
19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 19// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
20// DEALINGS IN THE SOFTWARE. 20// DEALINGS IN THE SOFTWARE.
21 21
22// $Id: FbWinFrame.hh,v 1.18 2003/09/12 22:49:14 fluxgen Exp $ 22// $Id: FbWinFrame.hh,v 1.19 2003/09/12 23:38:50 fluxgen Exp $
23 23
24#ifndef FBWINFRAME_HH 24#ifndef FBWINFRAME_HH
25#define FBWINFRAME_HH 25#define FBWINFRAME_HH
@@ -86,7 +86,7 @@ public:
86 /// set focus/unfocus style 86 /// set focus/unfocus style
87 void setFocus(bool newvalue); 87 void setFocus(bool newvalue);
88 void setDoubleClickTime(unsigned int time); 88 void setDoubleClickTime(unsigned int time);
89 void setBevel(int bevel); 89
90 /// add a button to the left of the label 90 /// add a button to the left of the label
91 void addLeftButton(FbTk::Button *btn); 91 void addLeftButton(FbTk::Button *btn);
92 /// add a button to the right of the label 92 /// add a button to the right of the label