Thanks!
>
> GTK+-2.x http://developer.gnome.org/gtk/2.22/gtk-Resource-Files.html
> GTK+-3.x http://developer.gnome.org/gtk3/3.4/gtk3-Resource-Files.html
>
>
> On Wed, Jun 6, 2012 at 11:35 AM, Johny Why wrote:
> Gtk must read the gtkrc-2.0 file. Therefore, gtk must contain a internal
> functio
Gtk must read the gtkrc-2.0 file. Therefore, gtk must contain a internal
function for performing that read. In which gtk source file does that function
reside?
If not known, where can I get this info?
Thanks!
> hi
>
> i'm writing a script to do stuff with the .gtkrc-2.0 file.
>
> Question:
--- On Tue, 6/5/12, Chris Vine wrote:
> Are you calling
> gtk_scrolled_window_add_with_viewport()? If so, use
> gtk_container_add() instead, because tree views have native
> scrolling
> capabilities.
Tried out both. I'm in the process of trying out other options like using boxes
and will let y
On 6 June 2012 09:51, Osmo Antero wrote:
> Hello,
> I wanted to study the GtkCellRendererCombo so I added it directly to the
> treeview (as column).
> The combobox is initially hidden, only the "text" value is shown.
> The combo becomes visible after user clicks or double-clicks the column in
> t
Hello,
I wanted to study the GtkCellRendererCombo so I added it directly to the
treeview (as column).
The combobox is initially hidden, only the "text" value is shown.
The combo becomes visible after user clicks or double-clicks the column in
the row.
Unfortunately the click event does not work (o