panel_applet_settings_new not introspectable

2012-02-23 Thread Damián Nohales
Hello there, I'm working on an applet for GNOME 3, that is, for the fallback shell. I'm programming my applet in Python, but when I try to execute *settings_new* method, Python complains telling me that method not exists. Well... trying to research the problem, I open the GIR file for libpanelappl

Problems with an applet execution

2012-03-04 Thread Damián Nohales
Hello, I'm developing a GNOME Panel applet for GNOME 3 (with D-Bus) in Python. I'm having a problem with this, when I add my applet through the "Add to panel" dialog, GNOME Panel never launch my executable script that contain the applet code (the file has execution permissions). When I execute th

Re: Problems with an applet execution

2012-03-05 Thread Damián Nohales
lease if you going to answer the modified version of my question, don't answer at all. Regards. El 05/03/12 08:51, Emmanuele Bassi escribió: > hi; > > 2012/3/4 Damián Nohales : >> I'm developing a GNOME Panel applet for GNOME 3 (with D-Bus) in Python. > >> Anyon

Reloading Gtk+3.0 theme

2012-06-15 Thread Damián Nohales
Hello, I'm trying to customize my Gtk+3.0 theme, when I make a change in my theme, I change between two themes, trying to force applications to reload the theme and test it. But when I do that, the theme is not refreshed to appreciate my changes, still in an old version, apparently Gtk+ is caching

Change the default keyboard behaviour on tree control

2010-12-09 Thread Damián Nohales
Hello, I'm using GNOME the last years and I begin to note that a usability leaks on the GTK tree control. I never develop software using GTK+ library, but I guess that the problem begins with the default behaviour with the keyboard tree control manipulation. An intuitive mode to program this

Re: gtk+ plus html 5

2011-12-17 Thread Damián Nohales
You can check out the Alexander Larsson blog. http://blogs.gnome.org/alexl/ Regards 2011/12/12 Valter Nogueira : > I have seen a video of gtk+ demo app rendering on html5 canvas. > > Where can I find more info about that? > > Thanks, > > Valter > > > __

Scroll horizontal GtkIconView with mouse wheel

2011-12-31 Thread Damián Nohales
Hello, Suppose that I have a GtkScrolledWindow witch has a child of class GtkIconView, the icons are disposed horizontally, then, only an horizontal scroll bar is showed when there are many icons. That I want is to allow that the GtkIconView scroll horizontally with the mouse wheel. I can capture

Re: Scroll horizontal GtkIconView with mouse wheel

2012-01-01 Thread Damián Nohales
Thanks John for your advice, that's really help me! El 01/01/12 06:51, jcup...@gmail.com escribió: > It'd be nice if scrolledwindow handled horizontal scrolling for you, > there's probably a good reason why it doesn't. Without your code, I don't know why, but the IconView was scrolled only when t

Using inherited window with GtkBuilder

2012-01-13 Thread Damián Nohales
Hello! I'm trying to use my custom GtkWindow class (call it MyWindow) with GtkBuilder, but I'm not sure how to do that. I want to get an object of class MyWindow from the GtkBuilder object. So, I tried to set the "class" attribute to "MyWindow" in my XML file and cast to MyWindow when I use the g