What would be the correct syntax to have in my .gtkrc.mine file to bind,
say, by Sun 'Copy' key to do a <Ctrl-C>-copy inside a GtkEditable text
field?
I'm guessing something like:
binding "clipboard_binding"
{
bind "F16"
{
copy_clipboard( editable-ptr?, user-data? );
}
};
widget "*.GtkEditable" binding "clipboard_binding";
But how am I supposed to pre-guess the args. for the signal handler?
--
=====================- http://www.thalesgroup.com/ -=====================
Neil Bird Principal Engineer |
work - mailto:[EMAIL PROTECTED] | $> cd /pub
personal - mailto:[EMAIL PROTECTED] | $> more beer
_______________________________________________
gtk-list mailing list
[EMAIL PROTECTED]
http://mail.gnome.org/mailman/listinfo/gtk-list