Top | ![]() |
![]() |
![]() |
![]() |
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).
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. |