0

How can I see the code of gnome panels? for example view the code is executed When I click on shutdown button in the panel.

txwikinger
  • 29,406
juanefren
  • 355

1 Answers1

3

As far as I see it the relevant code is in panel-action-button.c. This code handles the shutdown and other things. You find the complete code at git repository of gnome-panel.

qbi
  • 19,515