How to inserts a widget in the toolbar at the given position

2007-11-16 Thread sphurti durgade
hello, how to inserts a widget in the toolbar at the given position. because gtk_toolbar_insert_widget is deprecated i tried with gtk_tool_button_new (GtkWidget *icon_widget, const gchar *label); instead of icon_widget i used other widget (e.g GtkHScale) it is able to show hscale in its defau

How to make GtkTreeView and GtkTextView scrollable?

2007-11-16 Thread AlannY
Hi. I want to make my GtkTreeView and GtkTextView scrollable automaticaly. How to do it? It's lame question. I know. Thank you. -- |\ _,,,---,,_ /,`.-'`'-. ;-;;,_ |,3- ) )-,_. ,\ ( `'-' '---''(_/--' `-'\_) ___ gtk-app-devel-

Re: How to inserts a widget in the toolbar at the given position

2007-11-16 Thread Micah Carrick
I answered this in your post here: http://www.gtkforums.com/about876.html From the GtkToolItem API: "GtkToolItems are widgets that can appear on a toolbar. To create a toolbar item that contain something else than a button, use gtk_tool_item_new(). Use gtk_container_add() to add a child widget

Re: How to set background color for a pango layout being printed ?

2007-11-16 Thread Enrico Tröger
On Wed, 17 Oct 2007 08:40:04 +0200, "Miroslav Rajcic" <[EMAIL PROTECTED]> wrote: > On Windows (GTK+ 2.10.11 from http://gladewin32.sourceforge.net/), > when using print preview operation (.emf image format) everything > seems to work, > but I get strange drawing artefacts in the picture. > Individ

Re: How to make GtkTreeView and GtkTextView scrollable?

2007-11-16 Thread Eduardo M KALINOWSKI
On Nov 16, 2007 1:58 PM, AlannY <[EMAIL PROTECTED]> wrote: > Hi. > > I want to make my GtkTreeView and GtkTextView scrollable automaticaly. > How to do it? > > It's lame question. I know. Just add them inside a GtkScrolledWindow. ___ gtk-app-devel-list m