prepare reloaded for 1.5, added tooltips, reorganized panels, fixed updating of widgets

git-svn-id: svn://code.dyne.org/veejay/trunk@1177 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-11-13 00:38:39 +00:00
parent 4353c9f922
commit 512899f499
9 changed files with 21056 additions and 19993 deletions

View File

@@ -2082,6 +2082,9 @@ void on_button_videobook_clicked(GtkWidget *widget, gpointer user_data)
void on_samplepage_clicked(GtkWidget *widget, gpointer user_data)
{
GtkWidget *m = glade_xml_get_widget_(info->main_window , "notebook18");
gtk_notebook_set_page( GTK_NOTEBOOK(m), 5 );
GtkWidget *n = glade_xml_get_widget_( info->main_window, "panels" );
gint page = gtk_notebook_get_current_page( GTK_NOTEBOOK(n) );