Re: multiple GTKentry inside a GTKnotebook

2012-06-23 Thread Mariano Gaudix
Rudra can see the example . I uploaded a new code .downloads in .. MEDIAFIRE .. http://www.mediafire.com/?4l8qo1wtk35dcqb Rudra , let me know if you will download , the example. 2012/6/24 Rudra Banerjee > Friends, > Plz show

Re: multiple GTKentry inside a GTKnotebook

2012-06-23 Thread Rudra Banerjee
Friends, Plz show me how to do that. On Mon, 2012-06-18 at 23:28 +0530, Rudra Banerjee wrote: > Friends, > pasted is a minimal layout of my trial to create a bibliography maker. > The problem is, in Authors tab inside notebook, I want to edit 3 more > entry, as Editor an example. But its taking

Re: Porting Between Linux and Windows

2012-06-23 Thread 3rdShift
Eric, I would suggest to go with Gtkmm [1] as it is the official Gnome C++ wrapper. It is pretty mature by now, has plenty of documentation, and used by a plethora of real world applications. The one I would recommend to look at and learn from is WorkRave [2]. You can quickly install and try it ou

Re: Porting Between Linux and Windows

2012-06-23 Thread Chris Vine
On Sat, 23 Jun 2012 18:13:41 -0400 (EDT) Allin Cottrell wrote: > You say you're learning C++. If you have good reason to do that, > then fine, but note that GTK itself is written in C and is > C-oriented. Using C++ will complicate matters. You say you're new to > this, so let me point out that

Re: Porting Between Linux and Windows

2012-06-23 Thread Michael Cronenworth
On 06/15/2012 07:33 PM, Eric Tavenner wrote: [snip] Other people have answered the rest of your e-mail pretty well. I'd recommend C over C++ as well, as explained in the other e-mails. There are "Hello World" C source files in GTK documentation. Be sure to look them over. http://developer.g

Re: Porting Between Linux and Windows

2012-06-23 Thread Allin Cottrell
On Fri, 15 Jun 2012, Eric Tavenner wrote: I am trying to teach myself C++. My goal is to be able to write code for the same app in either Linux or Windows, and compile for both from the same code. Is this possible? Yes, not much of a problem, particular if you cross-compile on Linux. I h

Re: Porting Between Linux and Windows

2012-06-23 Thread jcupitt
On 16 June 2012 01:33, Eric Tavenner wrote: > I am trying to teach myself C++.  My goal is to be able to write code for > the same app in either Linux or Windows, and compile for both from the same > code.  Is this possible? Yes, I have a largish C/C++ program which I can build for Windows and Li

gdk_pixbuf_save() and const argument issue

2012-06-23 Thread Tom
Hi, I am a user of gtkmm library. In my application I show some calculated image data employing a Gtk::Image that is initialized with a Glib::RefPtr . Within my saving method I fetch the data as follow: 1 Gtk::Image const& img (my_canvas->getImage()); // getImage() is const 2 Glib::RefPtr pix_bu

Re: How To Script .gtkrc-2.0?

2012-06-23 Thread Paul Davis
On Tue, Jun 12, 2012 at 1:48 AM, Johny Why wrote: > Why odd? > How do other gtk theme editors do it? > what other theme editors? if they exist, go read the source ... ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.o

Re: How To Script .gtkrc-2.0?

2012-06-23 Thread Paul Davis
On Tue, Jun 12, 2012 at 12:11 AM, johny why wrote: > Can gtk_rc_parse_string or other functions on the page below be used > to write to the gtkrc-2.0 file? Or only read? > as already explained, read only. > http://developer.gnome.org/gtk/stable/gtk-Resource-Files.html > > Is there dev support

Porting Between Linux and Windows

2012-06-23 Thread Eric Tavenner
I am trying to teach myself C++. My goal is to be able to write code for the same app in either Linux or Windows, and compile for both from the same code. Is this possible? I have Code::Blocks 10.05 on both OSes, (Fedora 17 and Windows 7) on a 64 bit machine. Currently Fedora has GTK 2.24.10 and