diff options
Diffstat (limited to 'docs/reference/gtk/tmpl/gtk-unused.sgml')
-rw-r--r-- | docs/reference/gtk/tmpl/gtk-unused.sgml | 80 |
1 files changed, 32 insertions, 48 deletions
diff --git a/docs/reference/gtk/tmpl/gtk-unused.sgml b/docs/reference/gtk/tmpl/gtk-unused.sgml index ed4abe8fb9..ef1a5fa0cb 100644 --- a/docs/reference/gtk/tmpl/gtk-unused.sgml +++ b/docs/reference/gtk/tmpl/gtk-unused.sgml @@ -219,6 +219,12 @@ The last structured enumerated type value. </para> +<!-- ##### MACRO GTK_TYPE_TREE_COLUMN ##### --> +<para> + +</para> + + <!-- ##### MACRO GTK_VALUE_ARGS ##### --> <para> Use to get the value of a GtkArg whose GtkType is GTK_TYPE_ARGS @@ -439,24 +445,6 @@ The position of the cursor. </para> -<!-- ##### USER_FUNCTION GtkEmissionHook ##### --> -<para> -A simple function pointer to get invoked when the -signal is emitted. This allows you tie a hook to the signal type, -so that it will trap all emissions of that signal, from any object. -</para> -<para> -You may not attach these to signals created with the -#GTK_RUN_NO_HOOKS flag. -</para> - -@object: -@signal_id: -@n_params: -@params: -@data: -@Returns: - <!-- ##### ENUM GtkFontFilterType ##### --> <para> A set of bit flags used to specify the filter being set @@ -597,6 +585,12 @@ and its unique identifying integer. @nparams: @params: +<!-- ##### ARG GtkSpinButton:shadow-type ##### --> +<para> +the type of border that surrounds the arrows of a spin button. +</para> + + <!-- ##### STRUCT GtkStatusbarMsg ##### --> <para> Holds the data for a statusbar message. <structfield>text</structfield> holds the actual text string. <structfield>context_id</structfield> is the context that this message is associated with, and <structfield>message_id</structfield> is this particular message's identifier. However, these fields should not be modified directly. @@ -633,6 +627,18 @@ produce superscript and subscript. </para> +<!-- ##### ARG GtkTextView:justify ##### --> +<para> + +</para> + + +<!-- ##### ARG GtkTextView:wrap-mode ##### --> +<para> + +</para> + + <!-- ##### SIGNAL GtkWidget::debug-msg ##### --> <para> @@ -1032,20 +1038,6 @@ Internal function. @ruler: the gtkruler -<!-- ##### FUNCTION gtk_signal_add_emission_hook ##### --> -<para> -Add an emission hook for a type of signal, for any object. -</para> - -@signal_id: the type of signal to hook for. -@hook_func: the function to invoke to handle the emission hook. -@data: the user data passed in to hook_func. -@Returns: the id (that you may pass as a parameter -to gtk_signal_remove_emission_hook()). -@i: -@h: -@d: - <!-- ##### FUNCTION gtk_signal_add_emission_hook_full ##### --> <para> Add an emission hook for a type of signal, for any object. @@ -1085,12 +1077,6 @@ This function is labeled private. @object: the object whose signal handlers should be destroyed. -<!-- ##### FUNCTION gtk_signal_init ##### --> -<para> - -</para> - - <!-- ##### FUNCTION gtk_signal_n_emissions ##### --> <para> Find out the recursion depth of emissions for a particular type @@ -1132,16 +1118,6 @@ Obtain information about a signal. which contains all the information, or NULL. The pointer is allocated just for you: you must g_free() it. -<!-- ##### FUNCTION gtk_signal_remove_emission_hook ##### --> -<para> -Delete an emission hook. (see gtk_signal_add_emission_hook()) -</para> - -@signal_id: the id of the signal type. -@hook_id: the id of the emission handler, returned by add_emission_hook(). -@i: -@h: - <!-- ##### FUNCTION gtk_signal_set_funcs ##### --> <para> These set default functions to call when the user didn't @@ -1157,6 +1133,14 @@ isn't a function pointer. May be NULL. @destroy_func: the function to invoke when each hook is destroyed. May be NULL. +<!-- ##### FUNCTION gtk_spin_button_set_shadow_type ##### --> +<para> +Creates a border around the arrows of a #GtkSpinButton. The type of border is determined by @shadow_type. +</para> + +@spin_button: a #GtkSpinButton +@shadow_type: the new border type. + <!-- ##### FUNCTION gtk_trace_referencing ##### --> <para> Private: print debugging information while doing a gtk_object_ref() or |