X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fentry.h;h=da29a5134f5fd4c3e7e9a86e58eeade3530057c4;hb=d605500ca2f4bf02968d963bd64e8d3ad05acbd1;hp=bd1fe2cf22a112a28021622281d54dbdf47e5900;hpb=7286d604956ddffcbfa2df6567de866f3d5df3a2;p=libs%2Fgltk.git diff --git a/source/entry.h b/source/entry.h index bd1fe2c..da29a51 100644 --- a/source/entry.h +++ b/source/entry.h @@ -99,6 +99,7 @@ private: virtual void on_style_change(); void move_edit_position(Navigation, bool); + void adjust_edit_position_for_change(unsigned, int); void set_edit_position(unsigned, bool); void erase_selection(bool); void check_cursor_blink();