Hi everyone,
for a private (yet) project, I need a GtkIconView, which can display a
GtkCheckButton in a corner of every icon or before/behind the label -
kinda like the idea of the plus/minus signs on every icon in the dolphin
file manager from KDE4. I first tried to achieve the functionality
I am a first timer here and I am trying to get a
basic TreeView application to work on Fedora-11
I have gotten the following code from somewhere
on the Internet and needed this type of application
for a project I am working on.
The code I had obtained had a couple of problems
when dealing with fi
Hi
I'm having a problem with a gkt dialog. I have packed in this dialog a
gtk entry and a gtk treeview, so the user can either enter an url or
pick one from a list. Everything works fine, I've also added code to
catch double-click on the list. But I can't achieve to catch key
pressed events
Hello,
I'm new to GTK+ programming.
I've a console program in C, and I need to create a simple frontent to it.
The frontend will show the progress and information about the state of the
console program.
I realise that I can pass the data using pipes, but is there a better
alternative?
Now, for t