~ubuntu-branches/ubuntu/jaunty/geany/jaunty

« back to all changes in this revision

Viewing changes to src/prefs.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-02-25 21:12:13 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070225211213-jk4d4vxtgji0rj74
Tags: 0.10.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
void on_prefs_button_clicked(GtkDialog *dialog, gint response, gpointer user_data);
29
29
 
30
 
gboolean on_prefs_delete_event(GtkWidget *widget, GdkEvent *event, gpointer user_data);
31
 
 
32
30
void on_prefs_font_choosed(GtkFontButton *widget, gpointer user_data);
33
31
 
34
32
void on_prefs_color_choosed(GtkColorButton *widget, gpointer user_data);