Home
last modified time | relevance | path

Searched refs:notebook_page_changed (Results 1 – 3 of 3) sorted by relevance

/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-panel.c326 notebook_page_changed (GtkNotebook *notebook, in notebook_page_changed() function
356 notebook_page_changed (nb, NULL, page, panel); in panel_show()
407 G_CALLBACK (notebook_page_changed), in build_notebook_for_panel()
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/calf/
H A Dgui_controls.h109 static void notebook_page_changed(GtkWidget *widget, GtkWidget *page, guint id, gpointer user);
/dports/audio/calf-lv2/calf-648f05e85287cf08af198bdd9e52baba95b502ec/src/
H A Dgui_controls.cpp1805 …g_signal_connect (GTK_OBJECT (widget), "switch-page", G_CALLBACK (notebook_page_changed), (gpointe… in created()
1825 void notebook_param_control::notebook_page_changed(GtkWidget *widget, GtkWidget *page, guint id, gp… in notebook_page_changed() function in notebook_param_control