summaryrefslogtreecommitdiff
path: root/src/FbTk/MenuItem.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2005-04-26 01:41:55 (GMT)
committersimonb <simonb>2005-04-26 01:41:55 (GMT)
commit1c2f92a3d2288b1cae9500110a72173506a18072 (patch)
treecdb695da16dcee74872790c772bb535def9f2895 /src/FbTk/MenuItem.hh
parentb49432be05c6cf748e662e196778463e2190b4c3 (diff)
downloadfluxbox_lack-1c2f92a3d2288b1cae9500110a72173506a18072.zip
fluxbox_lack-1c2f92a3d2288b1cae9500110a72173506a18072.tar.bz2
extension of previous big patch. Move a bunch of menu things onto
background pixmap. Same for textbuttons.
Diffstat (limited to 'src/FbTk/MenuItem.hh')
-rw-r--r--src/FbTk/MenuItem.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/FbTk/MenuItem.hh b/src/FbTk/MenuItem.hh
index fe2800c..20da8f7 100644
--- a/src/FbTk/MenuItem.hh
+++ b/src/FbTk/MenuItem.hh
@@ -96,6 +96,8 @@ public:
96 virtual void draw(FbDrawable &drawable, 96 virtual void draw(FbDrawable &drawable,
97 const MenuTheme &theme, 97 const MenuTheme &theme,
98 bool highlight, 98 bool highlight,
99 // "foreground" is the transient bits - more likely to change
100 bool draw_foreground, bool draw_background,
99 int x, int y, 101 int x, int y,
100 unsigned int width, unsigned int height) const; 102 unsigned int width, unsigned int height) const;
101 virtual void updateTheme(const MenuTheme &theme); 103 virtual void updateTheme(const MenuTheme &theme);