Enums
Value | Symbolic name | Description |
| 0 | GTK_BUTTON_IGNORED | Denotes that an instance of GtkCList will ignore mouse button events. |
| 1 | GTK_BUTTON_SELECTS | Denotes that an instance of GtkCList will react to select mouse events. |
| 2 | GTK_BUTTON_DRAGS | Denotes that an instance of GtkCList will react to drag mouse button events. |
| 3 | GTK_BUTTON_EXPANDS | Denotes that an instance of GtkCList will react to expand mouse button events. |