summaryrefslogtreecommitdiff
path: root/ui/gtk/extcap_gtk.h
diff options
context:
space:
mode:
authorTomasz Moń <desowin@gmail.com>2014-09-19 19:34:07 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2014-10-06 09:51:56 +0000
commit9c1225f73511b59dd74273545fac401d711cea36 (patch)
tree03b12e1443a273cd91e83a66a24f8092a87ce880 /ui/gtk/extcap_gtk.h
parent07844512004aacc0a9ecc01ade01081f59a24c64 (diff)
downloadwireshark-9c1225f73511b59dd74273545fac401d711cea36.tar.gz
Modify multicheck to accept parent parameter.
This makes it possible for multicheck to become a tree-like structure. Example: arg {number=4}{call=--devices}{display=Devices}{tooltip=Device selector}{type=multicheck} value {arg=4}{value=dev1}{display=Parent Device}{enabled=t}{default=t} value {arg=4}{value=dev2}{display=Child Device}{parent=dev1}{enabled=t} value {arg=4}{value=dev3}{display=Another Parent Device}{enabled=t} value {arg=4}{value=dev4}{display=Non-clickable Child Device}{parent=dev3} value {arg=4}{value=dev5}{display=Non-clickable Child of Child}{parent=dev4} Change-Id: I59dd7208ca0ec90cccfc49ae049559cdc6c69a4b Reviewed-on: https://code.wireshark.org/review/4192 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Roland Knall <rknall@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui/gtk/extcap_gtk.h')
-rw-r--r--ui/gtk/extcap_gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/extcap_gtk.h b/ui/gtk/extcap_gtk.h
index 07a8f21e7b..eb49c545f7 100644
--- a/ui/gtk/extcap_gtk.h
+++ b/ui/gtk/extcap_gtk.h
@@ -79,6 +79,7 @@ enum extcap_gtk_multi_col_types {
EXTCAP_GTK_MULTI_COL_CHECK = 0,
EXTCAP_GTK_MULTI_COL_DISPLAY = 1,
EXTCAP_GTK_MULTI_COL_VALUE = 2,
+ EXTCAP_GTK_MULTI_COL_ACTIVATABLE = 3,
EXTCAP_GTK_MULTI_NUM_COLS
};