Item Factory Callback

2006-05-15 Thread Leon Ross
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

Auto resizing of children?

2006-04-18 Thread Leon Ross
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

Clearing the selection in GTK_COMBO_BOX?

2006-04-07 Thread Leon Ross
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_

GTK_COMBO_BOX callback

2006-04-07 Thread Leon Ross
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

Widget Type Checking

2006-04-05 Thread Leon Ross
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 "