ui_notebook.h 183 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 #ifndef UI_NOTEBOOK_H_ #define UI_NOTEBOOK_H_ int ui_notebook_create(GtkWidget *vbox); void ui_notebook_terminal_append_data(gchar *text, gint length); #endif /* UI_NOTEBOOK_H_ */