On Mon, 24 Jul 2006 22:39:17 +0200 [EMAIL PROTECTED] wrote:
> Hi,
> I'm developing an app that uses a mysql database so I'm doing a lot
> of work with tree views. Now I'm wondering if it is possible to align
> the text in the cells of the single columns of the tree view in the
> same way you can d
On 24/05/06, John Coppens <[EMAIL PROTECTED]> wrote:
Hi guys.
I'm trying to get this working:
--- The function
gboolean
save_one_sat(GtkTreeModel *model, GtkTreePath *path, GtkTreeIter *iter,
gpointer data)
{
// do something
}
--- Is passed to another
On Thu, 24 Feb 2005, Prewitt, Nathan C ERDC-ITL-MS Contractor wrote:
>
> I would like to write a generic routine that will set the value of a
> GtkHScale, for example, without it triggering a signal. I have used
> g_signal_handlers_block_by_func() before, but that requires that I know the
>