Re: RadioButtons

2012-10-03 Thread Tadej Borovšak
using Gtk+3. The easiest way of achieving this is to add one hidden radio button to your group and make it active at the start. This way all other buttons will be initially inactive. Cheers, Tadej -- Tadej Borovšak tadej.borov...@gmail.com tadeb...@gmail.com tade

Re: Question about deprecated Gdk thread lock functions

2012-08-23 Thread Tadej Borovšak
Hi. As far as I know, gdk-pixbuf is thread-safe and those global locks are not needed. Are you sure other parts of your code that could contribute to this error are fine? Cheers, Tadej -- Tadej Borovšak tadej.borov...@gmail.com tadeb...@gmail.com tadeboro.blogspot.com

Re: Why are GtkAdjustments not buildable?

2012-05-06 Thread Tadej Borovšak
Hello > Hello, does anyone know why GtkAdjustments are not buildable? They are buildable. (Glade has been producing markup for adjustments for as long as I know). What makes you think they are not? Cheers, Tadej -- Tadej Borovšak blog.borovsak.si tadeb...@gmail.com tadej.borov...@gmail.

Re: migration document missing

2011-02-10 Thread Tadej Borovšak
o-3.html Cheers, Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

Re: Writable array returned from gtk_tree_path_get_indices()

2010-10-07 Thread Tadej Borovšak
value should not be freed and members of array should not be modified." Filling a bug is definitely the way to go IMHO. Cheers, Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___ gtk-devel-list mail

Re: GtkRange API is incomplete

2010-07-27 Thread Tadej Borovšak
nect to either of those signals, end result is exactly the same (GtkRange::value-changed is emitted in signal handler for GtkAdjustment::value-changed). BTW, implementing delayed emission properly inside GtkRange would also make it possible to hide public fields from GtkAdjustment. Tadej --

Re: GtkRange API is incomplete

2010-07-27 Thread Tadej Borovšak
easy. Maybe you can combine all ::value-changed signal emission in certain time interval into one undo action? Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___ gtk-devel-list mailing list gtk-devel-lis

Re: Query on Multiple row selection in a GtkTreeView

2010-07-16 Thread Tadej Borovšak
Hi. I think that returning TRUE from your button-press-event handler should fix this. Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http

Re: dconf 0.4.1 is out

2010-06-26 Thread Tadej Borovšak
. | .. valac .-. | compiler/linker .-. | | vala files | ---> | C files | --> | app | | '' '-' | '-' | | | This is

Re: problem with gtk_radio_tool_button_set_group function/

2010-06-07 Thread Tadej Borovšak
group1); group2 = gtk_radio_tool_button_get_group(GTK_RADIO_TOOL_BUTTON(radio_tool_btn_2)); gint add_group_length_after = g_slist_length(group2); g_printf("after:%d\nbefore:%d\n", add_group_length_after, add_group_length_before); return 0; } This will probabl

GtkAdjustment woes

2010-05-15 Thread Tadej Borovšak
I want to hear some opinions and suggestions about this. Cheers Tadej -- Tadej Borovšak tadeboro.blogspot.com tadeb...@gmail.com tadej.borov...@gmail.com ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list