I am getting this error when I try and compile. I am using c++. It seems
that I have everything defined like it is in the Item Factory Example in the
GTK+ 2.0 Tutprial. Any suggestions?
error: invalid conversion from `void (*)(void*, unsigned int,
GtkWidget*)' to `void (*)()'
Here is my GtkIt
Hello,
Here is my dilema. I am using a scrolled window to contain multiple label
and combo box entry. The number of pairs is based on the users message
selection. If there are alot of them and you have to scroll then the combo
box is the size it should be. If there is three (the minimun number of
I am building an app to simulate sending messages to different processes. In
this app I will select a message (via a GTK_COMBO_BOX) which
will display editable fields in the message. After editing the fields I
will then push a button to send the message. After I do that I would like
the GTK_COMBO_
I have recently change all my combo boxes from GTK_COMBO to GTK_COMBO_BOX.
Now my call backs are all wrong. What should I use?
This is what I was using before the change.
g_signal_connect_swapped(GTK_OBJECT(GTK_COMBO_BOX(ms_processComboBox),"changed",
G_CALLBACK(process_selected), (gpointer)ms_m
I hope this is how you ask questions about GTK++ application development. Im
new to this realm. I also subscribed to the list.
My question is:
I have a vbox that contains x number of hboxs. Each hbox contains 2 items, a
label and either a GTK_COMBO or a GTK_ENTRY.
I need to gather all of these "