(trunk gtk) don't use the GSEAL'ed variable vbox GtkDialog directly... use gtk_dialog_get_content_area() instead

This commit is contained in:
Charles Kerr
2010-12-22 03:12:47 +00:00
parent 1b7a8cdc68
commit 6627aade08
10 changed files with 37 additions and 28 deletions

View File

@@ -150,6 +150,8 @@ int gtr_strcmp0( const char * str1, const char * str2 );
/* backwards-compatible wrapper around g_dngettext() */
const gchar* gtr_ngettext( const gchar*, const gchar*, gulong );
void gtr_dialog_set_content( GtkDialog * dialog, GtkWidget * content );
/***
****
***/