Re: Compiling Extension code
Claudio Saavedra <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.epiphany |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Tue, 2012-12-04 at 22:40 -0500, Brian Bartholomew wrote: > So our questions at the moment are: -How would you make it so the > extension will run with a keystroke? -How do we get text to be > displayed in a textbox? (We tried to follow the code, but could not > figure out where it happened, and lack of comments didn't help) -Where > would button listeners (or equivalent) be implemented? Sound like you really need to learn a bit about how to write code with GTK+, because without that knowledge it's hard to think you'll manage to extend Ephy. So please start with a GTK+ tutorial where the basics are explained. Claudio