aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/TextButton.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-09-14 09:50:01 (GMT)
committerfluxgen <fluxgen>2003-09-14 09:50:01 (GMT)
commit1111861bd245d23613446d09fc299b0e15bfd42a (patch)
tree9505107076349262060924a74b756d077172d9e9 /src/FbTk/TextButton.hh
parentb580752cb032dab518b7ed97c0bd1c2d5e257a0c (diff)
downloadfluxbox-1111861bd245d23613446d09fc299b0e15bfd42a.zip
fluxbox-1111861bd245d23613446d09fc299b0e15bfd42a.tar.bz2
less flicker
Diffstat (limited to 'src/FbTk/TextButton.hh')
-rw-r--r--src/FbTk/TextButton.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/FbTk/TextButton.hh b/src/FbTk/TextButton.hh
index 5d87804..246461b 100644
--- a/src/FbTk/TextButton.hh
+++ b/src/FbTk/TextButton.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: TextButton.hh,v 1.2 2003/09/10 21:36:37 fluxgen Exp $ 22// $Id: TextButton.hh,v 1.3 2003/09/14 09:50:01 fluxgen Exp $
23 23
24#ifndef FBTK_TEXTBUTTON_HH 24#ifndef FBTK_TEXTBUTTON_HH
25#define FBTK_TEXTBUTTON_HH 25#define FBTK_TEXTBUTTON_HH
@@ -56,6 +56,8 @@ public:
56 unsigned int width, unsigned int height, 56 unsigned int width, unsigned int height,
57 bool exposure = false); 57 bool exposure = false);
58 58
59 void exposeEvent(XExposeEvent &event);
60
59 inline FbTk::Justify justify() const { return m_justify; } 61 inline FbTk::Justify justify() const { return m_justify; }
60 inline const std::string &text() const { return m_text; } 62 inline const std::string &text() const { return m_text; }
61 inline const FbTk::Font &font() const { return *m_font; } 63 inline const FbTk::Font &font() const { return *m_font; }