Results 1 to 3 of 3
Can we include a gtk entry and spin buttons into a treeview column?..........this is regarding gtk+programming......can anybody help me with a code.......i m trying to develop a treeview column with ...
- 03-04-2008 #1Just Joined!
- Join Date
- Dec 2007
- Location
- bangalore
- Posts
- 38
Gtk+
Can we include a gtk entry and spin buttons into a treeview column?..........this is regarding gtk+programming......can anybody help me with a code.......i m trying to develop a treeview column with an entry and spin buttons..........plz do reply quick anybody.........
- 03-04-2008 #2
Can we include a gtk -> yes you can.
But you use we as in, a group. But you haven't told us who we is. So technically this sentence is incorrect.
I can help you with the code. But there is your Problem?
What have you tried? What failed?
I did reply quite Quick. Hope I helped
- 03-05-2008 #3Just Joined!
- Join Date
- Dec 2007
- Location
- bangalore
- Posts
- 38
sorry about the grammatical mistake..........allow me to change the question
Can a gtk entry and spin buttons be added to a treeview column?
well i was trying with
gtk_tree_view_column_new_with_attributes();
but since the renderer does not have any options or property to add a widget i couldnt add an entry to a column
a treeview has the property "widget" which means an entry can be added.....
so could you help me with this as u told...............thanks for the help


Reply With Quote