Re: Can I fix crush file_chooser_dialog on windows?

2017-09-08 Thread michinari.nukazawa
, michinari.nukazawa wrote: Hello. I tryed update gtk version 3.22.15 to 3.22.18 . Nothing new other issue. But crush near a file_chooser_dialog problem is not changed. What should I try? Thanks. On 2017年08月27日 00:12, michinari.nukazawa wrote: Hello. I develop vecterion vector graphics editor in GTK3

Re: Can I fix crush file_chooser_dialog on windows?

2017-09-08 Thread michinari.nukazawa
. What should I try? Thanks. used gtk package: https://osdn.net/users/mnukazawa/pf/gtk3_library_binary_package/files/?id=14971 repository and build script: https://github.com/MichinariNukazawa/vecterion_vge/blob/master/deploy/packaging_win64.sh On 2017年09月07日 22:46, michinari.nukazawa wrote

Re: Can I fix crush file_chooser_dialog on windows?

2017-09-07 Thread michinari.nukazawa
Hello. I tryed update gtk version 3.22.15 to 3.22.18 . Nothing new other issue. But crush near a file_chooser_dialog problem is not changed. What should I try? Thanks. On 2017年08月27日 00:12, michinari.nukazawa wrote: Hello. I develop vecterion vector graphics editor in GTK3/cairo. https

Can I fix crush file_chooser_dialog on windows?

2017-08-26 Thread michinari.nukazawa
-17.08develop-0398e85\bin\libgtk-3-0.dll ---Type to continue, or q to quit--- -- == Michinari.Nukazawa in the project "daisy bell" https://daisy-bell.booth.pm/ == ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome

Re: gtk-update-icon-cache.exe is not work?

2017-07-27 Thread michinari.nukazawa
. Thanks. On 2017年07月25日 23:21, michinari.nukazawa wrote: Hello. I develop vecterion vector graphics editor in GTK3/cairo. https://github.com/MichinariNukazawa/vecterion_vge I get this error message. === (vecterion_vge.exe:5292): Gtk-WARNING **: Could not load a pixbuf from icon theme. This may

gtk-update-icon-cache.exe is not work?

2017-07-25 Thread michinari.nukazawa
Hello. I develop vecterion vector graphics editor in GTK3/cairo. https://github.com/MichinariNukazawa/vecterion_vge I get this error message. === (vecterion_vge.exe:5292): Gtk-WARNING **: Could not load a pixbuf from icon theme. This may indicate that pixbuf loaders or the mime database could

Re: Can I get GTK_RESPONSE_ACCEPT/REJECT from modal dialog by glade.

2017-06-25 Thread michinari.nukazawa
cs/Gtk-3.0/enums.html#Gtk.ResponseType Thanks. On 2017年06月25日 18:04, Tristan Van Berkom wrote: Hi On Jun 25, 2017, at 5:40 PM, michinari.nukazawa <michinari.nukaz...@gmail.com> wrote: Hello. I develop vecterion vector graphics editor in GTK3/cairo. https://github.com/MichinariNukazawa

Can I get GTK_RESPONSE_ACCEPT/REJECT from modal dialog by glade.

2017-06-25 Thread michinari.nukazawa
_RESPONSE_ACCEPT/REJECT. Can I get the dialog with GTK_RESPONSE_ACCEPT/REJECT, by configuration in glade( or other way)? Thanks. -- == Michinari.Nukazawa in the project "daisy bell" https://daisy-bell.booth.pm/ == ___ gtk-app-de

Fwd: Re: Cross platform development

2017-03-17 Thread michinari.nukazawa
Oops! sorry I forget CC for gtk-app-devel-list. Thanks. Forwarded Message Subject:Re: Cross platform development Date: Sat, 18 Mar 2017 08:54:53 +0900 From: michinari.nukazawa <michinari.nukaz...@gmail.com> To: Dirk Gottschalk <dirk.go

Re: Can I get libgtk dependency packages automation.

2017-03-16 Thread michinari.nukazawa
Hum... I decided to use this binary. https://www.dropbox.com/sh/8d1qbh5dsp044on/UgkALzhlqH Thanks. On 2017年03月07日 03:05, michinari.nukazawa wrote: Hello. I devel to the vecterion vector graphics editor. https://github.com/MichinariNukazawa/vecterion_vge on Linux and Win64. libgtk binary

Can I get libgtk dependency packages automation.

2017-03-06 Thread michinari.nukazawa
-Script/blob/master/gimp_make.sh ) I love libgtk, is good cross platform desktop application library. Thanks! -- == Michinari.Nukazawa in the project "daisy bell" https://daisy-bell.booth.pm/ == ___ gtk-app-devel-list mailing li

Can I get recursive child menu_item in menu_bar?

2015-12-11 Thread michinari.nukazawa
= next->next; } } == -- == Michinari.Nukazawa in the project "daisy bell" https://daisy-bell.booth.pm/ == ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Can I get best practice of writing to menubar in modern gtk3?

2015-12-06 Thread michinari.nukazawa
} if(!pv_menubar_apply(menubar, container)){ return false; } return true; } int main(int argc, char **argv) { GtkWidget *window; gtk_init(, ); g_signal_connect(window, "destroy", G_CALLBACK(gtk_main_quit), NULL); GtkWidget *box; box = gtk_box_new (

Re: Can I get best practice of writing to menubar in modern gtk3?

2015-12-05 Thread michinari.nukazawa
need is method "1" like coding sample...) Thanks. On 2015年12月05日 21:41, michinari.nukazawa wrote: I try append menu on gtk3 application. I understood that there were two methods. 1. gtk_ui_manager + gtk_action_group 2. gtk_menu_item + gtk_accel_group method "1" is easy mainte

Can I get best practice of writing to menubar in modern gtk3?

2015-12-05 Thread michinari.nukazawa
elerators (ex. "Ctrl+Q") ? ( Do Gtk3 developers think the MenuItem to be wind-bell or something which hung from the edge of the eaves? not a method to call a function? ) -- == Michinari.Nukazawa in the project "daisy bell" https://daisy-bell.booth.pm/ == _

Can I get widget change background color of simple way in modern gtk3?

2015-11-28 Thread michinari.nukazawa
Hello. Old day. I should have done writing code of simple one line if I demanded the change of the background color But it does not seem to be so now. and nothing (simple) example code. I see gtk3-demo. Using callback and other. not one line. gtk_widget_modify_bg(window, GTK_STATE_NORMAL, );

Re: Can I get widget change background color of simple way in modern gtk3?

2015-11-28 Thread michinari.nukazawa
LL); g_object_unref (provider); === Thanks. On 2015年11月29日 10:02, Emmanuele Bassi wrote: Hi; this question has been asked and answered multiple times on this mailing list. You should look at the archives on: https://mail.gnome.org/archives/gtk-app-devel-list/ Ciao, Emmanuele. On 29 November