Re: Removing text from ComboBoxText
- From: Daniel Boles <dboles src gmail com>
- To: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: Removing text from ComboBoxText
- Date: Fri, 31 May 2019 18:23:55 +0100
...and if you aren't confident enough to debug, the way to get help is to provide a minimal test case that reproduces the problem, so that others can try to do that for you. Anyway, it looks like gtkmm is behaving just fine here, so I suspect something is going on between your callback and the rest of the code, e.g. if the captured widget pointer becomes invalidated or etc. (It's not at all clear why it gets the string locally and never uses it, but that shouldn't be a problem.) There's no point trying to guess when we can't see the rest of the code.
The sure fire way to figure out what is going on is always to make complete use of the debugger, i.e. in this case to get and analyse a backtrace.
[
Date Prev][Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]