|
|
| Author |
Message |
|
|
ramesh GTK+ Guru
Joined: 16 Nov 2006 Posts: 270 Location: INDIA
|
Posted: Wed Jun 24, 2009 6:12 pm Post subject: gtk framework |
|
|
Hi all
what is gtk framework, where it is using..
is this software is available for windows vista.
please provide me links..
can i have a good tutorial for gtk framework
any help it should be appreciable |
|
| Back to top |
|
 |
dreblen Never Seen the Sunlight
Joined: 14 Jun 2007 Posts: 936 Location: Falun, WI USA
|
Posted: Fri Jun 26, 2009 2:47 am Post subject: |
|
|
The only thing I know that's associated with "GTK+ Framework" is the "GTK+ on OSX" project.
http://www.gtk-osx.org/
And this is not available on Windows Vista :) |
|
| Back to top |
|
 |
ramesh GTK+ Guru
Joined: 16 Nov 2006 Posts: 270 Location: INDIA
|
Posted: Fri Jun 26, 2009 4:42 am Post subject: |
|
|
| dreblen wrote: | The only thing I know that's associated with "GTK+ Framework" is the "GTK+ on OSX" project.
http://www.gtk-osx.org/
And this is not available on Windows Vista :) |
thank you.
i need tutorial for framework |
|
| Back to top |
|
 |
dreblen Never Seen the Sunlight
Joined: 14 Jun 2007 Posts: 936 Location: Falun, WI USA
|
Posted: Fri Jun 26, 2009 5:42 pm Post subject: |
|
|
I don't have a Mac so I can't be sure, but I believe that it should be the same API:
API Reference
GTK+ 2.0 Tutorial |
|
| Back to top |
|
 |
tadeboro Never Seen the Sunlight
Joined: 23 Jul 2008 Posts: 2114 Location: Slovenia
|
Posted: Fri Jun 26, 2009 6:48 pm Post subject: |
|
|
Hello.
There is no such thing as GTK+ framework in sense like .Net framework.
GTK+ is a graphical toolkit. It's purpose is to provide facilities to write graphical user interface parts of applications. All functionality besides GUI manipulation isn't done by GTK+, applications rely on other libraries for core functionality (for example, we have GIO for input/output functionality).
Just my two cents. |
|
| Back to top |
|
 |
ramesh GTK+ Guru
Joined: 16 Nov 2006 Posts: 270 Location: INDIA
|
Posted: Sat Jun 27, 2009 5:17 pm Post subject: |
|
|
| tadeboro wrote: | Hello.
There is no such thing as GTK+ framework in sense like .Net framework.
GTK+ is a graphical toolkit. It's purpose is to provide facilities to write graphical user interface parts of applications. All functionality besides GUI manipulation isn't done by GTK+, applications rely on other libraries for core functionality (for example, we have GIO for input/output functionality).
Just my two cents. |
yeah! you are true tade.
one fellow asked me this stupid question about gtk framework, i freezed few seconds.
thank you for clear this.
is gtk program can write without using gtk API. |
|
| Back to top |
|
 |
|