Re: GtkList widget and mouse buttons
- From: Federico Mena Quintero <federico nuclecu unam mx>
- To: gtk-devel-list redhat com
- Subject: Re: GtkList widget and mouse buttons
- Date: Wed, 2 Dec 1998 12:38:32 -0500
> Yes, I'm working currently on a proposal Tim Janik made once.
>
> typedef enum
> {
> GTK_BUTTON_IGNORED = 0,
> GTK_BUTTON_SELECTS = 1 << 0,
> GTK_BUTTON_DRAGS = 1 << 1,
> } GtkButtonFlags;
>
>
> void
> gtk_clist_set_button_actions (GtkCList *clist,
> GtkButtonActionType button1_actions,
> GtkButtonActionType button2_actions,
> GtkButtonActionType button3_actions);
Is this really useful or needed at all? The clist/ctree APIs are
bloated enough as they are. I think they should allow for the Windows
selection semantics by default. We are aiming for consistency here.
Federico
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]