Password entry

2005-08-09 Thread Beast
How do I create password entry? (ie. same like Gtk2::Entry but every chars displayed as *) Thanks. -- --beast ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re: Password entry

2005-08-09 Thread Juan José 'Peco' San Martín
On Tue, 2005-08-09 at 15:15 +0700, Beast wrote: How do I create password entry? (ie. same like Gtk2::Entry but every chars displayed as *) Use $text-set_visibility(0) For example using Glade: $text=$gladexml-get_widget('entry1'); $text-set_visibility(0); Hope this help. Peco Thanks.

Re: error when starting app

2005-08-09 Thread Jan Hudec
On Tue, Aug 09, 2005 at 11:30:30 +0200, Flatman wrote: * Jens Luedicke [EMAIL PROTECTED] wrote: | | This is some problem with Pango and if it appears only when running | gtk2-perl programs I would try to recompile the bindings against the | system Gtk2. | How to do this ? Depends on

Re: globaly remove icon

2005-08-09 Thread Torsten Schoenfeld
On Tue, 2005-08-09 at 15:20 +0700, Beast wrote: Suppose I want to remove all stock icon next to menu and button for all applications, is it possible? Use the Menus Toolbars preference thingy in GNOME. This isn't related to Gtk2-Perl in any way. -- Bye, -Torsten

circular buttons?

2005-08-09 Thread Boštjan Špetič
hi is there a way to make circular button in gtk2? i guess i could do it with images, but is there a better way? regards, bostjan -- igzebedze - he who speaks loud and say nothing ___ gtk-perl-list mailing list gtk-perl-list@gnome.org

Re: globaly remove icon

2005-08-09 Thread Beast
Torsten Schoenfeld wrote: On Tue, 2005-08-09 at 15:20 +0700, Beast wrote: Suppose I want to remove all stock icon next to menu and button for all applications, is it possible? Use the Menus Toolbars preference thingy in GNOME. This isn't related to Gtk2-Perl in any way. It is from gtk