Re: Own Actionable widget

2016-06-09 Thread Ondrej Tuma
Hi, V Thu, 9 Jun 2016 09:05:17 + Debarshi Ray napsáno: > > i try to create my own Actionable widget, but I can't found, how > > can i call the action. When i see source code of other Actionable > > widgets, i found ActionHelper object, which is not documented. &g

Re: Own Actionable widget

2016-06-09 Thread Debarshi Ray
Hey, On Tue, Jun 07, 2016 at 08:39:33AM +0200, Ondrej Tuma wrote: > i try to create my own Actionable widget, but I can't found, how can i > call the action. When i see source code of other Actionable widgets, i > found ActionHelper object, which is not documented. GtkActionHelpe

Own Actionable widget

2016-06-06 Thread Ondrej Tuma
Hi, i try to create my own Actionable widget, but I can't found, how can i call the action. When i see source code of other Actionable widgets, i found ActionHelper object, which is not documented. So, could you help me, how can I simple call action with taget value ? What i found is pro