On Mon, 24 Oct 2011 13:15:57 +0200, Jordi Sayol wrote:
> Al 23/10/11 07:35, En/na Adrian Mercieca ha escrit:
>> Hi all,
>>
>> I would be interested in having a closer look at gtkD. Is there any
>> documentation/tutorial available anywhere?
>>
>> Thanks.
>>
>>
> Here You can find a GtkD tutoria
"Andrej Mitrovic" wrote in message
news:[email protected]...
> On 10/24/11, Nick Sabalausky wrote:
>> (ie, garbage non-native controls)
>
> In reality you don't even need to use native controls to create a true
> native look. In fact using true native
On 10/24/11, Nick Sabalausky wrote:
> (ie, garbage non-native controls)
In reality you don't even need to use native controls to create a true
native look. In fact using true native controls is expensive, and even
IE/Office use custom-drawn widgets that only appear native.
There are theming API'
Al 23/10/11 07:35, En/na Adrian Mercieca ha escrit:
> Hi all,
>
> I would be interested in having a closer look at gtkD.
> Is there any documentation/tutorial available anywhere?
>
> Thanks.
>
Here You can find a GtkD tutorial in German and it's translation to English
(this last one may be imp
"%u" wrote in message news:[email protected]...
>
> Finally, is gtkD the way to go when it comes to learning gui with
> D? Which gui is the most popular with D? Which one has a future?
> And which is the easiest to learn?
>
IMO, GTK itself (ie, not just gtkD) is terrbile from an
Hi all,
I would be interested in having a closer look at gtkD.
Is there any documentation/tutorial available anywhere?
Thanks.
On Tue, 18 Oct 2011 14:44:24 +, %u wrote:
Al 18/10/11 17:08, En/na Jordi Sayol ha escrit:
> Al 18/10/11 16:44, En/na %u ha escrit:
>> Hello. I downloaded gtkD MS Windows installer, and I tried to
>> compile one of the examples shown on the gtkD website:
>>
>> http://www.dsource.org/projects/gtkd
>>
>
> There is not GtkD MS Windows instal
Al 18/10/11 16:44, En/na %u ha escrit:
> Hello. I downloaded gtkD MS Windows installer, and I tried to
> compile one of the examples shown on the gtkD website:
>
> http://www.dsource.org/projects/gtkd
>
There is not GtkD MS Windows installer on gtkd site, You've installed gtk+
runtime.
So, yo
Hello. I downloaded gtkD MS Windows installer, and I tried to
compile one of the examples shown on the gtkD website:
http://www.dsource.org/projects/gtkd
The example is below along with the problem:
import gtk.MainWindow;
import gtk.Label;
import gtk.Main;
void main(string[] args)
{
Ma