GtkTextView in 222

2003-06-12 Thread Marcin Krzyzanowski
something similar ? -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED] , [EMAIL PROTECTED] IRC : [krzyzak] @#linuxnews @#zdrowo_jebnieci ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo

Append one GtkTextBuffer to another ?

2003-06-05 Thread Marcin Krzyzanowski
Hi, I have a situation where I want to append some temporary created GtkTextBuffer and I want append to another GtkTextBuffer, is it possible ? -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED] , [EMAIL PROTECTED] IRC : [krzyzak] @#linuxnews @#zdrowo_jebnieci

GtkTextView and anchors and scroll

2003-06-05 Thread Marcin Krzyzanowski
not scroll to the end, I mean why it doesn't show fully last anchor. -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED] , [EMAIL PROTECTED] IRC : [krzyzak] @#linuxnews @#zdrowo_jebnieci ___ gtk-list mailing list [EMAIL

Re: GtkTextView and anchors and scroll

2003-06-05 Thread Marcin Krzyzanowski
i forgot add that I try scroll by : gtk_text_buffer_get_end_iter (buf, finito); gtk_text_buffer_place_cursor (buf, finito); gtk_text_view_scroll_to_mark (GTK_TEXT_VIEW (history), gtk_text_buffer_get_insert (buf), 0.0, TRUE,0.5) and this is what not work. -- Marcin

Re: GtkWindow and GtkPaned and check-resize

2003-05-28 Thread Marcin Krzyzanowski
best ... note that you'll need to look the size in the event, since when ::configure-event is received the widgets in the layout have not yet been layed out at the new size. thanks a lot it's what I need. -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED

GtkWindow and GtkPaned and check-resize

2003-05-27 Thread Marcin Krzyzanowski
window window resized right ? I tried size-request, but there is the same situation. All I want to do is change divider position after window resize. thanks in advice. -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED] , [EMAIL PROTECTED] IRC : [krzyzak

remove window from memory please help

2002-12-04 Thread Marcin Krzyzanowski
not decrement (shouldn't it) ?, and if window is closed by callback connected to destroy refcount is 3. but if window is destroyed by that x in the corner refcount is 4, is it fore sure everythink fine with that ? gtk2.1 -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED

window without taskbar

2002-12-02 Thread Marcin Krzyzanowski
Hi, What is the best method to create app window that window manager won't show in taskbar ? -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED] , [EMAIL PROTECTED] IRC : [krzyzak] @#linuxnews @#zdrowo_jebnieci

GtkImage and GtkTextBuffer and memory

2002-11-27 Thread Marcin Krzyzanowski
(history), widget, anchor); gtk_widget_show( widget ); - Now. when i destroy parent widget window (because it is in window), memory taken by widget (image) do not free, How should I free that memory ? -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED

gtkrc-2.0 and font* =

2002-11-05 Thread Marcin Krzyzanowski
. -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED] , [EMAIL PROTECTED] IRC : [krzyzak] @#linuxnews @#zdrowo_jebnieci ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: galeon crash re: gtksocket

2002-11-05 Thread Marcin Krzyzanowski
this? mozilla 1.2b (unknown:16600): Gtk-WARNING **: gtksocket.c:957:gtk_socket_add_window()Can't add non-GtkPlug to GtkSocket (unknown:16600): Gdk-CRITICAL **: file gdkmain-x11.c: line 648 (gdk_error_trap_pop): assertion `gdk_error_traps != NULL' failed -- Marcin Krzyzanowski www : http

Re: gtkrc-2.0 and font* =

2002-11-05 Thread Marcin Krzyzanowski
not what I've been asking about. (Note that you can use partial specifications like 15 Courier bold, etc here.) yes, but only if we talk about fonts specified in pangox.aliases, I'm asking about speyfying font without that. Regards -- Marcin Krzyzanowski www : http

gtk_main_quit

2002-11-04 Thread Marcin Krzyzanowski
variable), and want to break main loop via gtk_main_quit, I get error message. I think that if main_loops is NULL then main_loop should be received from default_context or similar and stop that loop. What do you think ? -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL

gtk_text_buffer_insert_pixbuf(...) something wrong

2002-10-06 Thread Marcin Krzyzanowski
' buffer contents (contents that can be referred to by character offset) will invalidate all outstanding iterators (gg2:17824): Gtk-CRITICAL **: file gtktextbuffer.c: line 1230 (gtk_text_buffer_delete): assertion `gtk_text_iter_get_buffer (start) == buffer' failed -- Marcin Krzyzanowski www

gtk2 GtkTextView - cursor color

2002-09-17 Thread Marcin Krzyzanowski
. -- Marcin Krzyzanowski www : http://krzak.linux.net.pl email : [EMAIL PROTECTED] , [EMAIL PROTECTED] IRC : [krzyzak] @#linuxnews @#zdrowo_jebnieci ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list