gnome-dialog-create-button.h
来自「gxsnmp SNMP MANAGER 的实现」· C头文件 代码 · 共 15 行
H
15 行
/** * 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 + =
减小字号Ctrl + -
显示快捷键?