org.kde.koala
public interface KEditListBoxSignals
Method Summary | |
---|---|
void | added(String text)
This signal is emitted when the user adds a new string to the list,
the parameter is the added string. |
void | changed() |
void | removed(String text)
This signal is emitted when the user removes a string from the list,
the parameter is the removed string. |
UNKNOWN: This signal is emitted when the user adds a new string to the list, the parameter is the added string.
UNKNOWN: This signal is emitted when the user removes a string from the list, the parameter is the removed string.