all repos — fluxbox @ 24be5654f416c049fe131b9c62994fc45c0b3718

custom fork of the fluxbox windowmanager

adjusted for FbTk ImageControl
fluxgen fluxgen
commit

24be5654f416c049fe131b9c62994fc45c0b3718

parent

c4a6b773d14370c3c07ce3f27ec6c2d4f63e93fc

1 files changed, 4 insertions(+), 5 deletions(-)

jump to
M src/FbTk/Menu.hhsrc/FbTk/Menu.hh

@@ -22,7 +22,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: Menu.hh,v 1.3 2003/01/09 16:43:54 fluxgen Exp $ +// $Id: Menu.hh,v 1.4 2003/01/10 00:46:54 fluxgen Exp $ #ifndef FBTK_MENU_HH #define FBTK_MENU_HH

@@ -35,13 +35,12 @@ #include "FbWindow.hh"

#include "EventHandler.hh" #include "RefCount.hh" #include "Command.hh" - -class BImageControl; namespace FbTk { class MenuItem; class MenuTheme; +class ImageControl; /// Base class for menus

@@ -55,7 +54,7 @@ Bullet type

*/ enum { EMPTY = 0, SQUARE, TRIANGLE, DIAMOND }; - Menu(MenuTheme &tm, int screen_num, BImageControl &imgctrl); + Menu(MenuTheme &tm, int screen_num, ImageControl &imgctrl); virtual ~Menu(); /**

@@ -154,7 +153,7 @@ const MenuTheme &m_theme;

Display *m_display; const int m_screen_num; Menu *m_parent; - BImageControl &m_image_ctrl; + ImageControl &m_image_ctrl; Menuitems menuitems; const unsigned int m_screen_width, m_screen_height;