Re: GtkList widget and mouse buttons



>  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]