#include "openldev-file-browser.h"
#include <gtk/gtk.h>
#include <glib-object.h>
#include <glib.h>
Data Structures | |
struct | SideBar |
GtkNotebook widget that holds the FileBrowser widget. More... | |
Functions | |
void | sidebar_add_tab (SideBar *sidebar, GtkWidget *child, GtkWidget *tab_label) |
FileBrowser * | sidebar_get_file_browser (SideBar *sidebar) |
|
Add a new tab to the GtkNotebook. You can add any widget that you want as the tab_label and child.
|
|
Retrieve the FileBrowser widget that was created by sidebar_new().
|