OSDN Git Service

Add menuitem 'copy'.
[fukui-no-namari/dialektos.git] / src / text_view_pointer_trackable.hxx
index 3c1c7cf..5ac0449 100644 (file)
@@ -38,6 +38,7 @@ class PointerTrackable: public Layoutable {
 public:
   PointerTrackable();
   virtual ~PointerTrackable();
+  Glib::ustring get_selected_text() const;
 protected:
   virtual bool on_button_press_event(GdkEventButton*);
   virtual bool on_button_release_event(GdkEventButton*);