On 23 August 2015 at 05:38, Igor Korot wrote:
> Hi,
Hi Igor,
> Bugs/issues in Glade should be reported to the GTK+
> bug tracker, right?
In the Gnome bug tracker, bugzilla, specifically in the glade product:
https://bugzilla.gnome.org/page.cgi?id=browse.html&product=glade
Cheers
--
Gian Mar
Hi, ALL,
On the page https://developer.gnome.org/gtk3/stable/GtkWidget.html, part
"Building composite widgets from template XML", the code says:
[code]
gtk_widget_class_set_template_from_resource (GTK_WIDGET_CLASS (klass),
"/com/example/ui/foowidget.u
Resource paths aren't filesystem paths -- the resource system compiles
needed files and into the binary.
On Sun, Aug 23, 2015 at 7:49 PM, Igor Korot wrote:
> Hi, ALL,
> On the page https://developer.gnome.org/gtk3/stable/GtkWidget.html, part
> "Building composite widgets from template XML", the c
Jasper,
On Sun, Aug 23, 2015 at 11:29 PM, Jasper St. Pierre
wrote:
> Yes, you usually run glib-compile-resources.
>
> A GitHub code search for that turned up this, which seems simple
> enough: https://github.com/qiubit/gtk-snake
So then this path becomes obsolete, since it is compiled into the b
As you can see from the XML file, you place resources in the binary at
specific resource paths:
https://github.com/qiubit/gtk-snake/blob/master/snakeapp.gresource.xml
In this case, the path for snake.ui is "/com/quibit/snakeapp/snake.ui"
On Sun, Aug 23, 2015 at 8:49 PM, Igor Korot wrote:
> Jasp