[pygtk] How to create program like wizard with Glade3

2013-04-03 Thread Petr Hracek
for any help:) -- S pozdravem / Best regards Petr Hracek ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] Creating dynamical buttons

2013-04-09 Thread Petr Hracek
button.connect(clicked, self.button_clicked) self.boxFinal.pack_start(button, False, False, 0) How to check what button was activate? Over the label? -- S pozdravem / Best regards Petr Hracek ___ pygtk mailing list pygtk@daa.com.au http

[pygtk] Log into window

2013-04-26 Thread Petr Hracek
installation (after entering password) and I would like to show in TextView what operations are done and what is state of current process. How to do it? -- Best regards / S pozdravem Petr Hracek ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au

Re: [pygtk] Log into window

2013-04-29 Thread Petr Hracek
visibility event, but it is not enough? On 04/26/2013 04:44 PM, Petr Hracek wrote: Hello, I have a little bit serious problem. My application used to logging module for log into file. I created Scroll window and TreeView and TextBuffer. Is there any possibility how to log into TextBuffer

Re: [pygtk] Handler for showing window

2013-05-16 Thread Petr Hracek
to solve that issues? Or are there any other possibilities? Best regards / S pozdravem Petr Hracek On 05/14/2013 10:22 AM, Timo wrote: Op 14-05-13 09:34, Petr Hracek schreef: Hi folks, I have a little bit simple question In Glade3 I have GtkWindow object with GtkButton and TextView widget

[pygtk] Gtk.Grid and checkButton

2013-06-19 Thread Petr Hracek
how to align checkbuttons to the top and left? Thank you in advance -- Best regards / S pozdravem Petr Hracek ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] Gtk.Grid and checkButton

2013-06-25 Thread Petr Hracek
in a Gtk.Alignment. That said, are you sure gtk.CheckButton.new_with_label() is not what you're looking for? Pietro Il giorno mer, 19/06/2013 alle 10.37 +0200, Petr Hracek ha scritto: Hi folks, I have question regarding Gtk.Grid and Gtk.CheckButton. I have a grid which is like - first column

[pygtk] Killing or terminating daemon in PyGTK

2013-07-19 Thread Petr Hracek
mistake? Thank you in advance -- Best regards / S pozdravem Petr Hracek ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] Killing or terminating thread in PyGTK

2013-07-19 Thread Petr Hracek
Sorry I meant thread of course. On 07/19/2013 12:46 PM, Petr Hracek wrote: Hi folks, my threads is running well. But I would like to implement terminating of thread. I have two approaches but any of these is not working properly till now. First approach: 1) class contain function

[pygtk] Create a buttons with dynamical menu

2013-07-22 Thread Petr Hracek
with bolded text like *Python* and under that sentence like python projects Any idea how to do that? 3 buttons I have already implemented but I have problem with creating dynamic menus. Thank you in advance -- Best regards / S pozdravem Petr Hracek

[pygtk] Notebook with scrolledWindow and buttons

2013-08-09 Thread Petr Hracek
see for two buttons: [ btn1 ] [ btn2 ] and for one button: [ btn1] Is there any possibility how to tell grid container that I need 3 columns although I have one or two buttons. Thank you in advance greetings -- Best regards / S pozdravem Petr Hracek

[pygtk] Checkbox and label alignment

2014-04-17 Thread Petr Hracek
that? Greetings -- Best regards / S pozdravem Petr Hracek ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] Notebook and back button in grid

2014-04-17 Thread Petr Hracek
then all actual buttons will be erased/deleted and new buttons arise. Now on the left or right side of the grid manager would be a button like who could be used for switching back to the original buttons. Do you have any idea how to do that? Greetings -- Best regards / S pozdravem Petr Hracek