time handling with gtkmm

2007-02-20 Thread elpillo
iam seaching for some function in gtkmm to handle time, and with that control some thread that i have in my aplication. ive search but i havent found anythinigany help will be useful. gratings Raul -- View this message in context:

Gtkmm, LGPL and C++

2007-02-20 Thread Neil
Hi Gtkmm is really well put together and an inspiring advert for what a community can achieve. I've used it internally and now want to use it for an external educational product that I'd need to be able to sell on a commercial basis. Is there any practical way I can do that without releasing

subclassing Gtk::CellRendererCombo

2007-02-20 Thread Thomas Sailer
I'm trying to subclass Gtk::CellRendererCombo. If I use Gtk::CellRendererCombo, everything works. If I use LblPlacementCellRenderer, displaying values works, but editing doesn't. start_editing_vfunc always returns 0. class LblPlacementCellRenderer : public Gtk::CellRendererCombo { public:

To Murray

2007-02-20 Thread Matis
Hi. Gtkmm is really great thing, it has almost all things ported form gtk+, and when new gtk+ version is coming we also get new gtkmm. I was wondering recently why You (Murray) do this? I suppose that this is not easy and quick work, porting all that stuff. Do You have any profits from this?

Re: To Murray

2007-02-20 Thread Paul Davis
On Wed, 2007-02-14 at 10:22 +0100, Matis wrote: Hi. Gtkmm is really great thing, it has almost all things ported form gtk+, and when new gtk+ version is coming we also get new gtkmm. I was wondering recently why You (Murray) do this? I suppose that this is not easy and quick work,

Re: time handling with gtkmm

2007-02-20 Thread John Spray
On Tue, 2007-02-20 at 10:13 -0500, Paul Davis wrote: On Wed, 2007-02-07 at 20:32 -0800, elpillo wrote: iam seaching for some function in gtkmm to handle time, and with that control some thread that i have in my aplication. ive search but i havent found anythinigany help will be

Re: To Murray

2007-02-20 Thread Jonathon Jongsma
there is a secret group of insanely hot female hackers who promise an endless supply of insatiable carnal lust for anyone who hacks on C++ wrappers for C libraries. Murray has an inside link there, and it seems to keep him motivated. Paul, I realize that this was a joke, but I'd hate for

Re: To Murray

2007-02-20 Thread Paul Davis
On Tue, 2007-02-20 at 09:55 -0600, Jonathon Jongsma wrote: there is a secret group of insanely hot female hackers who promise an endless supply of insatiable carnal lust for anyone who hacks on C++ wrappers for C libraries. Murray has an inside link there, and it seems to keep him

Text Entry Box - text alignment

2007-02-20 Thread Michael Fasolino
All, I am using a Text Entry box (GtkEntry), and am trying to find a way to align the text in such a way that when the text is longer than the entry box can display, it will display the last part of the text and not the first. Specifically, I am allowing the user to enter in a file name

Re: Text Entry Box - text alignment

2007-02-20 Thread Jonathon Jongsma
On 2/20/07, Michael Fasolino [EMAIL PROTECTED] wrote: All, I am using a Text Entry box (GtkEntry), and am trying to find a way to align the text in such a way that when the text is longer than the entry box can display, it will display the last part of the text and not the first.

Re: Gtkmm, LGPL and C++

2007-02-20 Thread Jonathon Jongsma
On 2/9/07, Neil [EMAIL PROTECTED] wrote: Hi Gtkmm is really well put together and an inspiring advert for what a community can achieve. I've used it internally and now want to use it for an external educational product that I'd need to be able to sell on a commercial basis. Is there any

Code Compiles in Win32/Linux; dies in Win32 only

2007-02-20 Thread Eric P
Hi, I'm newb to gtkmm. Loving it so far. I often have a problem with code that compiles/executes fine in Linux and compiles in Win32 but bails on execution. The only thing I can think of is my versions of GTK/GTKmm aren't compatible(?) Installed: GTK+ dev. env. for Windows 2.10.7-1 - from

Re: Code Compiles in Win32/Linux; dies in Win32 only

2007-02-20 Thread Jonathon Jongsma
On 2/20/07, Eric P [EMAIL PROTECTED] wrote: Hi, I'm newb to gtkmm. Loving it so far. I often have a problem with code that compiles/executes fine in Linux and compiles in Win32 but bails on execution. The only thing I can think of is my versions of GTK/GTKmm aren't compatible(?)

Re: Gtkmm, LGPL and C++

2007-02-20 Thread Chris Vine
On Tuesday 20 February 2007 17:44, Jonathon Jongsma wrote: I believe there was some talk in the past about adding explicit language to the license regarding templates, but nobody has cared enough to propose language so far. That is not correct. Look at the archive. Chris

Gtk::DrawingArea

2007-02-20 Thread TheLonelyStar
Hello dear community, I have trouble with Gtk::DrawingArea. Since the class seem to have no more than the gobj() member function, I tried the following (copying from examples I found in the net): bool on_exposure(GdkEventExpose* event) { Gtk::DrawingArea*

Re: Yet another problem with threads :

2007-02-20 Thread Chris Vine
On Thursday 08 February 2007 12:53, tboloo wrote: I'm trying to utilize threads in my app. Since there aren't many materials covering this topic this may be something trivial, but I really searched a lot and didn't find anything that would help me. This is what I've achieved so far : [snip]

Re: Gtk::DrawingArea

2007-02-20 Thread Paul Davis
On Tue, 2007-02-20 at 14:47 -0800, TheLonelyStar wrote: Hello dear community, I have trouble with Gtk::DrawingArea. Since the class seem to have no more than the gobj() member function, I tried the following (copying from examples I found in the net): bool on_exposure(GdkEventExpose*

About Gtk::MessageDialog

2007-02-20 Thread Leonel Salazar Videaux
Hello everyone, I just create a small program and need to show a message to the user, all is fine untill I saw that my program shows the dialog, but not close it by the Gtk::BUTTONS_OK, only pressing Close in the title bar, what can I do for see the OK button closing the MessageDialog ?

Re: To Murray

2007-02-20 Thread Pierre THIERRY
Scribit Jonathon Jongsma dies 20/02/2007 hora 09:55: I realize that this was a joke, but I'd hate for comments like this to discourage contributions to gtkmm from women. I'm a bit curious about this remark: did you hear any female hacker specifically complaining about this kind of joke? I'd

Fwd: Gtkmm, LGPL and C++

2007-02-20 Thread Jonathon Jongsma
oops, forgot to copy the list... -- Forwarded message -- From: Jonathon Jongsma [EMAIL PROTECTED] Date: Feb 20, 2007 9:38 PM Subject: Re: Gtkmm, LGPL and C++ To: Chris Vine [EMAIL PROTECTED] On 2/20/07, Chris Vine [EMAIL PROTECTED] wrote: On Tuesday 20 February 2007 17:44,