|
| Barracuda.GUI.UserList | | Maintainer | Henning Guenther, Oliver Mielentz |
|
|
|
| Description |
| A widget to display the list of users in a selected channel.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| data UserLs |
|
|
| userListNew :: IO UserLs |
| Creates a new UserList which contains the list of users and an inner TreeView and an outer ScrolledWindow.
|
|
| userListSetUsers :: UserLs -> [UserID] -> IO () |
| This functions deletes the old UserList and replaces it with a new one given to the function.
|
|
| userListGetWidget :: UserLs -> Widget |
| Returns the UserList as a Widget.
|
|
| Produced by Haddock version 0.8 |