Hook perl-gtk application into nautilus

2006-11-30 Thread Dieter Schicker
Hi, I wrote a small gtk-perl application that manipulates files and directories in a special way. Now I want to "hook" this application into nautilus in such a way that when the user right-clicks a file or a folder there is an entry in the context menu for this application. When the user clicks on

Bring to front minimized window

2006-10-07 Thread Dieter Schicker
Hi, is there a possibility to bring to front minimized windows? Thanks in advance Dieter ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Re: Freeze screen

2006-09-28 Thread Dieter Schicker
zentara wrote: > On Thu, 28 Sep 2006 16:59:20 +0200 > Dieter Schicker <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> how can I "freeze" (and "unfreeze") the screen like it is done when the >> user is asked for his password when he wants to

Freeze screen

2006-09-28 Thread Dieter Schicker
Hi, how can I "freeze" (and "unfreeze") the screen like it is done when the user is asked for his password when he wants to perform an administrative task? Thanks in advance Dieter ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://mail.gnome

Flexible container

2006-09-26 Thread Dieter Schicker
Hi, I'm still a gtk-perl newbie and I'm really bad in designing user UIs so please forgive me my simple question: I need a flexible container, where I can add widgets dynamically (e.g. in my case: I need to add (or remove) check buttons to a container programmatically). Could someone please point

Update ListStore

2006-09-17 Thread Dieter Schicker
Hi, I want to update the values in certain cells of my ListStore. $liststore->set_value($iter, $column, $value); Problem is that the cells don't get updated immediately but only after 1-3 seconds. Can I manually force an immediate update ("repaint") of a cell? Thanks in advance Dieter ___

Editor application with grid

2006-09-16 Thread Dieter Schicker
Hi, I'm planning to implement an editor application where I want to give users the ability to drag together different types of widgets on a grid. I wanted to do it in Java, but now after some weeks of experience with gtk perl I would really like to implement it with Gtk. Has anybody done somethi

Re: Dropdown menu on treeview

2006-09-10 Thread Dieter Schicker
and then. Is it recommended to do that in a separate thread? Thanks again & good night Dieter On Sun, 2006-09-10 at 10:52 +0100, Emmanuele Bassi wrote: > On Sun, 2006-09-10 at 11:09 +0200, Dieter Schicker wrote: > > Hi, > > > > I want to popup a dropdown menu when the user right c

Dropdown menu on treeview

2006-09-10 Thread Dieter Schicker
Hi, I want to popup a dropdown menu when the user right clicks on a row in the treeview but I can't find information about that in the docs. Any help is highly appreciated. Regards, Dieter ___ gtk-perl-list mailing list gtk-perl-list@gnome.org http://m

ComboBox in Toolbar

2006-09-03 Thread Dieter Schicker
Hi, although this is a quibbling question, I dare to ask it since we are talking about gtk here, too. I designed a window with a toolbar on top (see attached screenshot) which contains a combo box. When you look at the screenshot you can see that the height of the combo box is different from e.g.

Re: Gtk2 docs/tutorials

2006-08-16 Thread Dieter Schicker
Many thanks to all for your hints! Could be that in the near future some newbie questions of mine will arrive on the list ... ;-) Until now I only did java GUIs and I'm really looking forward to moving to GTK+. Cheers Dieter On Tue, 2006-08-15 at 15:11 +0100, Emmanuele Bassi wrote: > On Tue, 2006

Gtk2 docs/tutorials

2006-08-15 Thread Dieter Schicker
Hi, I'm new to Gtk2 (not to Perl) and I want to kindly ask if someone can point me to some good docs/examples/tutorials about gtk2-perl. I looked at the "official" ones but IMHO they are not very exhaustive for a newcomer. E.g. I'm trying to realize a button with an icon (not a stock icon) and te