From 50d4d056791e443f3cfcf2f705cc505b7df69dbe Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Wed, 2 Apr 2008 16:26:01 +0000 Subject: [PATCH] TODO update: I don't think it's worth switching to GTK2's native shortcut mechanism. The existing code doesn't use any deprecated calls, and translating shortcut text _into_ Pango markup just sounds too unpleasant to do if I don't actually have to. Not to mention that the documentation for the Pango markup language doesn't tell me how to distinguish a mnemonic underscore prefix from a literal underscore in label text, but I know my current code can get that right (the current config box talks about TCP_NODELAY and SO_KEEPALIVE in widget labels that also have functioning shortcuts). [originally from svn r7961] --- unix/GTK2.TODO | 3 --- 1 file changed, 3 deletions(-) diff --git a/unix/GTK2.TODO b/unix/GTK2.TODO index 7b695a50..524458d7 100644 --- a/unix/GTK2.TODO +++ b/unix/GTK2.TODO @@ -9,9 +9,6 @@ Things to do before deciding a merge is feasible: large chunks we should have reimplemented and haven't, or indeed that we shouldn't have reimplemented and have. - - Investigate the shortcut mechanism in GTK2's GtkLabel, and see if - it's worth switching to it from the current ad-hockery. - - Update the autoconf build. Richard B says he had to replace AM_PATH_GTK([1.2.0], with -- 2.45.2