~ubuntu-branches/ubuntu/breezy/tiemu/breezy

« back to all changes in this revision

Viewing changes to src/gui/old_gtk/gtk_about_cb.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien BLACHE
  • Date: 2005-06-02 16:50:15 UTC
  • mfrom: (1.2.1 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050602165015-59ab24414tl2wzol
Tags: 1.99+svn1460-1
* New snapshot.
* debian/control:
  + Updated build-depends.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <gtk/gtk.h>
2
 
 
3
 
gint display_about_dbox();
4
 
 
5
 
void
6
 
on_about_dbox_show_text                (GtkWidget       *widget,
7
 
                                        gpointer         user_data);
8
 
 
9
 
void
10
 
on_about_dbox_show_label               (GtkWidget       *widget,
11
 
                                        gpointer         user_data);
12
 
 
13
 
void
14
 
about_ok_button_clicked                (GtkButton       *button,
15
 
                                        gpointer         user_data);
16
 
 
17
 
void
18
 
on_about_dbox_show_pixmap              (GtkWidget       *widget,
19
 
                                        gpointer         user_data);