~ubuntu-branches/ubuntu/natty/bluefish/natty-proposed

« back to all changes in this revision

Viewing changes to src/html2.h

  • Committer: Bazaar Package Importer
  • Author(s): Davide Puricelli (evo)
  • Date: 2005-04-23 17:05:18 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050423170518-pb8zi3vg32cm6g04
Tags: 1.0-1
* Acknowledge NMU, thanks Leo; closes: #291222.
* Updated debian/ files, thanks Daniel Leidert. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
 
25
25
/* void insert_in_stylesheet(GtkWidget * widget, gpointer data); */
26
26
 
27
 
#ifdef NEW_CS3
28
27
GtkWidget *style_but_new(GtkWidget * which_entry, GtkWidget * win);
29
 
void new_css_dialog(GtkWidget *widget, gpointer data);
30
 
#endif /* NEW_CS3 */
 
28
GtkWidget *style_but_new_for_wizard(GtkWidget * textview);
 
29
void new_css_dialog(GtkWidget *wid,Tbfwin *bfwin);
 
30
void edit_color_dialog(Tdocument *doc, gchar *color, gint startpos, gint endpos);
 
31
void sel_colour_cb(GtkWidget *widget, Tbfwin *bfwin);
 
32
GtkWidget *color_but_new(GtkWidget * which_entry, GtkWidget * win);
31
33
 
32
34
#endif /* __HTML2_H_ */