Two weired lines are shown (Gtk on DirectFB)

2011-08-31 Thread jessonel
Hello, I'm writing my program with Gtk on DirectFB on ARM9.   GTK: ver 2.12.10   DirectFB: ver 1.0.1 My problem is that two black weired lines are shown when do repeat click of button1, 2. I don't know why this lines are shown as the attached picture. My code is as below: ==

gtk_widget_destroy(my_window) memory leak

2011-05-04 Thread jessonel
Hello, Have ever reported the memory leak of gtk_widget_destroy? I facing the memory leak after gtk_widget_destroy (my-gtk-window). Memory leak occurs, thogh my window does not contain any widget. my codes is as below: = #include #i

scroll in gtkscrolledwindow to have multiple widget

2006-09-21 Thread jessonel
Hello, i created a gtkscrolledwindow to have multiple buttons and a textview. i tried typing text in the text view. after some time, cursor in the textview is invisble because cursor pisiton exceeds the scrolledwindow size. by the way, gtkscrollwindow don't automatically scroll down with cursor.