On Tue, Jan 28, 2014 at 3:19 AM, Tristan Van Berkom
wrote:
> No, GtkToolbar != GtkToolPalette, they are separate things.
>
> The GtkToolPalette is what we use in Glade to show all the
> widget icons for example - there is a demo of it if you run
> gtk-demo you should be able to see it in action, a
On Tue, 2014-01-28 at 03:08 +1100, Chris Angelico wrote:
> On Tue, Jan 28, 2014 at 3:00 AM, Tristan Van Berkom
> wrote:
> > Sorry I did not take into account that you were working with the
> > GTK+2 library and not GTK+3.
>
> Ah, I should have mentioned, sorry. There has been talk of supporting
>
On Tue, Jan 28, 2014 at 3:00 AM, Tristan Van Berkom
wrote:
> Sorry I did not take into account that you were working with the
> GTK+2 library and not GTK+3.
Ah, I should have mentioned, sorry. There has been talk of supporting
GTK3 in Pike, but I won't move to it till I can confidently expect
tha
On Tue, 2014-01-28 at 01:56 +1100, Chris Angelico wrote:
> On Tue, Jan 28, 2014 at 1:30 AM, Tristan Van Berkom
> wrote:
> > You can get the behavior you are looking for with EggWrapBox:
> > https://git.gnome.org/browse/libegg/tree/libegg/wrapbox
> >
> > Just copy the eggwrapbox.[ch] and compile
On Tue, Jan 28, 2014 at 1:30 AM, Tristan Van Berkom
wrote:
> You can get the behavior you are looking for with EggWrapBox:
> https://git.gnome.org/browse/libegg/tree/libegg/wrapbox
>
> Just copy the eggwrapbox.[ch] and compile it as a part of your
> code (or compile a libegg separately and link
On Mon, 2014-01-27 at 03:49 +1100, Chris Angelico wrote:
> On Mon, Jan 27, 2014 at 3:43 AM, James Tappin wrote:
> > If I interpret what you are trying to do correctly (not necessarily a
> > given), then I would have thought that GtkScrolledWindow (possibly in
> > conjunction with GtkViewport) wo
On Mon, Jan 27, 2014 at 3:43 AM, James Tappin wrote:
> If I interpret what you are trying to do correctly (not necessarily a
> given), then I would have thought that GtkScrolledWindow (possibly in
> conjunction with GtkViewport) would be the tool for the job.
Not scrolling, wrapping. The window
Chris,
If I interpret what you are trying to do correctly (not necessarily a
given), then I would have thought that GtkScrolledWindow (possibly in
conjunction with GtkViewport) would be the tool for the job.
James
On 26 January 2014 14:50, Chris Angelico wrote:
> My application has a status
My application has a status bar which can have an arbitrary number of
items added to it. Currently, I use an Hbox with no padding, which
works fine as long as there aren't too many statusbar elements added;
but if there are a lot, the tail starts wagging the dog, in that the
size of the window beco