Re: GTK+ CVS access FAQ out of date

2007-04-14 Thread Claudio Saavedra
Francesco, El Mon, 09-04-2007 a las 16:08 +0200, Francesco Montorsi escribió: Hi, the only document I could find for checking out the CVS repo of GTK+ is this: http://www.gtk.org/faq/#AEN325 and it seems out of date since if I follow the istructions I get: [EMAIL

button_press_event signal in GtkCellRendererToggle

2007-04-14 Thread Matí­as Alejandro Torres
Hi, How can i add a GtkCellRendererToggle the button_press_event signal without making a new widget? I have a GtkTreeView with a CheckBox (GtkCellRendererToggle) in it and I want the user modify its value by clicking on it. How can I do this? Thanks in advance. Matias.

Re: How do you develop you GTK code?

2007-04-14 Thread Robert Pearce
Hi Diogo, On Fri, 13 Apr 2007 23:57:12 -0300 you wrote: I am curious about it and really want to know: How do you develop your GTK codes? Mostly by hand. Before coming to GTK I had done some GUI apps on Windows with Borland C++ Builder, which is quite nice for drawing fixed size dialogs with

Re: How do you develop you GTK code?

2007-04-14 Thread David J. Andruczyk
On Fri, 13 Apr 2007 23:57:12 -0300 you wrote: I am curious about it and really want to know: How do you develop your GTK codes? I do a combination of by hand and via glade. Glade has several faults, the one being not being able to bind arbritrary information to widgets in the designer,

Re: How do you develop you GTK code?

2007-04-14 Thread jcupitt
On 4/14/07, Robert Pearce [EMAIL PROTECTED] wrote: The other thing to bear in mind is this: If you have a row or column of similar widgets, say buttons, then a tool like Glade or BCB requires you to place every one individually. Writing the code by hand lets you do: for ( cc=0; cc10;

Re: How do you develop you GTK code?

2007-04-14 Thread Paul Davis
On Sat, 2007-04-14 at 02:10 -0700, David J. Andruczyk wrote: though QT's designer offers something along those lines, as subclassing existing widgets is about 1000x easier than doing it in GTK+. if you opted to work in the same object oriented language that Qt uses, and just used gtkmm, you

Re: How do you develop you GTK code?

2007-04-14 Thread Richard Boaz
Hi, Like the others posting so far, I do not use any IDE to program my gtk + app. I had a quick look once upon a time, but quickly determined that if you want or require to change the code that is automatically generated, you might as well just write your own instead of trying to get in

Re: How do you develop you GTK code?

2007-04-14 Thread Tristan Van Berkom
On Sat, 2007-04-14 at 15:00 +0200, Richard Boaz wrote: Hi, Like the others posting so far, I do not use any IDE to program my gtk + app. I had a quick look once upon a time, but quickly determined that if you want or require to change the code that is automatically generated, you might

Re: How do you develop you GTK code?

2007-04-14 Thread David J. Andruczyk
In the case of my app (MegaTunix) the app gui is 100% glade, though some widget are built manually and placed into of a glade designed object as like others have said, they are dynamic and not predictable until during runtime. Due to the niche nature of my app, and the multitude of controls

Re: How do you develop you GTK code?

2007-04-14 Thread David J. Andruczyk
I do pretty much as you, regarding variable naming, unneeded vars (i.e. mainly layout containers and static labels in glade), are just left to be named via glade's default naming system. Since my app (megatunix) is 100% built in glade, pretty much evey widget there that require signal handlers

calendar with Gtk+ 2.0

2007-04-14 Thread vicente garcia
Hi, I'm programming a GTK program with freepascal and MySQL. The application must administer a Medical center and I need a calendar to show when the patients must go to the doctor. I'm working with the widget GtkCalendar, it's cool but I need something like this:

Re: calendar with Gtk+ 2.0

2007-04-14 Thread Andrew Sobala
vicente garcia wrote: Hi, I'm programming a GTK program with freepascal and MySQL. The application must administer a Medical center and I need a calendar to show when the patients must go to the doctor. I'm working with the widget GtkCalendar, it's cool but I need something like this:

Re: How do you develop you GTK code?

2007-04-14 Thread Diogo Ramos
Thank you for all your reply. It's been really useful. I am getting really good info about all of it. Not just the what use to develop, but also about what technique to use. For example, I use A LOT of variables to construct a simple dialog, but I think it will be more sane to use just one or

Re: Selectively trapping keypresses

2007-04-14 Thread Jeffrey Ratcliffe
On 13/04/07, Jeffrey Ratcliffe [EMAIL PROTECTED] wrote: How do I check whether a Gtk2::Ex::Simple::List is being edited (when selectively trapping keypresses)? a. When the user presses enter, save the new data to a file I'm being dim (serves me right for coding when I should be in bed).

Re: Selectively trapping keypresses

2007-04-14 Thread muppet
On Apr 14, 2007, at 8:39 AM, Jeffrey Ratcliffe wrote: On 13/04/07, Jeffrey Ratcliffe [EMAIL PROTECTED] wrote: How do I check whether a Gtk2::Ex::Simple::List is being edited (when selectively trapping keypresses)? a. When the user presses enter, save the new data to a file I'm being dim

Re: GtkIMContext still be missed

2007-04-14 Thread alexe . cn
Anybody can help me? 2007/4/9, [EMAIL PROTECTED] [EMAIL PROTECTED]: hi, I couldn't found GtkIMContext module in gtk2-perl. I remember muppet made a patch for it, but i lost that patch. Can muppet commit it to the cvs source? -- +---+ |By

Re: GtkIMContext still be missed

2007-04-14 Thread muppet
On Apr 14, 2007, at 10:07 PM, [EMAIL PROTECTED] wrote: Anybody can help me? 2007/4/9, [EMAIL PROTECTED] [EMAIL PROTECTED]: hi, I couldn't found GtkIMContext module in gtk2-perl. I remember muppet made a patch for it, but i lost that patch. Can muppet commit it to the cvs source? Sorry