musicus mpd client 0.1d
Data Structures | Defines | Enumerations | Variables
Global GTK+

Data Structures

struct  WinInfo

Defines

#define GEOM_LEN   64

Enumerations

enum  {
  COLUMN_FILE, COLUMN_PL_ID, COLUMN_PLAYING, COLUMN_TITLE,
  COLUMN_ARTIST, COLUMN_ALBUM, COLUMN_TIME, COLUMN_HUMAN_TIME,
  N_COLUMNS
}

Variables

char sb_text [BUF_LEN]

Detailed Description

Global structures and data for GTK+ interfaces.


Define Documentation

#define GEOM_LEN   64

Length of the geometry string in the WinInfo struct


Enumeration Type Documentation

anonymous enum

enumeration for the playlist columns

Enumerator:
COLUMN_FILE 

filename

COLUMN_PL_ID 

playlist id

COLUMN_PLAYING 

is this song currently played

COLUMN_TITLE 

title of the song

COLUMN_ARTIST 

artist of the song

COLUMN_ALBUM 

album of the song

COLUMN_TIME 

total time of the song (seconds)

COLUMN_HUMAN_TIME 

total time of the song (human readable)

N_COLUMNS 

number of columns


Variable Documentation

char sb_text[BUF_LEN]

this variable is used for the statusbar text in the GTK+ interface

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines