diff options
author | Simon Hausmann <simon.hausmann@digia.com> | 2012-09-25 13:02:02 +0200 |
---|---|---|
committer | Simon Hausmann <simon.hausmann@digia.com> | 2012-09-25 13:02:02 +0200 |
commit | 715be629d51174233403237bfc563cf150087dc8 (patch) | |
tree | 4cff72df808db977624338b0a38d8b6d1bd73c57 /Source/WebKit2/UIProcess/API/gtk/WebKitEditingCommands.h | |
parent | dc6262b587c71c14e30d93e57ed812e36a79a33e (diff) | |
download | qtwebkit-715be629d51174233403237bfc563cf150087dc8.tar.gz |
Imported WebKit commit ce614b0924ba46f78d4435e28ff93c8525fbb7cc (http://svn.webkit.org/repository/webkit/trunk@129485)
New snapshot that includes MingW build fixes
Diffstat (limited to 'Source/WebKit2/UIProcess/API/gtk/WebKitEditingCommands.h')
-rw-r--r-- | Source/WebKit2/UIProcess/API/gtk/WebKitEditingCommands.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Source/WebKit2/UIProcess/API/gtk/WebKitEditingCommands.h b/Source/WebKit2/UIProcess/API/gtk/WebKitEditingCommands.h index f85bf31bd..36c72a0d3 100644 --- a/Source/WebKit2/UIProcess/API/gtk/WebKitEditingCommands.h +++ b/Source/WebKit2/UIProcess/API/gtk/WebKitEditingCommands.h @@ -62,6 +62,15 @@ G_BEGIN_DECLS */ #define WEBKIT_EDITING_COMMAND_PASTE "Paste" +/** + * WEBKIT_EDITING_COMMAND_SELECT_ALL: + * + * The select all command. Selects all the content of the current text field in + * a #WebKitWebView. + * It is always possible to select all text, no matter wheter the #WebKitWebView content + * is editable or not. You can still check it with webkit_web_view_can_execute_editing_command(). + */ +#define WEBKIT_EDITING_COMMAND_SELECT_ALL "SelectAll" G_END_DECLS |