gnome compilation problem

2005-08-19 Thread harshavardhanreddy mandeepala
Hi I am using FC3. In my application i am using glade and Gtk programming. In callbacks.c file i have used a function gnome_help_display() to run a different file. for more clarification i am giving my callbacks.c file information below. /

TreeView with CellRendererText extended as (new class) CellRendererWidget: can't see widget...

2005-08-19 Thread bus . dch
Hello! I'm pasting a test file in below. I am trying to embed widgets in the TreeView. However, when I run the following file, I cannot see the widget. I am using: atk-1.10.1 glib-2.8.0gtkmm-2.6.4 pango-1.10.0 cairo-0.9.2 glibmm-2.6.1 libiconv-1.9.2pkg-config-0.

window stacking problem

2005-08-19 Thread Boncek, John
Using GTK 2.2.4 in an embedded app with fixed resolution, I have a GtkFixedContainer with two children: 1. a GtkDrawingArea containing some drawing. 2. a GtkButton intended to overlay (1). They are created in that order, so I would think the button would be on top of the drawing, which was inte

Re: How do I remove one row from a GtkTreeStore?

2005-08-19 Thread Andrej Prsa
Hi, > Now I want to remove the 4th item from the tree. When I put things > into the tree I made a path from the new iter, made a row ref from > the path, and saved it in a table associated with the handle for my > data. So I have a rowref, which I can turn back into a path, and > from there back

Re: GNOME Clipboard Manager status.

2005-08-19 Thread Philip Van Hoof
Hey Jonay, I forwarded your question to some of the gtk/gnome application development mailing lists. On Fri, 2005-08-19 at 10:35 +0200, Jonay Gomez wrote: > Philip Van Hoof <[EMAIL PROTECTED]> wrote: > > On Fri, 2005-08-19 at 06:17 +0200, Jonay Gomez wrote: > > > > > What are we the users to ex

uimanager toolbar, change style(icon only, text only, or both)

2005-08-19 Thread Yogesh M
I have a toolbar made from uimanager, I want to change the style(icon only, text only, or both) in the run time. doest it allows or should i fix to GtkToolbar. [though we can change the style in gnome globally, This program works under windows] -

Re: a sequence to edit a text view...

2005-08-19 Thread Iago Rubio
On Thu, 2005-08-18 at 18:55 -0300, Joaquim Azevedo wrote: > I'm a begginer in GTK and I use glade to create a interface... but I > need to edit a text view. I set it editable but not happen... I think > is that a correct sequence... > A part of code: > > char result[150]; > int position; >

Re: Changing button-font in rc file

2005-08-19 Thread Andreas Stricker
sadhees kumar wrote: 1. I would like to know how to change the fonts of a button through rcfile. The way which i tried was something like, font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*" Try font_name instead of font: font_name="Verdana Bold 34" 2.In the same example above, I