add export control to libgtkmm2ext

This commit is contained in:
Paul Davis 2013-10-17 11:26:01 -04:00
parent 94ef2692b8
commit 15471ca7dd
51 changed files with 342 additions and 242 deletions

View file

@ -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 *);