--- jaya raju <[EMAIL PROTECTED]> wrote:
> sir, > Iam prathibha.Iam working in gtk+. > i would like to know about gtk+ clearly.I started reading this material send > by someone.But iam > not thatmuch clear about this gtk+.please kindly suggest me in a way that > anyone ( a new person) > should able to understand it as c. > that mean i need clear idea about programming , and i need description about > each and everything > regards, > prathibha > ------------------------------------------------------------------------ > Confidentiality Notice > > The information contained in this Electronic Message and any ATTACHMENTs to > this message are > intended for the EXCLUSIVE USE of the ADDRESSEE(s) and may contain > CONFIDENTIAL or PRIVILEGED > information. If you are not the intended recipient, please notify the SENDER > at MIC or > [EMAIL PROTECTED] immediately and DESTROY all copies of this message and any > attachmeents. > > ------------------------------------------------------------------------ > > > _______________________________________________ > gtk-list mailing list > [email protected] > http://mail.gnome.org/mailman/listinfo/gtk-list > Have you ever done any GUI programming ? I think that GUI programming experience in any toolkit can be useful. That is, gtk+ has a lot of similarities to other GUI toolkits; it's important to understand what widget hierarchy, signals, callbacks, main event loop, etc. are. Essentially GUI programming is parallel one, i.e. you can initiate an operation pressing a button and while the operation is in progress do other things with the same GUI. Or, rather, people call it multithreaded. So, HDL (Hardware Description Languages) experience can be useful too - the languages are inherently parallel. --Sergei. Applications From Scratch: http://appsfromscratch.berlios.de/ __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ gtk-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtk-list
