Gnome Help

2006-05-11 Thread Fernando ApesteguĂ­a
Hi, I would like to write the gnome help for a little application that I'm developing, but I can't find any tutorials. At developer.gnome.org I only found routines for displaying help, but... how should I write the help? Is it XML or HTML? Thanks in advance. _

Gtk Combobox Entry problem

2006-05-11 Thread Sandeep KS
Hello everyone, I am using GtkComboBoxEntry to display few names. If it does not contain any required name, then it can be added. So for this, i display all the existing names and another row called Newname which the user can select and change it to his name. Whenever any existing n

question about GDK_HINT_ASPECT

2006-05-11 Thread Chinh Nguyen
I saw this question asked elsewhere but couldn't find an answer for it. I've got a window that contains: window +vbox +menubar +toolbar +frame +drawing_area The frame is packed to expand and fill, the menubar and toolbar are not. During wi

Re: How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-11 Thread John Cupitt
On 5/11/06, Sean Kelley <[EMAIL PROTECTED]> wrote: It appers that GtkFixed is not really designed for stacking widgets as it does not have a concept of a z-axis. What gets drawn on top is purely a matter of what child comes last when drawing, and a similar story is with input. GTK does not have

How to stack widgets or GtkFixed doesn't seem to work well for stacking

2006-05-11 Thread Sean Kelley
It appers that GtkFixed is not really designed for stacking widgets as it does not have a concept of a z-axis. What gets drawn on top is purely a matter of what child comes last when drawing, and a similar story is with input. If you need to stack things, how is this best accomplished? Imagine y