Xfce Forum

Sub domains
 

You are not logged in.

#1 2023-05-28 21:37:24

AndyJ
Member
Registered: 2023-05-27
Posts: 7

[SOLVED] Getting started with GTK programming for Xfce

Can anyone suggest suitable resources for learning to program with GTK with the intention of writing applications for Xfce? I've found a couple of websites about learning GTK 3 (which I assume is the version to use for Xfce) but am not sure if they are the best choices when targetting Xfce. The ones I've found so far are:

(I previously posted about getting started with writing a panel plugin but now realise I probably need to take a step back and learn GTK first.)

Edit: I've now realised that the two links above appear to contain the same content, so I assume the typeerror.org one was simply copied from the gtk.org one.

Last edited by AndyJ (2023-05-29 16:52:40)

Offline

#2 2023-05-28 22:03:24

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,063

Re: [SOLVED] Getting started with GTK programming for Xfce

The page you link is a good reference. Here are a few others to get you started:

In addition, its helpful to look at and review existing Xfce code.


Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki  |  Community | Contribute ---

Offline

#3 2023-05-29 08:16:39

Tamaranch
Member
Registered: 2020-12-31
Posts: 279

Re: [SOLVED] Getting started with GTK programming for Xfce

Personally, I prefer the old documentation format: https://developer-old.gnome.org/references
The doc pages often contain useful introductions, not necessarily found in the new format.
In addition to or before the GTK doc, I suggest you read some GObject doc, in particular these pages :
* https://developer-old.gnome.org/gobject … bject.html
* https://developer-old.gnome.org/gobject … emory.html
* https://developer-old.gnome.org/gobject … rties.html
* https://developer-old.gnome.org/gobject … ignal.html

Offline

#4 2023-05-29 16:52:26

AndyJ
Member
Registered: 2023-05-27
Posts: 7

Re: [SOLVED] Getting started with GTK programming for Xfce

Thanks both. That should get me going.

Offline

Board footer

Powered by FluxBB