/* * xlog - GTK+ logging program for amateur radio operators * Copyright (C) 2001-2002 Joop Stakenborg * * This program is free oftware; 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 Library 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. */ /* * callbacks_qsoframe.h */ /* callbacks generated by glade */ void on_datebutton_clicked(GtkButton *button, gpointer user_data); void on_gmtbutton_clicked(GtkButton *button, gpointer user_data); void on_callentry_insert_text(GtkEditable *editable, gchar *new_text, gint new_text_length, gint *position, gpointer user_data); void on_callentry_changed(GtkEditable *editable, gpointer user_data); void on_clearframe_activate(GtkMenuItem *menuitem, gpointer user_data); void on_clickall_activate(GtkMenuItem *menuitem, gpointer user_data); gboolean on_qsoframeeventbox_button_press_event(GtkWidget *widget, GdkEventButton *event, gpointer user_data); gboolean on_bandoptionmenu_key_press_event(GtkWidget *widget, GdkEventKey *event, gpointer user_data); gboolean on_modeoptionmenu_key_press_event(GtkWidget *widget, GdkEventKey *event, gpointer user_data); void on_locatorentry_changed(GtkEditable *editable, gpointer user_data); /* private functions */ void on_mhzbutton_clicked(GtkButton *button, gpointer user_data); void on_modebutton_clicked(GtkButton *button, gpointer user_data); void on_rstbutton_clicked (GtkButton *button, gpointer user_data); void on_powerbutton_clicked (GtkButton *button, gpointer user_data); void on_endbutton_clicked(GtkButton *button, gpointer user_data); void on_powerbutton_clicked (GtkButton *button, gpointer user_data);