📄 gnome-dialog-create-button.h
字号:
/** * gnome_dialog_create_button: Create a pixmap button, but instead * of placing the button in the buttonbar, return the widget handle to the * caller, so the caller can place the button in the client area. * * @dialog: &GnomeDialog to add the button to. * @button_name: Name of the button, or stock button #define. * @pixmap_name: Stock pixmap name. * **/GtkWidget *gnome_dialog_create_button (GnomeDialog * dialog, const gchar * button_name, const gchar * pixmap_name);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -