[GtkD] How to use Glade?

Alexandr Druzhinin drug2004 at bk.ru
Thu May 2 17:29:57 PDT 2013


03.05.2013 7:24, Alexandr Druzhinin пишет:
>>
>> I can't believe an hour has passed so easy.
>>
>> How do I specify the doferent glade ?, During compilation ?
> if you mean glade file with different name then answer is yes. but if
> you just want to use another glade file with the same name then answer
> is no. this different glade file should has window widget with name
> window1 but with the rest no other restrictions exist. with glade you
> can create more complex application easer and after debugging build
> glade file into your application.
I was totally wrong - didn't look at code before :(
The right answer to your question is you can specify your own glade file 
into command line as second argument like this:
builder /path/to/your/glade/file/your.glade
it will be enough


More information about the Digitalmars-d-learn mailing list