Listing 6 shows how to use the two methods to skin the task bar buttons when a window enters a minimized state.
清单6显示了当窗口进入最小化状态时如何使用这两种方法来对这些任务栏按钮进行皮肤处理。
2
To start our skin client, we must first initialize the GTK environment, create a main window, and add widgets to it, as in the following code snippets.