Re: Pushing text onto the selection buffer (off topic)

2000-07-22 Thread Matthew
Cutting and pasting was always a thorn in my side until I started using klipper. It's a KDE app but it runs fine under E+Gnome. It's a clipboard history that's invoked by Alt+v. A list of the last 10 items copied to the clipboard pops up, and you can select which is pasted. Excellent tool.

Re: Pushing text onto the selection buffer

2000-07-22 Thread Havoc Pennington
Guy Harris <[EMAIL PROTECTED]> writes: > (Note that, the belief of some UNIX users to the contrary, there's > more to cut-and-paste on UNIX/X systems than "select something and then > paste it with the middle mouse button" - there's also the same sort of > clipboard-based cut-and-paste that appe

Re: Help with clist widget

2000-07-22 Thread Matthew
On Sat, 22 Jul 2000, you wrote: > hi people > > one small question: how do i connect a signal into an active title? > > if i have a clist: > GtkWidget *gtk_clist_new_with_titles(gint columns, gchar *titles[]); > and the first title is "title1", how do i refer to it so that i can > connect a si

Help with clist widget

2000-07-22 Thread Nicholas
hi people one small question: how do i connect a signal into an active title? if i have a clist: GtkWidget *gtk_clist_new_with_titles(gint columns, gchar *titles[]); and the first title is "title1", how do i refer to it so that i can connect a signal? thanks N __

Re: Pushing text onto the selection buffer

2000-07-22 Thread Havoc Pennington
[EMAIL PROTECTED] writes: > Is it possible with GTK/GDK calls to push text onto the selection buffer > so someone may paste it? > Certainly. The source for GtkEditable is a decent example of how to do this from a widget (see gtkeditable.c). Without a widget, things are pretty similar. This sh

Re: Pushing text onto the selection buffer

2000-07-22 Thread Guy Harris
On Sat, Jul 22, 2000 at 07:51:31PM -0400, [EMAIL PROTECTED] wrote: > Is it possible with GTK/GDK calls to push text onto the selection buffer > so someone may paste it? I assume you're referring to what, in X, are the primary, secondary, and clipboard selections, where the primary select

Re: Please someone help me to unsubscribe.

2000-07-22 Thread Havoc Pennington
¬x¨}­Z <[EMAIL PROTECTED]> writes: > I lost my password so that I can't unsubscribe myself from the mailing list. > I've try to send mail to mailto:[EMAIL PROTECTED] but get no human contact. >Please someone help me to > unsubscribe from the mailing list, please. Go to the list web page (see

Re: bidirectional widget

2000-07-22 Thread Havoc Pennington
yousef s <[EMAIL PROTECTED]> writes: > What is the new functions in the new GTK that help me > in writing in a text or an entry widget > bidirectionally ? > In a widget, you don't need to use special functions; the new text and entry widgets just automatically make text go in the right directio

Pushing text onto the selection buffer

2000-07-22 Thread spirilis
Is it possible with GTK/GDK calls to push text onto the selection buffer so someone may paste it? -- Spirilis GnuPG Public Key available from certserver.pgp.com Key ID 92E1516E GPG Fingerprint: BA2A E8C0 D4BA 604A 997D F809 D609 C9AC 92E1 516E ___ g

Please someone help me to unsubscribe.

2000-07-22 Thread 洪良茂
I lost my password so that I can't unsubscribe myself from the mailing list. I've try to send mail to mailto:[EMAIL PROTECTED] but get no human contact.  Please someone help me to unsubscribe from the mailing list, please.

Re: Bug in GTK 1.2.8?

2000-07-22 Thread znm
Stephen White wrote: > Setting right justify on labels doesn't seem to work... Below is a small > program to demonstrate the problem. > > #include > > int > main(int argc, char *argv[]) > { > GtkWidget *window, *box, *label, *entry; > > gtk_init (&argc, &argv); > > window = gtk_window_new