gnome-window

Name

gnome-window -- 

Synopsis



void        gnome_window_toplevel_set_title (GtkWindow *w,
                                             const gchar *doc_name,
                                             const gchar *app_name,
                                             const gchar *extension);

Description

Details

gnome_window_toplevel_set_title ()

void        gnome_window_toplevel_set_title (GtkWindow *w,
                                             const gchar *doc_name,
                                             const gchar *app_name,
                                             const gchar *extension);

Set the title of a toplevel window. Acording to gnome policy or (if implemented) to a gnome setting.

w : 
doc_name : the document name with extension (if any)
app_name : the application name
extension : the default extension that the application uses. NULL if there isn't a default extension.