mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 07:06:23 +01:00
add export control to libgtkmm2ext
This commit is contained in:
parent
94ef2692b8
commit
15471ca7dd
51 changed files with 342 additions and 242 deletions
|
|
@ -22,12 +22,14 @@
|
|||
|
||||
#include <sigc++/trackable.h>
|
||||
|
||||
#include "gtkmm2ext/visibility.h"
|
||||
|
||||
namespace Gtkmm2ext {
|
||||
|
||||
/** A class which offers a tooltip-like window which can be made to
|
||||
* stay open during a drag.
|
||||
*/
|
||||
class PersistentTooltip : public sigc::trackable
|
||||
class LIBGTKMM2EXT_API PersistentTooltip : public sigc::trackable
|
||||
{
|
||||
public:
|
||||
PersistentTooltip (Gtk::Widget *);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue