?? gtkcolorseldlg.sgml
字號:
<!-- ##### SECTION Title ##### -->GtkColorSelectionDialog<!-- ##### SECTION Short_Description ##### -->A standard dialog box for selecting a color<!-- ##### SECTION Long_Description ##### --><para>The #GtkColorSelectionDialog provides a standard dialog whichallows the user to select a color much like the #GtkFileSelectionprovides a standard dialog for file selection.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkColorSelectionDialog ##### --><para>The #GtkColorSelectionDialog-struct struct contains the following fields.(These fields should be considered read-only. They should never be set byan application.)<informaltable pgwide="1" frame="none" role="struct"><tgroup cols="2"><colspec colwidth="2*"/><colspec colwidth="8*"/><tbody><row><entry>#GtkWidget *colorsel;</entry><entry>The #GtkColorSelection widget contained within thedialog. Use this widget and its gtk_color_selection_get_current_color()function to gain access to the selected color. Connect a handler for this widget's color_changed signal to be notified when thecolor changes.</entry></row><row><entry>#GtkWidget *ok_button;</entry><entry>The OK button widget contained within the dialog. Connect a handler for the clicked event.</entry></row><row><entry>#GtkWidget *cancel_button;</entry><entry>The cancel button widget contained within the dialog. Connect a handler for the clicked event.</entry></row><row><entry>#GtkWidget *help_button;</entry><entry>The help button widget contained within the dialog. Connect a handler for the clicked event.</entry></row></tbody></tgroup></informaltable></para><!-- ##### FUNCTION gtk_color_selection_dialog_new ##### --><para>Creates a new #GtkColorSelectionDialog.</para>@title: a string containing the title text for the dialog.@Returns: a #GtkColorSelectionDialog.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -