gtk2 TextBuffer and emacs key bindings

2002-04-25 Thread Tomasz Wegrzanowski
How can I tell gtk2 to use emacs key bindings instead of windoze ones ? ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: some questions about GTK2

2002-04-21 Thread Tomasz Wegrzanowski
On Sun, Apr 21, 2002 at 10:49:38AM -0400, Owen Taylor wrote: > > Tomasz Wegrzanowski <[EMAIL PROTECTED]> writes: > > > I have some questions about GTK2. > > > > 1. > > What is state of Japanese input support ? > > I see that rendering works well

some questions about GTK2

2002-04-21 Thread Tomasz Wegrzanowski
I have some questions about GTK2. 1. What is state of Japanese input support ? I see that rendering works well, but Japanese is not among Input methods listed (gtk-demo, all installed from .debs). Should I install some additional things to make it work ? 2. What's the state of non-C bindings to

Re: Data Types

2001-05-24 Thread Tomasz Wegrzanowski
On Thu, May 24, 2001 at 02:59:47PM -0400, Jose Ortiz wrote: > I need to know what are the types in C of the datatypes > > guint8 -> > guint32 -> > etc. > > by the books of gtk I know that gchar is equal to char and guint is int. guint8 -> unsigned char guint32 -> unsigned it_depends_t :) _

This pkg-config thing doesn't work for me

2001-04-23 Thread Tomasz Wegrzanowski
I have stable glib and gtk on my system in /usr. It's Debian GNU/Linux 2.3 woody i386. I downloaded glib and gtk+ from cvs. I compiled and installed glib to /home/taw/local/. I set ACLOCAL_FLAGS to '-I /home/taw/local/share/aclocal/'. Now I can't ./configure gtk, as it can only see old glib. I t

To leak or seg to fault ?

2001-04-21 Thread Tomasz Wegrzanowski
1. Should I free() all strings returned from gtk_* methods or not ? 2. Should I strdup() all strings passed to gtk_* methods or not ? If yes, should I strdup() r/o ones too ? 3. If not all, which ones ? ___ gtk-list mailing list [EMAIL PROTECTED] htt

How to make GtkEntry with Readline functionality ?

2001-04-18 Thread Tomasz Wegrzanowski
I need GtkEntry with support for and for history. C-R, C-U, TAB and other Readline things would also be nice, but are less important. Any ideas ? Is there such ready to use widgtet somewhere ? Should I write one ? Should I suck keypresses from GtkEntry and give it to libreadline somehow ?

How is work divided ?

2001-01-07 Thread Tomasz Wegrzanowski
I'm interested in windowing toolkits architucture. How is work divided between: X font server X server window manager Xlib GDK GTK various Gnome libraries In particular : - What path does font data follow from font server to screen ? - Who decides where will new windows go ? - What a