The gtk tag has no wiki summary.
1
vote
0answers
92 views
Is the Glade GUI designer a good option for a beginner?
I am a student of Computer Science and I already have basic programming experience in Python 2.x, 3.x, C++, and HTML. I never made a program with a GUI. I have just programmed games, scripts/plugins, ...
8
votes
3answers
432 views
QT-C++ vs Generic C++ and STL
Been brushing up on my C++ lately, on Ubuntu QQ. I love the Qt framework for everything, especially building GUI's. I became quite familiar with it when using PyQt over the last few years.
When ...
1
vote
5answers
216 views
which version of Windows should use I to develop an app
I need to develop a Windows application which can be installed on any version of Windows from XP through 7.
Which version of Windows should I use for application development. I'll be using ...
2
votes
1answer
250 views
OOP when using a GUI Designer
I usually do database and web development but at the moment I'm learning desktop development with Mono and Gtk# using using the MonoDevelop IDE. I'm also using the Stetic GUI Designer inside ...
2
votes
4answers
637 views
Is it possible to keep only one Database for both web and desktop applications?
I'm experiencing a trouble with my business model, let me explain better.
I'm developing a software for 1 year and few months, it's for the food industry, more exactly a software to: Delivery, Take ...
2
votes
1answer
143 views
How do I organize a GUI application for passing around events and for setting up reads from a shared resource
My tools involved here are GTK and Haskell. My questions are probably pretty trivial for anyone who has done significant GUI work, but I've been off in the equivalent of CGI applications for my whole ...
-2
votes
1answer
276 views
Take screenshot of inactive workspace [closed]
I am trying to write a program that will take a screenshot of each workspace and then display them together to create an expo type effect.
I am currently using gtk and I can only take a screenshot of ...
3
votes
2answers
566 views
Ruby Drag-n-Drop IDE and Ruby programming related
I am writing a small desktop GUI application using Ruby and Gtk2. I am using RubyMine 3 on Linux (Fedora). I created a simple class to create a Gtk Window but now I feel it takes more time to just ...