gtk_clist_select_row()



Ok, this function ALMOST works as expected... I have seen this posted to the list
before, but never answered... When you call gtk_clist_select_row(self, row, column)
it does indeed select the row.  The select-row signal is emitted, and the HIGHLIGHT
changes to that row.  BUT. the "cursor" or "focus" does NOT move to that row.
This causes a "boxed outline" of whatever the last row the user clicked on, and NO
outline around the newly selected row.  As a side effect of this, if the user then uses
the up and down cursor keys, the focus JUMPS to where the boxed outline was...
There either needs to be a gtk_clist_focus_row() function, or select_row() should just
work as expected.  Any thoughts?

-Steve



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]