19#ifndef NETSURF_GTK_TABS_H_
20#define NETSURF_GTK_TABS_H_
nserror
Enumeration of error codes.
first entry in window list
struct fbtk_widget_s * window
void nsgtk_tab_add(struct gui_window *window, GtkWidget *tab_contents, bool background, const char *title, GdkPixbuf *icon_pixbuf)
Add new gui window page to notebook.
nserror nsgtk_tab_set_title(GtkWidget *page, const char *title)
set the tab title
nserror nsgtk_tab_set_icon(GtkWidget *page, GdkPixbuf *pixbuf)
set the tab icon
nserror nsgtk_tab_next(GtkNotebook *notebook)
nserror nsgtk_tab_add_page(GtkNotebook *notebook, GtkWidget *tab_contents, bool background, const char *title, GdkPixbuf *icon_pixbuf)
Add new page to a notebook.
nserror nsgtk_notebook_create(GtkBuilder *builder, GtkNotebook **notebook_out)
create notebook
nserror nsgtk_tab_close_current(GtkNotebook *notebook)
nserror nsgtk_tab_prev(GtkNotebook *notebook)
void nsgtk_tab_options_changed(GtkNotebook *notebook)