Whole document tree Chapter 6. GNOME User Interface library.This chapter is intended to be a reference to the libgnomeui. 6.1. gnome-about - "About..." Widget6.1.1. Author(s)Cesar Miquel <miquel@df.uba.ar> 6.1.2. DescriptionA very specialized widget to display "About this program"-like boxes. 6.1.3. gnome_about_new - Main routine that creates the widget6.1.3.1. DescriptionMain routine that creates the widget 6.1.3.2. Usagegchar *authors[] = {"author1", "author2",..., NULL}; GtkWidget *about = gnome_about_new (_ ("GnoApp"), "1.2b", _ ("Copyright FSF (C) 1998"), authors, "Comment line 1\nLine 2", "/usr/local/share/pixmaps/gnoapp-logo.xpm"); gtk_widget_show (about); 6.1.3.3. Parameters
|