Have the time field in the Graph Analyzis windos use the same time format as used...
[metze/wireshark/wip.git] / gtk / dfilter_expr_dlg.h
1 /* dfilter_expr_dlg.h
2  * Definitions for dialog boxes for display filter expression construction
3  *
4  * $Id$
5  *
6  * Wireshark - Network traffic analyzer
7  * By Gerald Combs <gerald@wireshark.org>
8  * Copyright 1998 Gerald Combs
9  *
10  *
11  * This program is free software; you can redistribute it and/or
12  * modify it under the terms of the GNU General Public License
13  * as published by the Free Software Foundation; either version 2
14  * of the License, or (at your option) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19  * GNU General Public License for more details.
20  *
21  * You should have received a copy of the GNU General Public License
22  * along with this program; if not, write to the Free Software
23  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24  */
25
26 #ifndef __DFILTER_EXPR_DLG_H__
27 #define __DFILTER_EXPR_DLG_H__
28
29 /** @file
30  *  "Add Expression" dialog box.
31  *  @ingroup dialog_group
32  */
33
34 /** User requested the "Add Expression" dialog box by menu or toolbar.
35  *
36  * @param widget corresponding text entry widget
37  * @return the newly created dialog widget
38  */
39 GtkWidget *dfilter_expr_dlg_new(GtkWidget *widget);
40
41 #endif /* dfilter_expr_dlg.h */