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 probably function like look_for_action or someone that.

Thanks a lot

-- 
Ondřej Tůma 
www: http://ipv6.mcbig.cz   jabber: mc...@jabber.cz   twitter: mcbig_cz
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: Empty Space in Dialog Box

2016-06-06 Thread Jim Charlton

On 16-06-06 05:05 PM, Rena wrote:

On Mon, Jun 6, 2016 at 7:23 AM, Kamalpreet Grewal 
wrote:


I am developing a dialog box. I have added a treeview and two buttons in
it.

Adding the treeview to the scrolled window using:
_mainBox.pack_start(_scrolledWindow, Gtk::PACK_EXPAND_WIDGET);
where _mainBox is a Gtk::VBox.

The problem is I am getting empty space above the treeview. Why is it
so? As per the packing option used, the treeview should expand to fill
the widget space available to it.

Please help me fix this issue.

--
Kamalpreet Kaur Grewal
Blog: http://kamalpreetgrewal.com/
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list



It's hard to say without seeing more of the code. I will note that
Gtk::VBox is deprecated (use Gtk::Box and specify an orientation) and
Gtk::Box::pack_start() expects four parameters (box, expand, fill,
padding), unless Gtk::PACK_EXPAND_WINDOW is some macro that expands to
multiple values.

I agree.  Give more detail. Are you using Gtk::Dialog or 
Gtk::MessageDialog?  Are you packing into the content area or the action 
area?  What scrolled window are you referring to?

___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Empty Space in Dialog Box

2016-06-06 Thread Rena
On Mon, Jun 6, 2016 at 7:23 AM, Kamalpreet Grewal 
wrote:

> I am developing a dialog box. I have added a treeview and two buttons in
> it.
>
> Adding the treeview to the scrolled window using:
> _mainBox.pack_start(_scrolledWindow, Gtk::PACK_EXPAND_WIDGET);
> where _mainBox is a Gtk::VBox.
>
> The problem is I am getting empty space above the treeview. Why is it
> so? As per the packing option used, the treeview should expand to fill
> the widget space available to it.
>
> Please help me fix this issue.
>
> --
> Kamalpreet Kaur Grewal
> Blog: http://kamalpreetgrewal.com/
> ___
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
>


It's hard to say without seeing more of the code. I will note that
Gtk::VBox is deprecated (use Gtk::Box and specify an orientation) and
Gtk::Box::pack_start() expects four parameters (box, expand, fill,
padding), unless Gtk::PACK_EXPAND_WINDOW is some macro that expands to
multiple values.

-- 
Sent from my Game Boy.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Re: Gtk-App-Devel-List and reply-to addresses

2016-06-06 Thread Nicolas Brack
I think that as a quick thing to do meanwhile, You can hit "Reply to all".  It 
should include both the sender and the mailing list.  You can then remove the 
sender's address.

> 
> From: Rena 
> Sent: Mon Jun 06 22:40:09 CEST 2016
> To: 
> Subject: Gtk-App-Devel-List and reply-to addresses
> 
> 
> I've noticed that when I reply to a message sent to
> gtk-app-devel-list@gnome.org, by default my client (Gmail, both Android app
> and web app) want to send my reply to only the sender, not the list. It
> like there's no reply-to address in the message header.
> ___
> gtk-app-devel-list mailing list
> gtk-app-devel-list@gnome.org
> https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

-
https://www.mail.be
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Gtk-App-Devel-List and reply-to addresses

2016-06-06 Thread Rena
I've noticed that when I reply to a message sent to
gtk-app-devel-list@gnome.org, by default my client (Gmail, both Android app
and web app) want to send my reply to only the sender, not the list. It
like there's no reply-to address in the message header.
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list


Empty Space in Dialog Box

2016-06-06 Thread Kamalpreet Grewal
I am developing a dialog box. I have added a treeview and two buttons in it.

Adding the treeview to the scrolled window using:
_mainBox.pack_start(_scrolledWindow, Gtk::PACK_EXPAND_WIDGET);
where _mainBox is a Gtk::VBox.

The problem is I am getting empty space above the treeview. Why is it
so? As per the packing option used, the treeview should expand to fill
the widget space available to it.

Please help me fix this issue.

-- 
Kamalpreet Kaur Grewal
Blog: http://kamalpreetgrewal.com/
___
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list