| Top |  |  |  |  | 
| GtkWidget * | ogmdvd_chapter_list_new () | 
| void | ogmdvd_chapter_list_clear () | 
| void | ogmdvd_chapter_list_set_title () | 
| OGMDvdTitle * | ogmdvd_chapter_list_get_title () | 
| void | ogmdvd_chapter_list_set_label () | 
| gchar * | ogmdvd_chapter_list_get_label () | 
    GObject
    ╰── GInitiallyUnowned
        ╰── GtkObject
            ╰── GtkWidget
                ╰── GtkContainer
                    ╰── GtkTreeView
                        ╰── OGMDvdChapterList
GtkWidget *
ogmdvd_chapter_list_new (void);
Creates a new empty OGMDvdChapterList.
void
ogmdvd_chapter_list_clear (OGMDvdChapterList *list);
Removes all entries of the OGMDvdChapterList.
void ogmdvd_chapter_list_set_title (OGMDvdChapterList *list,OGMDvdTitle *title);
Adds to the list the chapters of the given OGMDvdTitle.
OGMDvdTitle *
ogmdvd_chapter_list_get_title (OGMDvdChapterList *list);
Returns the OGMDvdTitle which was passed to ogmdvd_chapter_list_set_title().
void ogmdvd_chapter_list_set_label (OGMDvdChapterList *list,guint chapter,const gchar *label);
Sets the label of the given chapter.
gchar * ogmdvd_chapter_list_get_label (OGMDvdChapterList *list,guint chapter);
Returns the label of the given chapter.