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

page_export_avi.cc File Reference

#include <iostream>
#include <gtk/gtk.h>
#include <stdio.h>
#include <stdlib.h>
#include "page_export_avi.h"
#include "preferences.h"
#include "filehandler.h"
#include "message.h"
#include "page_editor.h"

Include dependency graph for page_export_avi.cc:

Go to the source code of this file.

Functions

void on_button_export_avi_file_clicked (GtkButton *button, gpointer user_data)


Function Documentation

void on_button_export_avi_file_clicked GtkButton *  button,
gpointer  user_data
 

Definition at line 327 of file page_export_avi.cc.

References common, KinoCommon::getFileToSave(), and lookup_widget().

00329     {
00330         const char *filename = common->getFileToSave( _("Enter a File Name to Save As") );
00331         gtk_widget_grab_focus( lookup_widget( GTK_WIDGET( button ), "entry_export_avi_file" ) );
00332         if ( strcmp( filename, "" ) )
00333             gtk_entry_set_text( GTK_ENTRY( lookup_widget( GTK_WIDGET( button ), "entry_export_avi_file" ) ), filename );
00334     }


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