Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
C++ Application Development with Code::Blocks

You're reading from   C++ Application Development with Code::Blocks Using Code::Blocks it's possible for C++ developers to create application consistency across multiple platforms. This book takes you through the process from installation to implementing advanced features, all with a user-friendly approach.

Arrow left icon
Product type Paperback
Published in Oct 2013
Publisher
ISBN-13 9781783283415
Length 128 pages
Edition Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
BIPLAB MODAK BIPLAB MODAK
Author Profile Icon BIPLAB MODAK
BIPLAB MODAK
Arrow right icon
View More author details
Toc

wxWidgets GUI toolkit


A GUI toolkit is a set of header files and libraries that makes GUI development easier for developers. There are several GUI toolkits available in the market, few of them are stated as follows:

  • Microsoft Foundation Class (MFC): It is a set of classes that acts as a wrapper to Win32 api. This comes bundled with commercial versions of Visual Studio. MFC is proprietary and requires a Visual Studio license in order to use it. MFC app have native look and feel.

  • Qt (pronounced as "cute"): It is a Open source and cross-platform GUI toolkit developed by Digia. Qt is licensed under both commercial and GPL/LGPL license. It is available on wide range of platforms including Windows, Linux, Mac, and so on. Qt drawn GUI is a custom drawn UI and may differ from a standard app on a platform.

  • wxWidgets: It is another open source and cross-platform GUI toolkit licensed under wxWindows license (based on LGPL but less restrictive). It's generated UI has native look and feel as it uses...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image