![]() |
![]() |
![]() |
GNOME Video Arcade Reference Manual | ![]() |
---|---|---|---|---|
void gva_properties_init (void); void gva_properties_show_game (const gchar *game); void gva_properties_close_clicked_cb (GtkWindow *window, GtkButton *button); void gva_properties_show_cb (GtkWindow *window);
void gva_properties_init (void);
Initializes the Properties window.
This function should be called once when the application starts.
void gva_properties_show_game (const gchar *game);
Shows information about game
in the Properties window.
|
the name of a game |
void gva_properties_close_clicked_cb (GtkWindow *window, GtkButton *button);
Handler for "clicked" signals to the "Close" button.
Hides window
.
|
the "Properties" window |
|
the "Close" button |