Frederico,
Your CCLIST dropped the reference to gtk-app-devel-l...@gnome.org.
Which will certaily impact who can respond.
Here is your example you asked for.
Regards,
James Scott, Jr.
Registered Linux User #270764
/* Sampler.c */
#include
static gchar* fn_get_file (GtkWindow *parent, gchar
Frederico,
From your code listing part of your problem could be this syntax error:
gtk_file_chooser_add_filter(*chooser, *filtro);
it should read;
gtk_file_chooser_add_filter(chooser, filtro);
James,
On Thu, 2009-01-15 at 22:58 -0200, frederico schardong wrote:
> Hi,
>
> anybody can help me
On Thu, 15 Jan 2009, frederico schardong wrote:
> anybody can help me to resolve this?
>
> GtkFileFilter *filtro;
> GtkWidget *chooser;
> //GtkFileChooser *chooser;
>
> gtk_file_filter_set_name(filtro,"bmp");
>
> chooser = gtk_file_chooser_dialog_new ("Open File",
> parent_wi
Hi,
anybody can help me to resolve this?
GtkFileFilter *filtro;
GtkWidget *chooser;
//GtkFileChooser *chooser;
gtk_file_filter_set_name(filtro,"bmp");
chooser = gtk_file_chooser_dialog_new ("Open File",
parent_window,
GTK_FILE_CHOOSER_ACTION_OPEN,