gnome-window

gnome-window

Functions

Includes

#include <libgnomeui/libgnomeui.h>

Description

Functions

gnome_window_toplevel_set_title ()

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

gnome_window_toplevel_set_title is deprecated and should not be used in newly-written code.

Set the title of a toplevel window. This is done by appending the window-specific name (less the extension, if any) to the application name. So it appears as "<appname> : <docname>".

This parameters to this function are appopriate in that it identifies application windows as containing certain files that are being worked on at the time (for example, a word processor file, a spreadsheet or an image).

Parameters

window

A pointer to the toplevel window.

 

doc_name

The window-specific name.

 

app_name

The application name.

 

extension

The default extension that the application uses. NULL if there is not a default extension.

 

Types and Values