how to display tooltips for every column in a table widget



hi friends, i wanted to know how i can display the tooltips for all the elements that i add to a table. i am displaying different elements in the following way. "resultStore is of type gtkliststore"

gtk_list_store_insert_with_values(resultStore, &iter, searchHits,
        resultView.col("Nick"), nick.c_str(),
        resultView.col("Filename"), filename.c_str(),
        resultView.col("Slots"), slots.c_str(),
        resultView.col("Size"), size.c_str(),
        resultView.col("Path"), path.c_str(),
        resultView.col("Type"), type.c_str(),
        resultView.col("Connection"), connection.c_str(),
        resultView.col("Hub"), hubName.c_str(),
        resultView.col("Exact Size"), exactSize.c_str(),
        resultView.col("IP"), ip.c_str(),
        resultView.col("TTH"), TTH.c_str(),
        resultView.col("Icon"), icon,
        resultView.col("File Order"), fileOrder.c_str(),
        resultView.col("Real Size"), result->getSize(),
        resultView.col("Slots Order"), actualSlots,
        resultView.col("SearchResult"), (gpointer)result,
        resultView.col("Hub URL"), hubURL.c_str(),
        resultView.col("CID"), cid.c_str(),
        resultView.col("Shared"), isShared,
        -1);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]