Re: Design question: Picking event source

2005-06-08 Thread Antonio Coralles
Matthias Kaeppler wrote: > Antonio Coralles wrote: > >> What kind of signals do you want your clients to catch ? What about >> providing your own signals ? >> Antonio > > The signals I'm talking about are all Gtk+ signals. I also have my own > signals, but it would be a waste of resources to redef

Re: Design question: Picking event source

2005-06-08 Thread Matthias Kaeppler
Antonio Coralles wrote: What kind of signals do you want your clients to catch ? What about providing your own signals ? Antonio The signals I'm talking about are all Gtk+ signals. I also have my own signals, but it would be a waste of resources to redefine the ones which are already defined

Re: Design question: Picking event source

2005-06-08 Thread Antonio Coralles
Matthias Kaeppler wrote: > Matthias Kaeppler wrote: >> Hi, >> >> a question is bugging me, nearly since I started programming on my Gtk2 >> filemanager. I hope you can help me resolving this issue, because it's >> also an important design question (I intend to publish the widget which >> is respon

Re: Design question: Picking event source

2005-06-07 Thread Matthias Kaeppler
Matthias Kaeppler wrote: Hi, a question is bugging me, nearly since I started programming on my Gtk2 filemanager. I hope you can help me resolving this issue, because it's also an important design question (I intend to publish the widget which is responsible for displaying/browsing directory

Design question: Picking event source

2005-06-01 Thread Matthias Kaeppler
Hi, a question is bugging me, nearly since I started programming on my Gtk2 filemanager. I hope you can help me resolving this issue, because it's also an important design question (I intend to publish the widget which is responsible for displaying/browsing directory contents, so I need its i