Create a popup balloon for a list item
PtWidget_t *PtGenListCreateTextBalloon( PtWidget_t *widget, PtWidget_t *parent, const PhArea_t *area, const char *string, int column, const char *font);
This function creates a PtLabel widget to be used as a popup balloon for a list item. The arguments are as follows:
The string consists of columns separated by tab characters. The column argument selects a column, with 0 or a negative number indicating the column at the beginning of the string, 1 indicating the characters after the first tab, and so on. For example, if column is 1 and string is "One\tTwo\tThree", the label contains the string "Two".
A pointer to the PtLabel widget.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhArea_t in the Photon Library Reference