Results 1 to 3 of 3
hello,everyone.i have a problem on the usage of GTK tree view:
g_signal_connect_after( G_OBJECT(treeview), "test-expand-row", G_CALLBACK(test_callback), (gpointer)1 );
test_callback was not called.i don't know the reason.
how to give response to ...
- 03-23-2009 #1Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
treeview & "test-expand-row" signal problem
hello,everyone.i have a problem on the usage of GTK tree view:
g_signal_connect_after( G_OBJECT(treeview), "test-expand-row", G_CALLBACK(test_callback), (gpointer)1 );
test_callback was not called.i don't know the reason.
how to give response to click action on tree view node?
- 03-24-2009 #2Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
hay
anyone can answer me this question,please?
- 03-24-2009 #3Just Joined!
- Join Date
- Mar 2009
- Posts
- 3
hay
it's done


Reply With Quote