6120fa1e49
If the "preferences" property is TRUE and the signal is implemented, a button is shown next to the extension and the callback is invoked on click.
4 lines
137 B
Vala
4 lines
137 B
Vala
|
|
public class Midori.ExtensionsCoumn : Gtk.TreeViewColumn {
|
|
public signal void row_clicked (Gtk.TreeView view, Gtk.TreePath path);
|
|
}
|