Hi,
> > On Tue, Jul 6, 2010 at 2:09 AM, Sharad Birmiwal > <[email protected]>wrote: > >> On Thu, Jun 17, 2010 at 3:01 AM, Sharad Birmiwal >> <[email protected]> wrote: >> > On Thu, Jun 17, 2010 at 12:56 AM, sandeep kumar >> > <[email protected]> wrote: >> >> newbie to linux >> >> starting(to learn) user interface design in c >> >> tell me where to start >> >> explain me the terms gnome, qtdesigner, glade and ncurses >> >> any help would be thankful >> >> Welcome to Gnu/Linux. Gnome have Gtk library which is written in c. Using thic gtk library only ubuntu is developed. we can import this gtk library in C, Ruby, Python , etc., For python we have to use PyGtk. Qt: Qt is gui library for KDE environment. Kubuntu is developed under Qt only. Glade : I love glade. Glade is gui interface. we can drag and drop to make gui interface. then we have to set signals for each button,box,etc. And then we have to write code for functional activities in C, Ruby, Python, Java, etc., Ruby & Python is very easy to do this. ncurses : Its is interface designer ( not graphical user interface, its character user interface ) While the application will be run only in terminal [not in gui] means, we can use to make console kind of application . It will be useful to make good interface look even in terminal. we can import ncurses in python also. Keep Rock, wishes. -- Regards, Arulalan.T Kanchi Linux User Group Rocks ! http://kanchilug.wordpress.com My Experiments In Linux are here http://tuxcoder.wordpress.com -- l...@iitd - http://tinyurl.com/ycueutm
