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
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
.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
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
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
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