musicus mpd client 0.1d
Functions | Variables
playlist_gtk.c File Reference
#include <gdk/gdkkeysyms.h>
#include "playlist_gtk.h"
#include "support.h"
#include "mpd.h"

Functions

static void pl_row_activated (GtkTreeView *tv, GtkTreePath *path, GtkTreeViewColumn *column, gpointer data)
static void pl_key_pressed (GtkWidget *widget, GdkEventKey *key, gpointer data)
static void pl_row_inserted (GtkTreeView *tv, GtkTreePath *path, GtkTreeIter *iter, gpointer data)
GtkWidget * init_pl_widget (void)
void playlist_update_tree (void)
void pl_del_songs (GtkWidget *widget, gpointer data)
void mpd_mrl_add (MpdObj *obj, const gchar *mrl)
void mpd_add_song_list (GtkWidget *widget, gpointer data)
void mpd_add_directory_to_playlist (GtkWidget *widget, gpointer data)

Variables

static GtkWidget * PlTreeView

Detailed Description

Author:
Simon Gerber
Date:
2007-12-15 This file provides the GTK+ part for the playlist.

Function Documentation

static void pl_key_pressed ( GtkWidget *  widget,
GdkEventKey *  key,
gpointer  data 
) [static]
static void pl_row_activated ( GtkTreeView *  tv,
GtkTreePath *  path,
GtkTreeViewColumn *  column,
gpointer  data 
) [static]
static void pl_row_inserted ( GtkTreeView *  tv,
GtkTreePath *  path,
GtkTreeIter *  iter,
gpointer  data 
) [static]

Variable Documentation

GtkWidget* PlTreeView [static]
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines