Skip to main content

Questions tagged [gtk]

-2 votes
1 answer
319 views

I have an application written in C. I have to develop a GUI for it. This application will be connected to the internet and will send and receive requests and responses through the network. One way is ...
Solace's user avatar
  • 97
0 votes
2 answers
192 views

For context, I'm building a GTK+ application in C where a subclass of GtkApplicationWindow creates and displays a subclass of GtkToolbar and a GtkNotebook (a widget with multiple pages that can be ...
Chase Patterson's user avatar
2 votes
1 answer
2k views

I recently completed a C project that uses GTK and OpenSSL. I have native binaries in linux and they run just great. However my new goal is to make as close to native as I can with a build for windows....
Dellowar's user avatar
  • 508
4 votes
1 answer
2k views

gtkmm provides lifetime management of widgets using Gtk::Widget* aWidget = Gtk::manage(new Widget()); Gtk::Widget.add(*aWidget); This delegates lifetime management of aWidget to its container ...
Vector's user avatar
  • 3,221
18 votes
3 answers
18k views

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 ...
Vector's user avatar
  • 3,221
3 votes
1 answer
1k views

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 ...
programmer's user avatar
  • 3,388
2 votes
6 answers
7k views

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 ...
devasia2112's user avatar
3 votes
1 answer
436 views

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 ...
Savanni D'Gerinel's user avatar