get icon from filename

2014-04-01 Thread Wiky
directory' Sorry for my English -- ----- Wiky L ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

.goutputstream-*?

2014-02-28 Thread Wiky
Hello,I'm writing a program, which download file from web and save it. I use GFileOutputStream to save the data. httper->fOutput = g_file_replace(file, NULL, FALSE, G_FILE_CREATE_NONE, NULL, NULL); ... g_output_stream_write(G_OUTPUT_STREAM(httper->fOutput),

How ot remove the minimize and maximize button of GtkWindow

2014-02-20 Thread Wiky
The default GtkWindow has a minimize , a maximize and a close button in the right or left top coner. But I want a window which only has a close button. How can I remove the minimize and maximize button? ___ gtk-app-devel-list mailing list gtk-app-devel

How to locate the 'Gtk-WARNING' line number

2014-02-17 Thread Wiky
Hi,all. I'm currently writing a program based Gtk+-3.0. When it runs, I get '(a.out:10874): Gtk-WARNING **: Failed to ...' in the terminal. I know the problem is about GtkLabel, but I really don't know which GtkLabel. Is there a way to locate the line numer that give the warning? Sorry for my en

Disable GtkEntry Context Menu

2013-10-04 Thread Wiky
hi all, I create a GtkEntry but it has a context menu by default. How can I disable it. in Gtk+-3.6 ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list