wireshark/gtk/Makefile.am
Guy Harris ebdbff44e8 Add some utilities to:
set the "activate" signal for a widget to call a routine to
	activate the "OK" button for a dialog box;

	set the "key_press_event" signal for a top-level dialog window
	to call a routine to activate the "Cancel" button for a dialog
	box if the key being pressed is the <Esc> key;

to make it easier to drive dialog boxes entirely from the keyboard.

Make the "Find Frame" and "Go To Frame" dialog boxes use those
utilities.

svn path=/trunk/; revision=1903
2000-05-02 08:04:31 +00:00

81 lines
1.7 KiB
Makefile

# Makefile.am
# Automake file for the GTK interface routines for Ethereal
#
# $Id: Makefile.am,v 1.26 2000/05/02 08:04:28 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
# Copyright 1998 Gerald Combs
#
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
noinst_LIBRARIES = libui.a
CLEANFILES = \
libui.a \
*~
libui_a_SOURCES = \
capture_dlg.c \
capture_dlg.h \
color_dlg.c \
color_dlg.h \
colors.c \
colors.h \
column_prefs.c \
column_prefs.h \
display_opts.c \
display_opts.h \
dlg_utils.c \
dlg_utils.h \
file_dlg.c \
file_dlg.h \
filter_prefs.c \
filter_prefs.h \
find_dlg.c \
find_dlg.h \
goto_dlg.c \
goto_dlg.h \
gtkclist.c \
gtkclist.h \
gtkglobals.h \
gui_prefs.c \
gui_prefs.h \
keys.h \
main.c \
main.h \
menu.c \
menu.h \
packet_win.c \
packet_win.h \
plugins_dlg.c \
prefs_dlg.c \
prefs_dlg.h \
print_dlg.c \
print_prefs.c \
print_prefs.h \
proto_draw.c \
proto_draw.h \
simple_dialog.c \
stream_prefs.c \
stream_prefs.h \
summary_dlg.c \
summary_dlg.h \
ui_util.c
EXTRA_DIST = \
Makefile.nmake