Asking for review on patch on bug #701409

2013-06-07 Thread Arnel A. Borja
Hello, May I ask if someone could take a look too at my patch on this bug: https://bugzilla.gnome.org/show_bug.cgi?id=701409 It is just a documentation fix, but it blocks a gnome-music bug. Thank you! Regards, Arnel ___ gtk-devel-list mailing

Re: VTE questions

2013-06-05 Thread Arnel A. Borja
On Wednesday, 05 June, 2013 07:22 AM, Kip Warner wrote: On Wed, 2013-05-29 at 22:41 -0700, Kip Warner wrote: On Wed, 2013-05-29 at 18:58 +0800, Arnel A. Borja wrote: Remove GtkScrolledWindow (right-click the recoveryTerminal in the right sidebar then select Remove Parent in the popup menu

Re: Get column no. of edited cell.

2013-06-02 Thread Arnel A. Borja
On Sunday, 02 June, 2013 03:44 PM, dE wrote: Referring to -- https://developer.gnome.org/gtk3/3.7/GtkCellRenderer.html I didn't get any such field. It'll be a breakthrough if it's there. That function is in GObject, because GtkCellRenderer is a descendant of GObject. See Object Hierarchy in

Re: Get column no. of edited cell.

2013-06-02 Thread Arnel A. Borja
On Sunday, 02 June, 2013 03:35 PM, dE wrote: On 06/02/13 12:49, Arnel A. Borja wrote: On Sunday, 02 June, 2013 02:15 PM, dE wrote: I'm trying this out, but isnt this also possible with gtk_tree_view_get_cursor clubbed with gtk_tree_view_column_get_sort_column_id. Cause I'm getting segfault

Re: gtk_list_store_set issues.

2013-06-01 Thread Arnel A. Borja
On Saturday, 01 June, 2013 10:49 PM, dE wrote: Hi, Hello everyone! This is my first time serious programming in C, and I'm using GTK for this. In a ListStore, I'm trying to add data to it via -- gtk_list_store_set ( list, current, 0, test00, 1, test01, -1 ); However, in both the columns I

Re: gtk_list_store_set issues.

2013-06-01 Thread Arnel A. Borja
On Saturday, 01 June, 2013 11:33 PM, dE wrote: On 06/01/13 20:38, Arnel A. Borja wrote: On Saturday, 01 June, 2013 10:49 PM, dE wrote: Hi, Hello everyone! This is my first time serious programming in C, and I'm using GTK for this. In a ListStore, I'm trying to add data to it via

Re: Get column no. of edited cell.

2013-06-01 Thread Arnel A. Borja
On Sunday, 02 June, 2013 01:44 AM, dE wrote: I've set the editable property of GtkCellRenderer to true, and set the call back for the edited signal. This particular signal tells the node/row in which the edit has occurred, but not the column/filed. How can I get that? Thanks! Use a

Re: VTE questions

2013-05-28 Thread Arnel A. Borja
Hello, On Wednesday, 29 May, 2013 05:03 AM, Kip Warner wrote: On Mon, 2013-05-27 at 14:48 +0200, Colomban Wendling wrote: The VteTerminal widget implements GtkScrollable, so the answer is GtkScrolledWindow. GtkViewport is only useful to make unscrollable widgets scrollable, and normally any

Re: GTK+3 win32/64 build environment

2013-04-11 Thread Arnel A. Borja
Hello, On Thursday, 11 April, 2013 08:52 PM, tarn...@tarnyko.net wrote: Short version : cross-compiling GTK+3 is a headaches generator. It's not easy nor efficient, and hard to maintain. I agree, it is hard to maintain. Though I still prefer cross-compilation, since it's faster in compiling.

Re: GTK+3 win32/64 build environment

2013-04-10 Thread Arnel A. Borja
Hello, Interesting. I'm also using cross-compiled GTK+ 3 and other libraries for my applications. I use the libraries/etc from the mingw32/64 project in OpenSUSE Build Service. I'm using GTK+ 3.6.1 though (which OBS currently have), I'm too busy to compile GTK+ 3.8.0 myself. I use it to

Re: ghelp error

2012-10-27 Thread Arnel A. Borja
On Friday, 26 October, 2012 07:19 PM, Rudra Banerjee wrote: Dear friends, I know probably it has nothing to do with gtk, but I am trying to write the documentation of my gtk-related project. I am using the gnome-doc-utils method

Local Time Zone of GLib in Windows

2012-10-01 Thread Arnel A. Borja
that. Here's the link to the bug report: https://bugzilla.gnome.org/show_bug.cgi?id=683998 Thanks, Arnel A. Borja ___ gtk-devel-list mailing list gtk-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: DLL Hell on Windows..

2012-08-12 Thread Arnel A. Borja
On Saturday, 04 August, 2012 09:07 PM, Robin Vossen wrote: Hello, I have figured out I require 2.4.0 of libatk (by reading headers). Who can give me libatk 2.4.0 prebuild for Windows (x86)? Thanks You may use compiled binaries from

G_IS_ICON fails in gtk_icon_theme_lookup_by_gicon

2012-02-23 Thread Arnel A. Borja
Is there anything wrong doing this? I got it from XChat, which causes a bug: --- #includegtk/gtk.h int main (void) { GFile *file; GFileInfo *info; GIcon *mime_icon, *emblemed_icon, *direction_icon; GEmblem *direction_emblem; gtk_init (NULL, NULL);

G_IS_ICON fails in gtk_icon_theme_lookup_by_gicon

2012-02-19 Thread Arnel A. Borja
Is there anything wrong doing this? I got it from XChat, which causes a bug: --- #includegtk/gtk.h int main (void) { GFile *file; GFileInfo *info; GIcon *mime_icon, *emblemed_icon, *direction_icon; GEmblem *direction_emblem; gtk_init (NULL, NULL);