Koenraad Lelong wrote:
> Hi,
> I wanted to use a gtk_file_chooser_button, but I couldn't because
> gtk_file_chooser_button_new doesn't exist (v2.0.3 and svn-version). So I
> added it (and some others) in gtkfilechooser.inc (see enclosed diff). Is
> this the right place ?
I think it should go to s
Hi,
I wanted to use a gtk_file_chooser_button, but I couldn't because
gtk_file_chooser_button_new doesn't exist (v2.0.3 and svn-version). So I
added it (and some others) in gtkfilechooser.inc (see enclosed diff). Is
this the right place ? I still have to find out how to get the file-name
out o
On 6/3/06, L505 <[EMAIL PROTECTED]> wrote:
You simply can't always write tests *before* you develop your program because
this is
too much design up front. If you know all the tests you should write before you
even *have
A am afraid you are very misguided about what Test Driven Development
act