Function
Gtkshow_about_dialog
Declaration [src]
void
gtk_show_about_dialog (
GtkWindow* parent,
const gchar* first_property_name,
...
)
Description [src]
This is a convenience function for showing an application’s about box. The constructed dialog is associated with the parent window and reused for future invocations of this function.
Available since: | 2.6 |
This function is not directly available to language bindings |
Parameters
parent |
GtkWindow |
Transient parent, or |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
first_property_name |
const gchar* |
The name of the first property. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
Value of first property, followed by more properties, |