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

page_export_stills.cc File Reference

#include <vector>
#include <iostream>
#include <gtk/gtk.h>
#include <stdio.h>
#include <stdlib.h>
#include "page_export_stills.h"
#include "preferences.h"
#include "kino_common.h"
#include "frame.h"
#include "page_editor.h"
#include "message.h"

Include dependency graph for page_export_stills.cc:

Go to the source code of this file.

Functions

void on_button_export_stills_file_clicked (GtkButton *button, gpointer user_data)


Function Documentation

void on_button_export_stills_file_clicked GtkButton *  button,
gpointer  user_data
 

Definition at line 200 of file page_export_stills.cc.

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

00202     {
00203         const char *filename = common->getFileToSave( _("Enter a File Name to Save As") );
00204         gtk_widget_grab_focus( lookup_widget( GTK_WIDGET( button ), "entry_export_stills_file" ) );
00205         if ( strcmp( filename, "" ) )
00206             gtk_entry_set_text( GTK_ENTRY( lookup_widget( GTK_WIDGET( button ), "entry_export_stills_file" ) ), filename );
00207     }


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