Re: Expand the child in the GtkHeaderBar

2013-07-08 Thread Yosef Or Boczko
I tries this a few days ago. The problem still exits[1][2]. It intended to nautilus, to add a close button, and to port from GtkToolbar to GtkHeaderBar[3][4][5]. [1] attached: main.c or: https://bitbucket.org/yoseforb/expand-header-bar/src/ebd9bda7714c0c8ef151a91a913a01ae1b03a17c/main.c?at=maste

Re: Expand the child in the GtkHeaderBar

2013-07-08 Thread Matthias Clasen
On Sat, Jul 6, 2013 at 1:28 AM, Tristan Van Berkom wrote: > > > Why are you using GtkHeaderBar ? > > From what I understand, the main feature of GtkHeaderBar is to center > the title text in the allocation regardless of the size of any sibling > widgets which are to the left or right. > > But you

Re: Expand the child in the GtkHeaderBar

2013-07-05 Thread Tristan Van Berkom
On Fri, Jul 5, 2013 at 10:55 PM, Yosef Or Boczko wrote: > Good afternoon! > > I wrote a program that uses in GtkHeaderBar [1]. > In the GtkHeaderBar I put a buttons (GtkButton) and also entry (GtkEntry): > entry-without-expand.png [2]: > |<>| |--- entry ---|

Expand the child in the GtkHeaderBar

2013-07-05 Thread Yosef Or Boczko
Good afternoon! I wrote a program that uses in GtkHeaderBar [1]. In the GtkHeaderBar I put a buttons (GtkButton) and also entry (GtkEntry): entry-without-expand.png [2]: |<>| |--- entry ---| | X I tried to expand the entry which is in haderbar, see