⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gtklinkbutton.sgml

📁 This GTK+ version 2.12.3. GTK+ is a multi-platform toolkit for creating graphical user interfaces.
💻 SGML
字号:
<!-- ##### SECTION Title ##### -->GtkLinkButton<!-- ##### SECTION Short_Description ##### -->Create buttons bound to a URL<!-- ##### SECTION Long_Description ##### --><para>A #GtkLinkButton is a #GtkButton with a hyperlink, similar to the oneused by web browsers, which triggers an action when clicked. It is usefulto show quick links to resources.</para><para>A link button is created by calling either gtk_link_button_new() orgtk_link_button_new_with_label(). If using the former, the URI you passto the constructor is used as a label for the widget.</para><para>The URI bound to a #GtkLinkButton can be set specifically usinggtk_link_button_set_uri(), and retrieved using gtk_link_button_get_uri().</para><para>#GtkLinkButton offers a global hook, which is called when the used clickson it: see gtk_link_button_set_uri_hook().</para><para>#GtkLinkButton was added in GTK+ 2.10.</para><!-- ##### SECTION See_Also ##### --><para>#GtkButton</para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkLinkButton ##### --><para>The #GtkLinkButton struct contains private data only, and should bemanipulated using the functions below.</para><!-- ##### ARG GtkLinkButton:uri ##### --><para></para><!-- ##### FUNCTION gtk_link_button_new ##### --><para></para>@uri: @Returns: <!-- ##### FUNCTION gtk_link_button_new_with_label ##### --><para></para>@uri: @label: @Returns: <!-- ##### FUNCTION gtk_link_button_get_uri ##### --><para></para>@link_button: @Returns: <!-- ##### FUNCTION gtk_link_button_set_uri ##### --><para></para>@link_button: @uri: <!-- ##### USER_FUNCTION GtkLinkButtonUriFunc ##### --><para>The type of a function which is called when the #GtkLinkButton isclicked.</para>@button: the #GtkLinkButton which was clicked@link_: @user_data: user data that was passed when the function was registered  with gtk_link_button_set_uri_hook()<!-- # Unused Parameters # -->@link: the URI to which the clicked #GtkLinkButton points<!-- ##### FUNCTION gtk_link_button_set_uri_hook ##### --><para></para>@func: @data: @destroy: @Returns: 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -