FLTK logo

Re: [fltk.general] tooltips for menu items

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: tooltips for menu items Sanel Zukan Aug 16, 2022  
 
"lifeatt...@gmail.com" <lifeattickville@gmail.com> writes:
> The edeproject has an old Github repository, where their efltk includes 
> tooltip support for menu items. I _think_ the code is FLTK 2.0 based or 
> possible 1.1.
>
> https://github.com/edeproject/svn/tree/master/efltk/trunk
>>>Is there a way to have tooltips for one (all) menu items in an Fl_Menu_?
>> And I don't have a workaround for menu tooltips - though someone else may?

EDE 2.x (built with FLTK 1.x) has tooltip support inside menus, but I
had to "fork" Fl_Menu_Item to add support for it, mainly because
Fl_Menu_Item is hard to extend.

See MenuTooltip.h [1] and how is called in MenuItem.cpp
(Fl_Menu_Item.cpp fork) [2][3]. It is very easy and unobtrusive to add it
inside the existing Fl_Menu_Item.cpp code, so the current FLTK
maintainers might consider the same (or a similar) approach.

[1] https://github.com/edeproject/edelib/blob/master/edelib/MenuTooltip.h
[2] https://github.com/edeproject/edelib/blob/05edc0cc5d651234bbe9887d6e9ec5ffe0bb829e/src/MenuItem.cpp#L185
[3] https://github.com/edeproject/edelib/blob/05edc0cc5d651234bbe9887d6e9ec5ffe0bb829e/src/MenuItem.cpp#L540

Best,
Sanel

-- 
You received this message because you are subscribed to the Google Groups "fltk.general" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkgeneral+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkgeneral/8735dwazpl.fsf%40darkstar.example.net.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.