re: quarks

2008-08-31 Thread Martin (OpenGeoMap)
hi!, Someone knows like quarks works in glib. I can not find the source code, only the header. Itś suppose we don need free the string inside a static string of a quarks. But how is that???. Where is the string saved?. any help? . Regards. _

Re: g_signal_emit()

2008-08-31 Thread dhk
Kristian Rietveld wrote: On Sun, Aug 31, 2008 at 2:08 PM, dhk <[EMAIL PROTECTED]> wrote: I have two callback functions. The first for when a cell in a treeview gets edited and the second for when the tab key is pressed. The first works fine. In the second, I want to emit the "edited" signal s

Re: g_signal_emit()

2008-08-31 Thread Kristian Rietveld
On Sun, Aug 31, 2008 at 2:08 PM, dhk <[EMAIL PROTECTED]> wrote: >> I have two callback functions. The first for when a cell in a treeview >> gets edited and the second for when the tab key is pressed. The first works >> fine. In the second, I want to emit the "edited" signal so it acts as if >>

Re: increase cell height in a GtkTreeView

2008-08-31 Thread Kristian Rietveld
(Apologies for such a late reply, I hope it is still of use). On Fri, Aug 1, 2008 at 11:37 AM, Nicolas Soubeiran <[EMAIL PROTECTED]> wrote: > Hi all, > I need to create a treeview with a column which displays a pixbuf that > becomes bigger when the user hovers the row. So I create a cellrenderer >

Re: Default icon in treeview DnD

2008-08-31 Thread Kristian Rietveld
On Wed, Aug 27, 2008 at 6:55 PM, Jeffrey Barish <[EMAIL PROTECTED]> wrote: >> On Tue, Aug 26, 2008 at 10:55 PM, Jeffrey Barish >> <[EMAIL PROTECTED]> wrote: >> Did you override the drag-begin signal or stop using >> gtk_tree_view_enable_model_drag_source()? These are both possible >> causes for no

Re: scrollbars for treeview

2008-08-31 Thread Kristian Rietveld
On Thu, Aug 28, 2008 at 3:53 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Sorry, I forgot to mention: I was trying this solution for a > long time now -- but it is somehow buggy (try adding and > removing lines and try setting the adjustments by code -> > at some point the widgets are not dis

Re: g_signal_emit()

2008-08-31 Thread dhk
dhk wrote: I have two callback functions. The first for when a cell in a treeview gets edited and the second for when the tab key is pressed. The first works fine. In the second, I want to emit the "edited" signal so it acts as if the first event happened. However, the g_signal_emit() in t

Re: Divided notebooks...

2008-08-31 Thread Freddie Unpenstein
From: "Thomas Dybdahl Ahle" [EMAIL PROTECTED] > søn, 31 08 2008 kl. 05:23 -0400, skrev Freddie Unpenstein: >> GTK provides the facility to have a GtkNotebook without tabs. But as >> far as I can tell, it doesn't provide the facility to have tabs >> without the notebook pages. It seems somehow stra

How to center vbox inside full screen window

2008-08-31 Thread Christian Smith
Hi All, I have a very simple GTK program (in C) that creates a full screen window. Inside the full screen window I am placing a vbox with two elements inside: and image and a label. For the life of me I cannot figure out how to get the contents of the vbox to be packed together. I.e. I wan

Re: Divided notebooks...

2008-08-31 Thread Thomas Dybdahl Ahle
søn, 31 08 2008 kl. 05:23 -0400, skrev Freddie Unpenstein: > GTK provides the facility to have a GtkNotebook without tabs. But as > far as I can tell, it doesn't provide the facility to have tabs > without the notebook pages. It seems somehow strange to me, and > causes people to hack together th

Divided notebooks...

2008-08-31 Thread Freddie Unpenstein
GTK provides the facility to have a GtkNotebook without tabs. But as far as I can tell, it doesn't provide the facility to have tabs without the notebook pages. It seems somehow strange to me, and causes people to hack together their own button bars that function vaguely like Notebook tabs but

Re: [semi-OT] dependencies libraries

2008-08-31 Thread Brian J. Tarricone
On Sun, 31 Aug 2008 10:41:42 +0200 Andrea Zagli wrote: > how can i do to know the exact libraries versions which my > applications depends on? > > for example: if i develop with gtk 2.12 (but i can do the same > reasoning with any other library) how can i do to know if i used (or > not) new

[semi-OT] dependencies libraries

2008-08-31 Thread Andrea Zagli
how can i do to know the exact libraries versions which my applications depends on? for example: if i develop with gtk 2.12 (but i can do the same reasoning with any other library) how can i do to know if i used (or not) new functions/classes introduced on that version? (of course without