Re: "gettext-runtime" is not available

2013-11-01 Thread narcisse doudieu siewe
hello I have the following error in the execution of my program: the procedure entry point g_mutex_clear could not be located in the dynamic link library libglib-2.0-0.dll I use the Gtk+-3.6.4 version available on windows plateform I use windows 7  Le Vendredi 1 novembre 2013 17h23, Tarny

Re: "gettext-runtime" is not available

2013-11-01 Thread narcisse doudieu siewe
ok, I will try it Le Vendredi 1 novembre 2013 21h03, Tarnyko a écrit : narcisse doudieu siewe writes: > hello I have the following error in the execution of my program: > > the procedure entry point g_mutex_clear could not be located in the dynamic > link library libgl

Re: Stock items (button images / menu images etc)

2013-12-12 Thread narcisse doudieu siewe
uses gtk3 instead of Gtk2    Narcisse Doudieu Siewe Ingenieur telecom Option : reseaux et services mobiles   Tel:    (221) 77-801-10-75   : wambenarci...@yahoo.fr Le Jeudi 12 décembre 2013 14h15, Paul Davis a écrit : On Thu, Dec 12, 2013 at 5:48 AM, John Emmas wrote:   I'm

Re: gtk_notebook_get_tab_label_text ()

2013-12-12 Thread narcisse doudieu siewe
  Narcisse Doudieu Siewe Ingenieur telecom Option : reseaux et services mobiles   Tel:    (221) 77-801-10-75   : wambenarci...@yahoo.fr gint cur_page = gtk_notebook_get_current_pageg(); GtkWidget* child = gtk_notebook_get_nth_page(note_book, cur_page); GtkWidget* label

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-25 Thread narcisse doudieu siewe
Hello Tarnyko, Many thanks to your great work on making Gtk3 available on Windows. I need your help to build the 3.10 version of Gtk for a management software of a Optical fiber project for my campagny...it is very hard to compile glib2.38  could you help me please? some suggestion  Le Jeudi

Re: pkg.m4 missing in pkg-config v0.28 tool download for GTK+ 3.x on win32

2014-01-26 Thread narcisse doudieu siewe
thanks:) but, I cannot find the Gtk3.10 version here  http://www.tarnyko.net/repo/gtk3_build_system/ Le Dimanche 26 janvier 2014 7h49, Tarnyko a écrit : Hello Narcisse, narcisse doudieu siewe writes: > Hello Tarnyko, > Many thanks to your great work on making Gtk3 available on W

How to implement an GInterface class from its python binding? ex of Gtk.CellEditable

2014-02-01 Thread narcisse doudieu siewe
Some general question it is for the python binding of Gtk3 I actually try to create a custom widget which implements try Gtk.CellEditable but nothing good appears, any suggestions? my code: # -*- coding:utf-8 -*- from gi.repository import Gtk, Gio, GLib, GObject from gi.overrides import keysym

Re: Problem Related to Instillation of GTK+

2014-04-30 Thread narcisse doudieu siewe
go to the following link and you will get the lastest Gtk version avaible for windows system: http://win32builder.gnome.org/gtk+-bundle_3.6.4-20130921_win32.zip Le Mercredi 30 avril 2014 18h54, somnath pradhan a écrit : Hi, How to install GTK+ in windows systems. When i ma typing 

Re: Issue with linking.

2014-06-09 Thread narcisse doudieu siewe
if win is your GtkWindow, use: GTK_WIDGET(win)  or cast it like  (GtkWidget *)win Le Mardi 10 juin 2014 1h26, Bill Brown a écrit : Hello Gtk users / devs: I've got a program that compiles against gtk3 but fails to link.  The error I get is.  [ERROR] /usr/bin/ld: /home/bill//container.

Re: Re: Would it be possible that gtk implementation in C++

2014-08-09 Thread narcisse doudieu siewe
search for gtkmm it is the c++ binding for gtk. Le Samedi 9 août 2014 15h12, richard boaz a écrit : i'm confused... if you think it's such a good idea, why don't you do it yourself?  or, rather, why do you expect others to do it for you?   or are you another one of many who thinks that

Re: [SOLVED] Re: gtk3 (3.13.5) under windows with semi transparent window border

2014-08-16 Thread narcisse doudieu siewe
Hello Andrea, could you explain me how to build Gtk+3.13.5 under windows?  best regards Le Samedi 16 août 2014 13h11, Andrea Zagli a écrit : Il giorno gio 07 ago 2014 11:24:26 CEST, Andrea Zagli ha scritto: > i'm trying gtk+3 3.13.5 under windows, with msys2 > > adwaita theme looks very n

Re: [SOLVED] Re: gtk3 (3.13.5) under windows with semi transparent window border

2014-08-16 Thread narcisse doudieu siewe
mingw would be a good choice for me and msvc too Best regards Le Dimanche 17 août 2014 0h57, Dub a écrit : Are you looking for building via msvc or mingw/cgywin? On Sat, Aug 16, 2014 at 7:33 PM, narcisse doudieu siewe wrote: > >Hello Andrea, >could you explain me how to

Re: [SOLVED] Re: gtk3 (3.13.5) under windows with semi transparent window border

2014-08-17 Thread narcisse doudieu siewe
Thanks, I will try this. Le Dimanche 17 août 2014 1h52, Dub a écrit : msvc: https://wiki.gnome.org/Projects/GTK+/Win32/MSVCCompilationOfGTKStack MinGW: I'm not 100% sure. On Sat, Aug 16, 2014 at 10:13 PM, narcisse doudieu siewe wrote: mingw would be a good choice for me and msv

Re: [SOLVED] Re: gtk3 (3.13.5) under windows with semi transparent window border

2014-10-17 Thread narcisse doudieu siewe
xpat-2.5.3" library that I can't compile So how to pass this problem? Many Thanks. Le Samedi 16 août 2014 23h33, narcisse doudieu siewe a écrit : Hello Andrea, could you explain me how to build Gtk+3.13.5 under windows? best regards Le Samedi 16 août 2014 13h11, Andrea Zag

Re: Gtk+ Win 64

2014-10-27 Thread narcisse doudieu siewe
it is about which version of GTK??to compile Gtk+3( v > 3.6.4 ) on windows you have to be an expert...it is not easythere are some many problems with dependencies library Glib for example is complicatedto compile...On Linux it easy but on Windows that is another problem Le Lundi 27 octob