View Single Post
Old 06-29-2009, 05:15 AM   #8
ericshliao
Guru
ericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enoughericshliao will become famous soon enough
 
Posts: 976
Karma: 687
Join Date: Nov 2007
Device: Dell X51v; iLiad v2
I just browsed source code of newlister. I guess that the the top-most black bar is "*titleItem" declared as a GtkWidget in lister.h, just as other items:
Code:
typedef struct
{
    GtkWidget *titleItem;
    GtkWidget *titleLocation;      // display location information
    GtkWidget *listItems[MAX_ITEMS_ON_ONE_PAGE];
} lsLister_t;
With istudy's above info, it should "not" be tough to make titleItem event-aware. I will give it a try.

Last edited by ericshliao; 06-29-2009 at 05:36 AM.
ericshliao is offline   Reply With Quote