Hi everyone!
Regarding gtk_notebook_get_tab_label_text (), the function returns all the text labels of the created tabs in a
notebook.
There is a function gint gtk_notebook_get_current_page (GtkNotebook *notebook);
My question is, how to return the text label of current page? Not to return the number (int) of current page?
Regards,
Naim