Gtk screen refresh

2005-08-08 Thread Jirka Pirko
hi i have following problem: need to append chars to GTK_ENTRY as they are coming from serial port (/dev/ttyS0) i'm reading chars, appending (gtk_entry_appent_text()) them into GTK_ENTRY, but i CANT SEE them. (until i press key or when i put cursor into GTK_ENTRY) i think i must force gtk_m

gtk screen rrfreshing

2005-07-28 Thread Jirka Pirko
hi how can i force gtk to refresh screen? i'm not using keyboard or mice in my application and when something changes in, changes display after keybord click or mouse focus... but i need changes to appear immediatelly. or could it be the X server issue? (xterm is changing without any input s

im-xim.la does not export GTK+ IM module API

2005-07-25 Thread Jirka Pirko
.6.8' make: *** [all] Error 2 thanks for any advice jirka pirko ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

gtk embedded

2005-07-13 Thread Jirka Pirko
hi i want to use gtk on intel xscale - is it better to use gtk on tinyx or a framebuffer (directfb) ? single graphical application is enought for me, so i can use framebuffer - but it's badly supported :/ thanx for any suggestions jirka ___ gtk-a

Re: GtkButton set pressed

2005-06-16 Thread Jirka Pirko
ressed (only if i have mouse over) - elsewhere it works ok Anyways, thanks. ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list jirka

button press signal in fixed contrainer

2005-06-15 Thread Jirka Pirko
hi i have button in fixed contrainer now if i emit press signat to the button with gtk_button_pressed(GTK_BUTTON(button)); or g_signal_emit_by_name (G_OBJECT (button), "pressed"); nothing happens if button it outside fixed, it works fine thanks fo any suggestions j