Add gtk_tool_button_get_type and gtk_tool_item_get_type.
2003-07-13 Matthias Clasen <maclas@gmx.de> * gtk/gtk.types: Add gtk_tool_button_get_type and gtk_tool_item_get_type. * gtk/tmpl/gtktoolbutton.sgml: * gtk/tmpl/gtktoolitem.sgml: * gtk/gtk-docs.sgml: * gtk/gtk-sections.txt: Add new toolbar api. * gtk/tmpl/gtkdnd.sgml: Remove docs for gtk_drag_begin(), which are now inline.
This commit is contained in:
committed by
Matthias Clasen
parent
ba55b6f15b
commit
36121795d9
@@ -1,5 +1,14 @@
|
||||
2003-07-13 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtk.types: Add gtk_tool_button_get_type and gtk_tool_item_get_type.
|
||||
|
||||
* gtk/tmpl/gtktoolbutton.sgml:
|
||||
* gtk/tmpl/gtktoolitem.sgml:
|
||||
* gtk/gtk-docs.sgml:
|
||||
* gtk/gtk-sections.txt: Add new toolbar api.
|
||||
|
||||
* gtk/tmpl/gtkdnd.sgml: Remove docs for gtk_drag_begin(), which are now inline.
|
||||
|
||||
* gdk-pixbuf/gdk-pixbuf-sections.txt: Add gdk_pixbuf_new_from_file_at_size.
|
||||
|
||||
2003-07-08 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
@@ -96,6 +96,8 @@
|
||||
<!ENTITY GtkTipsQuery SYSTEM "xml/gtktipsquery.xml">
|
||||
<!ENTITY GtkToggleButton SYSTEM "xml/gtktogglebutton.xml">
|
||||
<!ENTITY GtkToolbar SYSTEM "xml/gtktoolbar.xml">
|
||||
<!ENTITY GtkToolButton SYSTEM "xml/gtktoolbutton.xml">
|
||||
<!ENTITY GtkToolItem SYSTEM "xml/gtktoolitem.xml">
|
||||
<!ENTITY GtkTooltips SYSTEM "xml/gtktooltips.xml">
|
||||
<!ENTITY GtkTree SYSTEM "xml/gtktree.xml">
|
||||
<!ENTITY GtkTreeItem SYSTEM "xml/gtktreeitem.xml">
|
||||
@@ -380,6 +382,8 @@ that is, GUI components such as <link linkend="GtkButton">GtkButton</link> or
|
||||
&GtkSeparatorMenuItem;
|
||||
&GtkTearoffMenuItem;
|
||||
&GtkToolbar;
|
||||
&GtkToolItem;
|
||||
&GtkToolButton;
|
||||
</chapter>
|
||||
|
||||
<chapter id="SelectorWidgets">
|
||||
|
||||
@@ -2801,6 +2801,22 @@ GtkToolbarChildType
|
||||
GtkToolbarSpaceStyle
|
||||
GtkToolbarChild
|
||||
gtk_toolbar_new
|
||||
gtk_toolbar_insert
|
||||
gtk_toolbar_get_item_index
|
||||
gtk_toolbar_get_n_items
|
||||
gtk_toolbar_get_nth_item
|
||||
gtk_toolbar_get_drop_index
|
||||
gtk_toolbar_set_show_arrow
|
||||
gtk_toolbar_set_orientation
|
||||
gtk_toolbar_set_tooltips
|
||||
gtk_toolbar_unset_icon_size
|
||||
gtk_toolbar_get_show_arrow
|
||||
gtk_toolbar_get_orientation
|
||||
gtk_toolbar_get_style
|
||||
gtk_toolbar_get_icon_size
|
||||
gtk_toolbar_get_tooltips
|
||||
gtk_toolbar_get_relief_style
|
||||
|
||||
gtk_toolbar_append_item
|
||||
gtk_toolbar_prepend_item
|
||||
gtk_toolbar_insert_item
|
||||
@@ -2813,18 +2829,12 @@ gtk_toolbar_insert_element
|
||||
gtk_toolbar_append_widget
|
||||
gtk_toolbar_prepend_widget
|
||||
gtk_toolbar_insert_widget
|
||||
gtk_toolbar_set_orientation
|
||||
gtk_toolbar_set_style
|
||||
gtk_toolbar_set_tooltips
|
||||
gtk_toolbar_insert_stock
|
||||
gtk_toolbar_set_icon_size
|
||||
gtk_toolbar_get_icon_size
|
||||
gtk_toolbar_get_orientation
|
||||
gtk_toolbar_get_style
|
||||
gtk_toolbar_get_tooltips
|
||||
gtk_toolbar_remove_space
|
||||
gtk_toolbar_unset_icon_size
|
||||
gtk_toolbar_unset_style
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GTK_TOOLBAR
|
||||
GTK_IS_TOOLBAR
|
||||
@@ -2836,6 +2846,77 @@ GTK_TOOLBAR_GET_CLASS
|
||||
gtk_toolbar_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtktoolitem</FILE>
|
||||
<TITLE>GtkToolItem</TITLE>
|
||||
GtkToolItem
|
||||
gtk_tool_item_new
|
||||
gtk_tool_item_toolbar_reconfigured
|
||||
gtk_tool_item_set_homogeneous
|
||||
gtk_tool_item_get_homogeneous
|
||||
gtk_tool_item_set_expand
|
||||
gtk_tool_item_get_expand
|
||||
gtk_tool_item_set_pack_end
|
||||
gtk_tool_item_get_pack_end
|
||||
gtk_tool_item_set_tooltip
|
||||
gtk_tool_item_set_use_drag_window
|
||||
gtk_tool_item_get_use_drag_window
|
||||
gtk_tool_item_set_visible_horizontal
|
||||
gtk_tool_item_get_visible_horizontal
|
||||
gtk_tool_item_set_visible_vertical
|
||||
gtk_tool_item_get_visible_vertical
|
||||
gtk_tool_item_get_icon_size
|
||||
gtk_tool_item_get_orientation
|
||||
gtk_tool_item_get_toolbar_style
|
||||
gtk_tool_item_retrieve_proxy_menu_item
|
||||
gtk_tool_item_get_proxy_menu_item
|
||||
gtk_tool_item_set_proxy_menu_item
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_TOOL_ITEM
|
||||
GTK_TOOL_ITEM
|
||||
GTK_TOOL_ITEM_CLASS
|
||||
GTK_IS_TOOL_ITEM
|
||||
GTK_IS_TOOL_ITEM_CLASS
|
||||
GTK_TOOL_ITEM_GET_CLASS
|
||||
GTK_TOOL_ITEM_GET_PRIVATE
|
||||
|
||||
<SUBSECTION Private>
|
||||
gtk_tool_item_get_type
|
||||
GtkToolItemPrivate
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtktoolbutton</FILE>
|
||||
<TITLE>GtkToolButton</TITLE>
|
||||
GtkToolButton
|
||||
gtk_tool_button_new
|
||||
gtk_tool_button_new_from_stock
|
||||
gtk_tool_button_set_label
|
||||
gtk_tool_button_get_label
|
||||
gtk_tool_button_set_use_underline
|
||||
gtk_tool_button_get_use_underline
|
||||
gtk_tool_button_set_stock_id
|
||||
gtk_tool_button_get_stock_id
|
||||
gtk_tool_button_set_icon_widget
|
||||
gtk_tool_button_get_icon_widget
|
||||
gtk_tool_button_set_label_widget
|
||||
gtk_tool_button_get_label_widget
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_TOOL_BUTTON
|
||||
GTK_TOOL_BUTTON
|
||||
GTK_TOOL_BUTTON_CLASS
|
||||
GTK_IS_TOOL_BUTTON
|
||||
GTK_IS_TOOL_BUTTON_CLASS
|
||||
GTK_TOOL_BUTTON_GET_CLASS
|
||||
GTK_TOOL_BUTTON_GET_PRIVATE
|
||||
|
||||
<SUBSECTION Private>
|
||||
gtk_tool_button_get_type
|
||||
GtkToolButtonPrivate
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtktooltips</FILE>
|
||||
<TITLE>GtkTooltips</TITLE>
|
||||
|
||||
@@ -107,6 +107,8 @@ gtk_tips_query_get_type
|
||||
gtk_toggle_button_get_type
|
||||
gtk_toolbar_get_type
|
||||
gtk_tooltips_get_type
|
||||
gtk_tool_button_get_type
|
||||
gtk_tool_item_get_type
|
||||
gtk_tree_get_type
|
||||
gtk_tree_item_get_type
|
||||
gtk_tree_model_sort_get_type
|
||||
|
||||
132
docs/reference/gtk/tmpl/gtktoolbutton.sgml
Normal file
132
docs/reference/gtk/tmpl/gtktoolbutton.sgml
Normal file
@@ -0,0 +1,132 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GtkToolButton
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkToolButton ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parent:
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@label:
|
||||
@icon_widget:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_new_from_stock ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@stock_id:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_set_label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@label:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_get_label ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_set_use_underline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@use_underline:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_get_use_underline ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_set_stock_id ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@stock_id:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_get_stock_id ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_set_icon_widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@icon:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_get_icon_widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_set_label_widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@label_widget:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_button_get_label_widget ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@button:
|
||||
@Returns:
|
||||
|
||||
|
||||
214
docs/reference/gtk/tmpl/gtktoolitem.sgml
Normal file
214
docs/reference/gtk/tmpl/gtktoolitem.sgml
Normal file
@@ -0,0 +1,214 @@
|
||||
<!-- ##### SECTION Title ##### -->
|
||||
GtkToolItem
|
||||
|
||||
<!-- ##### SECTION Short_Description ##### -->
|
||||
|
||||
|
||||
<!-- ##### SECTION Long_Description ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### SECTION See_Also ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
<!-- ##### STRUCT GtkToolItem ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@parent:
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_new ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_toolbar_reconfigured ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_set_homogeneous ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@homogeneous:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_homogeneous ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_set_expand ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@expand:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_expand ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_set_pack_end ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@pack_end:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_pack_end ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_set_tooltip ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@tooltips:
|
||||
@tip_text:
|
||||
@tip_private:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_set_use_drag_window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@toolitem:
|
||||
@use_drag_window:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_use_drag_window ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@toolitem:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_set_visible_horizontal ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@toolitem:
|
||||
@visible_horizontal:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_visible_horizontal ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@toolitem:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_set_visible_vertical ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@toolitem:
|
||||
@visible_horizontal:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_visible_vertical ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@toolitem:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_icon_size ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_orientation ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_toolbar_style ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_retrieve_proxy_menu_item ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_get_proxy_menu_item ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@menu_item_id:
|
||||
@Returns:
|
||||
|
||||
|
||||
<!-- ##### FUNCTION gtk_tool_item_set_proxy_menu_item ##### -->
|
||||
<para>
|
||||
|
||||
</para>
|
||||
|
||||
@tool_item:
|
||||
@menu_item_id:
|
||||
@menu_item:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user