Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tree widget hover mode refresh on cursor_changed crash #29

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments
Open

tree widget hover mode refresh on cursor_changed crash #29

GoogleCodeExporter opened this issue Mar 14, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

tree widget hover mode refresh on cursor_changed crash.

Reported by François via email.

#!/bin/sh

GTKDIALOG=gtkdialog

export script='
<vbox>
    <tree rules_hint="true" exported_column="0" hover_selection="true">
        <label>One|Two|Three</label>
        <item stock="gtk-yes">1|1|1</item>
        <item stock="gtk-no">2|2|2</item>
        <item stock="gtk-no">3|3|3</item>
        <variable>TREE1</variable>
        <height>100</height><width>200</width>
        <action signal="cursor_changed">echo cursor_changed $TREE1</action>
        <action signal="cursor_changed">refresh:TREE1</action>
    </tree>
</vbox>
'

$GTKDIALOG --center --program=script

Original issue reported on code.google.com by thunor...@hotmail.com on 30 Aug 2011 at 10:11

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant