> -----Ursprüngliche Nachricht-----
> Von: Vallario Brigitte
> Gesendet: Donnerstag, 1. Juni 2006 08:11
> An: '[EMAIL PROTECTED]'
> Betreff: WG: Toolbarbutton nach erstem Betätigen inaktiv
>
>
>
> -----Ursprüngliche Nachricht-----
> Von: Vallario Brigitte
> Gesendet: Mittwoch, 31. Mai 2006 13:13
> An: '[EMAIL PROTECTED]'
> Betreff: Toolbarbutton nach erstem Betätigen inaktiv
>
> Hallo, wer kann helfen?
>
> Seit der Version SuSE 9.3 mit KDE funktionieren die Toolbarbuttons nicht
> mehr richtig. Wenn ich z.B. bei einer Funktion "Weiterblättern" das erste
> mal mit der Maus draufgedrückt habe, muss ich mit der Maus erst wieder
> wegfahren - vom Button runter bewegen - und danach wieder auf den Button,
> damit ich diesen auslösen kann.
>
> So erzeuge ich die Toolbar im Hauptfenster:
> toolbar = gtk_toolbar_new();
> gtk_toolbar_set_orientation( GTK_TOOLBAR(toolbar),
> GTK_ORIENTATION_HORIZONTAL );
> gtk_toolbar_set_style( GTK_TOOLBAR(toolbar), GTK_TOOLBAR_ICONS );
> gtk_container_set_border_width( GTK_CONTAINER(toolbar), 1 );
>
> Die Icons lade ich wie folgt hinein:
> iconp = gdk_pixbuf_new_from_file( icon, &err );
> if(err == NULL)
> {
> iconp = gdk_pixbuf_add_alpha (iconp,1,192,192,192) ;
> iconw = gtk_image_new_from_pixbuf (iconp) ;
> }
> button = gtk_toolbar_append_item( GTK_TOOLBAR(toolbar),
> g_locale_to_utf8( text, -1, NULL, NULL, NULL ),
> g_locale_to_utf8( tooltip, -1, NULL, NULL, NULL ),
> "Private",
> iconw,
> GTK_SIGNAL_FUNC(m_gt_button_press));
>
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list