aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/Menu.hh
diff options
context:
space:
mode:
authormarkt <markt>2006-08-09 04:20:06 (GMT)
committermarkt <markt>2006-08-09 04:20:06 (GMT)
commitbd8ef1bc87518d575a422dad43a24a32888e478e (patch)
treef70c9868a9b3b9dc55824665c90dfd021b393aed /src/FbTk/Menu.hh
parent9b9d5a9617612928710570e024632ba62f0ff74f (diff)
downloadfluxbox_paul-bd8ef1bc87518d575a422dad43a24a32888e478e.zip
fluxbox_paul-bd8ef1bc87518d575a422dad43a24a32888e478e.tar.bz2
remove FbTk::Menu::enter/leaveNotifyEvent -- caused problems with placing submenus
Diffstat (limited to 'src/FbTk/Menu.hh')
-rw-r--r--src/FbTk/Menu.hh6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/FbTk/Menu.hh b/src/FbTk/Menu.hh
index 4b749dc..7863fcb 100644
--- a/src/FbTk/Menu.hh
+++ b/src/FbTk/Menu.hh
@@ -107,8 +107,6 @@ public:
107 void buttonPressEvent(XButtonEvent &bp); 107 void buttonPressEvent(XButtonEvent &bp);
108 void buttonReleaseEvent(XButtonEvent &br); 108 void buttonReleaseEvent(XButtonEvent &br);
109 void motionNotifyEvent(XMotionEvent &mn); 109 void motionNotifyEvent(XMotionEvent &mn);
110 void enterNotifyEvent(XCrossingEvent &en);
111 void leaveNotifyEvent(XCrossingEvent &ce);
112 void exposeEvent(XExposeEvent &ee); 110 void exposeEvent(XExposeEvent &ee);
113 void keyPressEvent(XKeyEvent &ke); 111 void keyPressEvent(XKeyEvent &ke);
114 //@} 112 //@}
@@ -220,7 +218,6 @@ private:
220 bool m_torn; ///< torn from parent 218 bool m_torn; ///< torn from parent
221 bool m_internal_menu; ///< whether we should destroy this menu or if it's managed somewhere else 219 bool m_internal_menu; ///< whether we should destroy this menu or if it's managed somewhere else
222 bool m_title_vis; ///< title visibility 220 bool m_title_vis; ///< title visibility
223 bool m_shifted; ///< if the menu is shifted to the other side of the parent
224 221
225 int m_which_sub, m_which_press, m_which_sbl; 222 int m_which_sub, m_which_press, m_which_sbl;
226 Alignment m_alignment; 223 Alignment m_alignment;
@@ -230,8 +227,7 @@ private:
230 FbTk::FbWindow window, frame, title; 227 FbTk::FbWindow window, frame, title;
231 228
232 std::string label; 229 std::string label;
233 int x_move, y_move, x_shift, y_shift, sublevels, persub, minsub, 230 int x_move, y_move, sublevels, persub, minsub, grab_x, grab_y;
234 grab_x, grab_y;
235 231
236 unsigned int frame_h, item_w; 232 unsigned int frame_h, item_w;
237 } menu; 233 } menu;