0] When I have a wxTreeCtrl(style=wxTR_MULTIPLE), and I control-click to
select an unselected item, the item is apparently selected and then
immediately deselected; a second ctrl-click causes the item to be selected.
1] When dealing with wxListCtrl(style=wxLC_REPORT), is there a way to bind
an event-handling function to the resizing of columns?
0] When I have a wxTreeCtrl(style=wxTR_MULTIPLE), and I control-click to
select an unselected item, the item is apparently selected and then
immediately deselected; a second ctrl-click causes the item to be
selected.
I'll forward this to wx-devel...
1] When dealing with wxListCtrl(style=wxLC_REPORT), is there a way to bind
an event-handling function to the resizing of columns?
0] When I have a wxTreeCtrl(style=wxTR_MULTIPLE), and I control-click to
select an unselected item, the item is apparently selected and then
immediately deselected; a second ctrl-click causes the item to be
selected.
I'll forward this to wx-devel...
thanks.
1] When dealing with wxListCtrl(style=wxLC_REPORT), is there a way to bind
an event-handling function to the resizing of columns?
Dosn't look like it.
Drat. Is that not possible with all of the underlying toolkits, or had it just not been thought useful?
A couple more questions, this time regarding tooltips:
0] is there a way to set tooltips on individual tabs in a wxNotebook?
1] is there a way to set tooltips on the column-headers in a wxListCtrl(style=LC_REPORT) ?
A couple more questions, this time regarding tooltips:
0] is there a way to set tooltips on individual tabs in a wxNotebook?
1] is there a way to set tooltips on the column-headers in a
wxListCtrl(style=LC_REPORT) ?
Currently tooltips are only settable on a per window basis, but there is
some talk about making them more generic so you theoretically can pop them
up however you wish.