Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

preferences_dialog.h

Go to the documentation of this file.
00001 /*
00002 * Copyright (C) 2000 Arne Schirmacher <arne@schirmacher.de>
00003 * Copyright (C) 2001-2007 Dan Dennedy <dan@dennedy.org>
00004 *
00005 * This program is free software; you can redistribute it and/or modify
00006 * it under the terms of the GNU General Public License as published by
00007 * the Free Software Foundation; either version 2 of the License, or
00008 * (at your option) any later version.
00009 *
00010 * This program is distributed in the hope that it will be useful,
00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00013 * GNU General Public License for more details.
00014 *
00015 * You should have received a copy of the GNU General Public License
00016 * along with this program; if not, write to the Free Software Foundation,
00017 * Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
00018 */
00019 
00020 #ifndef _PREFERENCES_DIALOG_H
00021 #define _PREFERENCES_DIALOG_H 1
00022 
00023 #include <gtk/gtk.h>
00024 
00025 #ifdef __cplusplus
00026 extern "C"
00027 {
00028 #endif
00029 
00030     void
00031     on_preferences_activate ( GtkMenuItem * menuitem,
00032                               gpointer user_data );
00033 
00034     void
00035     on_avc_phyid_activate ( GtkMenuItem * menuitem,
00036                             gpointer user_data );
00037 
00038     void
00039     on_radiobutton_avi1_clicked ( GtkButton * button,
00040                                   gpointer user_data );
00041 
00042     void
00043     on_radiobutton_avi2_clicked ( GtkButton * button,
00044                                   gpointer user_data );
00045 
00046     void
00047     on_radiobutton_rawdv_clicked ( GtkButton * button,
00048                                    gpointer user_data );
00049 
00050     void
00051     on_preferences_dialog_ok_button_clicked
00052     ( GtkButton * button,
00053       gpointer user_data );
00054 
00055     void
00056     on_preferences_dialog_cancel_button_clicked
00057     ( GtkButton * button,
00058       gpointer user_data );
00059 
00060     void
00061     on_radiobutton_GDK_clicked ( GtkButton * button,
00062                                  gpointer user_data );
00063 
00064     void
00065     on_radiobutton_XX_clicked ( GtkButton * button,
00066                                 gpointer user_data );
00067 
00068     void
00069     on_radiobutton_XV_clicked ( GtkButton * button,
00070                                 gpointer user_data );
00071 
00072     void
00073     on_button_capture_open_clicked( GtkButton       *button,
00074                                     gpointer         user_data );
00075 
00076     /* JogShuttle stuff */
00077     gboolean
00078     on_frame_jogshuttle_grab_frame_enter_notify_event
00079     ( GtkWidget * widget,
00080       GdkEventCrossing * event,
00081       gpointer user_data );
00082 
00083     gboolean
00084     on_frame_jogshuttle_grab_frame_leave_notify_event
00085     ( GtkWidget * widget,
00086       GdkEventCrossing * event,
00087       gpointer user_data );
00088 
00089 
00090 #ifdef __cplusplus
00091 }
00092 #endif
00093 
00094 #endif
00095 

Generated on Sun Mar 11 22:11:47 2007 for Kino by  doxygen 1.4.2