亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? gtkwidget.sgml

?? linux下電話本所依賴的一些圖形庫
?? SGML
?? 第 1 頁 / 共 3 頁
字號(hào):
<!-- ##### SECTION Title ##### -->GtkWidget<!-- ##### SECTION Short_Description ##### -->Base class for all widgets<!-- ##### SECTION Long_Description ##### --><para id="style-properties"><structname>GtkWidget</structname> introduces <firstterm>style properties</firstterm> - these are basically object properties that are storednot on the object, but in the style object associated to the widget. Styleproperties are set in <link linkend="gtk-Resource-Files">resource files</link>.This mechanism is used for configuring such things as the location of thescrollbar arrows through the theme, giving theme authors more control over thelook of applications without the need to write a theme engine in C.</para><para>Use gtk_widget_class_install_style_property() to install style properties for a widget class, gtk_widget_class_find_style_property() orgtk_widget_class_list_style_properties() to get information about existingstyle properties and gtk_widget_style_get_property(), gtk_widget_style_get() orgtk_widget_style_get_valist() to obtain the value of a style property.</para><!-- ##### SECTION See_Also ##### --><para></para><!-- ##### SECTION Stability_Level ##### --><!-- ##### STRUCT GtkWidget ##### --><para></para>@style: The style for the widget. The style contains the colors the widget should be  drawn in for each state along with graphics contexts used to draw with and the font  to use for text.@requisition: The widgets desired size.@allocation: The widgets allocated size.@window: The widgets window or its parent window if it does not have a window. (Which  will be indicated by the #GTK_NO_WINDOW flag being set).@parent: <!-- ##### SIGNAL GtkWidget::accel-closures-changed ##### --><para></para>@widget: the object which received the signal.<!-- ##### SIGNAL GtkWidget::button-press-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::button-release-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::can-activate-accel ##### --><para></para>@widget: the object which received the signal.@arg1: @Returns: <!-- ##### SIGNAL GtkWidget::child-notify ##### --><para></para>@widget: the object which received the signal.@arg1: <!-- ##### SIGNAL GtkWidget::client-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::configure-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::delete-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::destroy-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::direction-changed ##### --><para></para>@widget: the object which received the signal.@arg1: <!-- ##### SIGNAL GtkWidget::drag-begin ##### --><para></para>@widget: the object which received the signal.@drag_context: <!-- ##### SIGNAL GtkWidget::drag-data-delete ##### --><para></para>@widget: the object which received the signal.@drag_context: <!-- ##### SIGNAL GtkWidget::drag-data-get ##### --><para></para>@widget: the object which received the signal.@drag_context: @data: @info: @time: <!-- # Unused Parameters # -->@time_: <!-- ##### SIGNAL GtkWidget::drag-data-received ##### --><para></para>@widget: the object which received the signal.@drag_context: @x: @y: @data: @info: @time: <!-- # Unused Parameters # -->@time_: <!-- ##### SIGNAL GtkWidget::drag-drop ##### --><para></para>@widget: the object which received the signal.@drag_context: @x: @y: @time: @Returns: <!-- # Unused Parameters # -->@time_: <!-- ##### SIGNAL GtkWidget::drag-end ##### --><para></para>@widget: the object which received the signal.@drag_context: <!-- ##### SIGNAL GtkWidget::drag-leave ##### --><para></para>@widget: the object which received the signal.@drag_context: @time: <!-- # Unused Parameters # -->@time_: <!-- ##### SIGNAL GtkWidget::drag-motion ##### --><para></para>@widget: the object which received the signal.@drag_context: @x: @y: @time: @Returns: <!-- # Unused Parameters # -->@time_: <!-- ##### SIGNAL GtkWidget::enter-notify-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::event-after ##### --><para></para>@widget: the object which received the signal.@event: <!-- ##### SIGNAL GtkWidget::expose-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::focus ##### --><para></para>@widget: the object which received the signal.@arg1: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::focus-in-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::focus-out-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::grab-focus ##### --><para></para>@widget: the object which received the signal.<!-- ##### SIGNAL GtkWidget::grab-notify ##### --><para></para>@widget: the object which received the signal.@arg1: <!-- ##### SIGNAL GtkWidget::hide ##### --><para></para>@widget: the object which received the signal.<!-- ##### SIGNAL GtkWidget::hierarchy-changed ##### --><para>Emitted when there is a chance in the hierarchy towhich a widget belong. More precisely, a widget is<firstterm>anchored</firstterm> when its toplevelancestor is a #GtkWindow. This signal is emitted when a widget changes from un-anchored to anchored or vice-versa.</para>@widget: the object which received the signal.@widget2: <!-- ##### SIGNAL GtkWidget::key-press-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::key-release-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::leave-notify-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::map ##### --><para></para>@widget: the object which received the signal.<!-- ##### SIGNAL GtkWidget::map-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::mnemonic-activate ##### --><para></para>@widget: the object which received the signal.@arg1: @Returns: <!-- ##### SIGNAL GtkWidget::motion-notify-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::no-expose-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::parent-set ##### --><para></para>@widget: the object which received the signal.@old_parent: <!-- ##### SIGNAL GtkWidget::popup-menu ##### --><para></para>@widget: the object which received the signal.@Returns: <!-- ##### SIGNAL GtkWidget::property-notify-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::proximity-in-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::proximity-out-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::realize ##### --><para></para>@widget: the object which received the signal.<!-- ##### SIGNAL GtkWidget::screen-changed ##### --><para></para>@widget: the object which received the signal.@arg1: <!-- ##### SIGNAL GtkWidget::scroll-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::selection-clear-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::selection-get ##### --><para></para>@widget: the object which received the signal.@data: @info: @time: <!-- # Unused Parameters # -->@time_: <!-- ##### SIGNAL GtkWidget::selection-notify-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::selection-received ##### --><para></para>@widget: the object which received the signal.@data: @time: <!-- # Unused Parameters # -->@time_: <!-- ##### SIGNAL GtkWidget::selection-request-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::show ##### --><para></para>@widget: the object which received the signal.<!-- ##### SIGNAL GtkWidget::show-help ##### --><para></para>@widget: the object which received the signal.@arg1: @Returns: <!-- ##### SIGNAL GtkWidget::size-allocate ##### --><para></para>@widget: the object which received the signal.@allocation: <!-- ##### SIGNAL GtkWidget::size-request ##### --><para></para>@widget: the object which received the signal.@requisition: <!-- ##### SIGNAL GtkWidget::state-changed ##### --><para></para>@widget: the object which received the signal.@state: <!-- ##### SIGNAL GtkWidget::style-set ##### --><para></para>@widget: the object which received the signal.@previous_style: <!-- ##### SIGNAL GtkWidget::unmap ##### --><para></para>@widget: the object which received the signal.<!-- ##### SIGNAL GtkWidget::unmap-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::unrealize ##### --><para></para>@widget: the object which received the signal.<!-- ##### SIGNAL GtkWidget::visibility-notify-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### SIGNAL GtkWidget::window-state-event ##### --><para></para>@widget: the object which received the signal.@event: @Returns: %TRUE to stop other handlers from being invoked for the event. %FALSE to propagate the event further.<!-- ##### ARG GtkWidget:app-paintable ##### --><para></para><!-- ##### ARG GtkWidget:can-default ##### --><para></para><!-- ##### ARG GtkWidget:can-focus ##### --><para></para><!-- ##### ARG GtkWidget:composite-child ##### --><para></para><!-- ##### ARG GtkWidget:events ##### --><para></para><!-- ##### ARG GtkWidget:extension-events ##### --><para></para><!-- ##### ARG GtkWidget:has-default ##### --><para></para><!-- ##### ARG GtkWidget:has-focus ##### --><para></para><!-- ##### ARG GtkWidget:height-request ##### --><para></para><!-- ##### ARG GtkWidget:is-focus ##### --><para></para><!-- ##### ARG GtkWidget:name ##### --><para></para><!-- ##### ARG GtkWidget:no-show-all ##### --><para></para><!-- ##### ARG GtkWidget:parent ##### --><para></para><!-- ##### ARG GtkWidget:receives-default ##### --><para></para><!-- ##### ARG GtkWidget:sensitive ##### --><para></para><!-- ##### ARG GtkWidget:style ##### --><para></para><!-- ##### ARG GtkWidget:visible ##### --><para></para><!-- ##### ARG GtkWidget:width-request ##### --><para></para><!-- ##### ARG GtkWidget:cursor-aspect-ratio ##### --><para></para><!-- ##### ARG GtkWidget:cursor-color ##### --><para></para><!-- ##### ARG GtkWidget:focus-line-pattern ##### --><para></para><!-- ##### ARG GtkWidget:focus-line-width ##### --><para></para><!-- ##### ARG GtkWidget:focus-padding ##### --><para></para><!-- ##### ARG GtkWidget:interior-focus ##### --><para></para><!-- ##### ARG GtkWidget:secondary-cursor-color ##### --><para></para><!-- ##### STRUCT GtkWidgetClass ##### --><para><structfield>activate_signal</structfield>The signal to emit when a widget of this class is activated,gtk_widget_activate() handles the emission. Implementation of thissignal is optional. </para><para><structfield>set_scroll_adjustment_signal</structfield>This signal is emitted  when a widget of this class is addedto a scrolling aware parent, gtk_widget_set_scroll_adjustments()handles the emission.Implementation of this signal is optional.</para>@parent_class: @activate_signal: @set_scroll_adjustments_signal: <!-- ##### ENUM GtkWidgetFlags ##### --><para>Tells about certain properties of the widget.</para>@GTK_TOPLEVEL:         widgets without a real parent, as there are #GtkWindow<!-- -->s and        #GtkMenu<!-- -->s have this flag set throughout their lifetime.        Toplevel widgets always contain their own #GdkWindow.@GTK_NO_WINDOW:         Indicative for a widget that does not provide its own #GdkWindow.         Visible action (e.g. drawing) is performed on the parent's #GdkWindow.@GTK_REALIZED:         Set by gtk_widget_realize(), unset by gtk_widget_unrealize().        A realized widget has an associated #GdkWindow.@GTK_MAPPED:         Set by gtk_widget_map(), unset by gtk_widget_unmap().        Only realized widgets can be mapped. It means that gdk_window_show()         has been called on the widgets window(s).@GTK_VISIBLE:         Set by gtk_widget_show(), unset by gtk_widget_hide(). Implies that a         widget will be mapped as soon as its parent is mapped.@GTK_SENSITIVE:         Set and unset by gtk_widget_set_sensitive().        The sensitivity of a widget determines whether it will receive        certain events (e.g. button or key presses). One premise for        the widgets sensitivity is to have this flag set.@GTK_PARENT_SENSITIVE:         Set and unset by gtk_widget_set_sensitive() operations on the        parents of the widget.        This is the second premise for the widgets sensitivity. Once        it has %GTK_SENSITIVE and %GTK_PARENT_SENSITIVE set, its state is        effectively sensitive. This is expressed (and can be examined) by        the #GTK_WIDGET_IS_SENSITIVE macro.@GTK_CAN_FOCUS:         Determines whether a widget is able to handle focus grabs.@GTK_HAS_FOCUS:         Set by gtk_widget_grab_focus() for widgets that also        have %GTK_CAN_FOCUS set. The flag will be unset once another widget        grabs the focus.@GTK_CAN_DEFAULT:         The widget is allowed to receive the default action via         gtk_widget_grab_default().@GTK_HAS_DEFAULT:         The widget currently is receiving the default action.@GTK_HAS_GRAB:         Set by gtk_grab_add(), unset by gtk_grab_remove(). It means that the         widget is in the grab_widgets stack, and will be the preferred one for         receiving events other than ones of cosmetic value.@GTK_RC_STYLE:         Indicates that the widgets style has been looked up through the rc 

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
丝瓜av网站精品一区二区| 欧美中文字幕一二三区视频| 欧美日韩一区二区三区视频| 中文字幕日韩一区二区| av电影天堂一区二区在线观看| 国产欧美精品一区aⅴ影院| 国产成人高清在线| 中文字幕日韩一区二区| 精品国内二区三区| 成人深夜视频在线观看| 亚洲激情男女视频| 欧美日韩久久一区| 精品在线观看视频| 国产精品视频免费看| 欧美性一级生活| 九九在线精品视频| 午夜欧美电影在线观看| 国产日产欧产精品推荐色| 欧美一区二区在线免费观看| 国产成人免费视频| 麻豆国产精品官网| 亚洲欧美在线观看| 国产视频在线观看一区二区三区 | 亚洲桃色在线一区| 欧美剧情片在线观看| 国产精品一区二区三区网站| 一区二区视频免费在线观看| 日韩女优电影在线观看| 99久久久免费精品国产一区二区| 亚洲成a人片在线观看中文| 久久久精品tv| 777午夜精品视频在线播放| 成人一级视频在线观看| 国产一区欧美日韩| 五月婷婷另类国产| 亚洲成人激情社区| 午夜精品爽啪视频| 亚洲第一久久影院| 日本女人一区二区三区| 亚洲欧洲av色图| 欧美极品xxx| 日韩欧美国产午夜精品| 欧美精品久久99久久在免费线| 欧美日韩在线播| 欧美日韩国产一二三| 欧美群妇大交群中文字幕| 欧美一级一级性生活免费录像| 8v天堂国产在线一区二区| 91精品一区二区三区在线观看| 欧美丰满一区二区免费视频| 日韩精品在线网站| 久久久久久一级片| 国产精品美女www爽爽爽| 亚洲免费资源在线播放| 国产精品久久久久久亚洲伦| 精品美女一区二区| 欧美一区二区三区四区久久| 日韩欧美一区二区免费| 国产欧美日韩精品一区| 中文字幕一区二区三区蜜月| 亚洲激情在线播放| 蜜桃久久av一区| 成人综合在线网站| 日本久久一区二区三区| 91蜜桃婷婷狠狠久久综合9色| 国产iv一区二区三区| 国内欧美视频一区二区| 韩国av一区二区三区在线观看| 国产成a人亚洲| 欧美伊人久久久久久久久影院| 日韩色在线观看| 欧美一级一区二区| 国产精品三级av在线播放| 亚洲精品午夜久久久| 久久成人久久爱| 精品一区二区三区免费毛片爱 | 精品视频免费看| 精品剧情v国产在线观看在线| 久久久久久久久99精品| 亚洲精品一二三| 国产综合久久久久久久久久久久| 色综合久久久久综合体| 色婷婷亚洲综合| 日韩午夜激情免费电影| 国产欧美精品国产国产专区| 亚洲一区二区在线观看视频| 亚洲国产综合在线| 日韩电影在线观看网站| 国产91清纯白嫩初高中在线观看 | 欧美一区二区三区公司| 中文字幕免费在线观看视频一区| 亚洲成a人v欧美综合天堂下载| 国产福利电影一区二区三区| 欧美电影一区二区| 国产精品伦一区| 久久国产精品色婷婷| 色88888久久久久久影院野外| 久久精品一区二区三区av| 天天综合网天天综合色| 972aa.com艺术欧美| 精品久久久久久久一区二区蜜臀| 亚洲夂夂婷婷色拍ww47| 丁香亚洲综合激情啪啪综合| 日韩欧美在线一区二区三区| 一区二区三区中文在线| www.色精品| 久久久久久久久久看片| 久久精品国产精品青草| 欧美视频一二三区| 亚洲欧美国产毛片在线| 国产成人精品一区二| 日韩一区二区三区视频| 亚洲国产成人va在线观看天堂| 99re这里只有精品视频首页| 久久久精品蜜桃| 黑人精品欧美一区二区蜜桃| 91麻豆精品国产91久久久更新时间 | 欧美精品一区二区三区一线天视频| 亚洲国产wwwccc36天堂| 91论坛在线播放| 亚洲男同性视频| 91亚洲精品一区二区乱码| 日本一区二区三区电影| 国产精品一二三区| 久久综合久久综合九色| 一区二区三区中文在线| 91在线视频在线| 中文字幕一区二| av毛片久久久久**hd| 国产精品日日摸夜夜摸av| 国产风韵犹存在线视精品| 国产清纯白嫩初高生在线观看91| 国产一区二区三区电影在线观看| 26uuu亚洲综合色| 国产在线日韩欧美| 久久精品亚洲精品国产欧美 | 26uuu国产在线精品一区二区| 秋霞国产午夜精品免费视频| 国产喷白浆一区二区三区| 亚洲精品成人在线| 91福利国产成人精品照片| 亚洲婷婷国产精品电影人久久| av成人免费在线| 一区二区激情小说| 欧美日韩亚洲不卡| 欧美aⅴ一区二区三区视频| 欧美一区二区成人| 九九精品视频在线看| 国产亚洲女人久久久久毛片| 国产a视频精品免费观看| 亚洲男同性视频| 欧美精品一级二级三级| 乱一区二区av| 国产日产精品1区| 在线一区二区三区做爰视频网站| 亚洲地区一二三色| 日韩一级高清毛片| 成人综合在线网站| 亚洲综合在线视频| 日韩一级高清毛片| a级高清视频欧美日韩| 亚洲国产一区二区三区青草影视| 91精品国产色综合久久| 国产精品自产自拍| 怡红院av一区二区三区| 日韩限制级电影在线观看| 国产电影一区二区三区| 亚洲乱码中文字幕| 日韩一区二区影院| 99天天综合性| 日本成人在线电影网| 久久女同互慰一区二区三区| 色哟哟欧美精品| 久久国产欧美日韩精品| 综合久久给合久久狠狠狠97色| 欧美一区三区四区| caoporn国产精品| 久久精品国产色蜜蜜麻豆| 一区在线中文字幕| 日韩欧美激情一区| 色婷婷综合久久| 韩国av一区二区| 五月天激情综合网| 国产精品美女一区二区在线观看| 欧美伦理视频网站| 成人动漫av在线| 中文字幕在线不卡一区二区三区| 欧美日韩不卡一区二区| 国产99一区视频免费| 日韩成人午夜电影| 亚洲欧美国产高清| 欧美韩日一区二区三区| 欧美一级二级在线观看| 色天天综合久久久久综合片| 狠狠色狠狠色综合系列| 亚洲午夜电影网| 国产精品久久777777| 久久日韩粉嫩一区二区三区| 欧美二区乱c少妇| 欧美天堂一区二区三区|