![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|---|---|---|---|
#define PLAYLIST_LIST (x) PlayList_List; PlayList_List* create_playlist_list (GList **wlist,GdkPixmap *parent,GdkGC *gc,gint x,gint y,gint w,gint h);void playlist_list_move_up (PlayList_List *pl);void playlist_list_move_down (PlayList_List *pl);int playlist_list_get_playlist_position (PlayList_List *pl,gint x,gint y);void playlist_list_set_font (constgchar *font);GdkPixmap * shade_pixmap (GdkDrawable *in,gint x,gint y,gint x_offset,gint y_offset,gint w,gint h,GdkColor *shade_color);GdkDrawable * get_transparency_pixmap (void);
typedef struct { Widget pl_widget; gint pl_first, pl_fheight, pl_prev_selected, pl_prev_min, pl_prev_max; gint pl_num_visible, pl_drag_pos; gboolean pl_dragging, pl_auto_drag_down, pl_auto_drag_up; gint pl_auto_drag_up_tag, pl_auto_drag_down_tag; gboolean pl_drag_motion; gint drag_motion_x, drag_motion_y; gboolean pl_tooltips; } PlayList_List;
PlayList_List* create_playlist_list (GList **wlist,GdkPixmap *parent,GdkGC *gc,gint x,gint y,gint w,gint h);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |
int playlist_list_get_playlist_position (PlayList_List *pl,gint x,gint y);
|
|
|
|
|
|
Returns : |
GdkPixmap * shade_pixmap (GdkDrawable *in,gint x,gint y,gint x_offset,gint y_offset,gint w,gint h,GdkColor *shade_color);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Returns : |