]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/textctrl.h
look for backtrace() in -lexecinfo, fixes #9783
[wxWidgets.git] / include / wx / gtk / textctrl.h
index 3da5188a2d5b4e17834c56469e274d9837098a80..cdecf127e888f61616b1a999f511933c631dd82a 100644 (file)
@@ -63,6 +63,7 @@ public:
     virtual void DiscardEdits();
 
     virtual bool SetStyle(long start, long end, const wxTextAttr& style);
     virtual void DiscardEdits();
 
     virtual bool SetStyle(long start, long end, const wxTextAttr& style);
+    virtual bool GetStyle(long position, wxTextAttr& style);
 
     // translate between the position (which is just an index in the text ctrl
     // considering all its contents as a single strings) and (x, y) coordinates
 
     // translate between the position (which is just an index in the text ctrl
     // considering all its contents as a single strings) and (x, y) coordinates