diff options
Diffstat (limited to 'src/FbWinFrame.hh')
-rw-r--r-- | src/FbWinFrame.hh | 4 |
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 |