Made GtkBubble/SelectionWindow private at the moment
This commit is contained in:
committed by
Matthias Clasen
parent
0ba92bc26d
commit
ceeed09d07
@@ -89,8 +89,6 @@
|
||||
<xi:include href="xml/gtkaboutdialog.xml" />
|
||||
<xi:include href="xml/gtkassistant.xml" />
|
||||
<xi:include href="xml/gtkoffscreenwindow.xml" />
|
||||
<xi:include href="xml/gtkbubblewindow.xml" />
|
||||
<xi:include href="xml/gtkselectionwindow.xml" />
|
||||
</chapter>
|
||||
|
||||
<chapter id="DisplayWidgets">
|
||||
|
||||
@@ -7494,54 +7494,3 @@ GTK_COLOR_CHOOSER_DIALOG_GET_CLASS
|
||||
GtkColorChooserDialogPrivate
|
||||
gtk_color_chooser_dialog_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkbubblewindow</FILE>
|
||||
<TITLE>GtkBubbleWindow</TITLE>
|
||||
GtkBubbleWindow
|
||||
gtk_bubble_window_new
|
||||
gtk_bubble_window_set_relative_to
|
||||
gtk_bubble_window_get_relative_to
|
||||
gtk_bubble_window_set_pointing_to
|
||||
gtk_bubble_window_get_pointing_to
|
||||
gtk_bubble_window_set_position
|
||||
gtk_bubble_window_get_position
|
||||
gtk_bubble_window_popup
|
||||
gtk_bubble_window_popdown
|
||||
gtk_bubble_window_grab
|
||||
gtk_bubble_window_ungrab
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_BUBBLE_WINDOW
|
||||
GTK_BUBBLE_WINDOW
|
||||
GTK_BUBBLE_WINDOW_CLASS
|
||||
GTK_IS_BUBBLE_WINDOW
|
||||
GTK_IS_BUBBLE_WINDOW_CLASS
|
||||
GTK_BUBBLE_WINDOW_GET_CLASS
|
||||
|
||||
<SUBSECTION Private>
|
||||
gtk_bubble_window_get_type
|
||||
</SECTION>
|
||||
|
||||
<SECTION>
|
||||
<FILE>gtkselectionwindow</FILE>
|
||||
<TITLE>GtkSelectionWindow</TITLE>
|
||||
GtkSelectionWindow
|
||||
gtk_selection_window_new
|
||||
gtk_selection_window_set_editable
|
||||
gtk_selection_window_get_editable
|
||||
gtk_selection_window_set_has_selection
|
||||
gtk_selection_window_get_has_selection
|
||||
gtk_selection_window_get_toolbar
|
||||
|
||||
<SUBSECTION Standard>
|
||||
GTK_TYPE_SELECTION_WINDOW
|
||||
GTK_SELECTION_WINDOW
|
||||
GTK_SELECTION_WINDOW_CLASS
|
||||
GTK_IS_SELECTION_WINDOW
|
||||
GTK_IS_SELECTION_WINDOW_CLASS
|
||||
GTK_SELECTION_WINDOW_GET_CLASS
|
||||
|
||||
<SUBSECTION Private>
|
||||
gtk_selection_window_get_type
|
||||
</SECTION>
|
||||
|
||||
@@ -23,7 +23,6 @@ gtk_aspect_frame_get_type
|
||||
gtk_assistant_get_type
|
||||
gtk_bin_get_type
|
||||
gtk_box_get_type
|
||||
gtk_bubble_window_get_type
|
||||
gtk_builder_get_type
|
||||
gtk_buildable_get_type
|
||||
gtk_button_box_get_type
|
||||
@@ -147,7 +146,6 @@ gtk_scrollable_get_type
|
||||
gtk_scrollbar_get_type
|
||||
gtk_scrolled_window_get_type
|
||||
gtk_search_entry_get_type
|
||||
gtk_selection_window_get_type
|
||||
gtk_separator_get_type
|
||||
gtk_separator_menu_item_get_type
|
||||
gtk_separator_tool_item_get_type
|
||||
|
||||
Reference in New Issue
Block a user