Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
gtk
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,127
Issues
1,127
List
Boards
Labels
Service Desk
Milestones
Merge Requests
152
Merge Requests
152
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gtk
Commits
5dd656fa
Commit
5dd656fa
authored
Nov 14, 2000
by
Owen Taylor
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add some new template files to cvs
parent
30beffe1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
331 additions
and
0 deletions
+331
-0
docs/reference/gdk-pixbuf/tmpl/file-saving.sgml
docs/reference/gdk-pixbuf/tmpl/file-saving.sgml
+43
-0
docs/reference/gtk/tmpl/gtkoldeditable.sgml
docs/reference/gtk/tmpl/gtkoldeditable.sgml
+191
-0
docs/reference/gtk/tmpl/gtktreemodelsort.sgml
docs/reference/gtk/tmpl/gtktreemodelsort.sgml
+97
-0
No files found.
docs/reference/gdk-pixbuf/tmpl/file-saving.sgml
0 → 100644
View file @
5dd656fa
<!-- ##### SECTION Title ##### -->
file-saving
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### FUNCTION gdk_pixbuf_savev ##### -->
<para>
</para>
@pixbuf:
@filename:
@type:
@option_keys:
@option_values:
@error:
@Returns:
<!-- ##### FUNCTION gdk_pixbuf_save ##### -->
<para>
</para>
@pixbuf:
@filename:
@type:
@error:
@Varargs:
@Returns:
docs/reference/gtk/tmpl/gtkoldeditable.sgml
0 → 100644
View file @
5dd656fa
<!-- ##### SECTION Title ##### -->
GtkOldEditable
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GtkOldEditable ##### -->
<para>
</para>
@current_pos:
@selection_start_pos:
@selection_end_pos:
@has_selection:
<!-- ##### USER_FUNCTION GtkTextFunction ##### -->
<para>
</para>
@editable:
@time:
<!-- ##### FUNCTION gtk_old_editable_claim_selection ##### -->
<para>
</para>
@old_editable:
@claim:
@time:
<!-- ##### FUNCTION gtk_old_editable_changed ##### -->
<para>
</para>
@old_editable:
<!-- ##### SIGNAL GtkOldEditable::activate ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
<!-- ##### SIGNAL GtkOldEditable::changed ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
<!-- ##### SIGNAL GtkOldEditable::copy-clipboard ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
<!-- ##### SIGNAL GtkOldEditable::cut-clipboard ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
<!-- ##### SIGNAL GtkOldEditable::delete-text ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
@arg2:
<!-- ##### SIGNAL GtkOldEditable::insert-text ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
@arg2:
@arg3:
<!-- ##### SIGNAL GtkOldEditable::kill-char ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkOldEditable::kill-line ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkOldEditable::kill-word ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkOldEditable::move-cursor ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
@arg2:
<!-- ##### SIGNAL GtkOldEditable::move-page ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
@arg2:
<!-- ##### SIGNAL GtkOldEditable::move-to-column ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkOldEditable::move-to-row ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkOldEditable::move-word ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
<!-- ##### SIGNAL GtkOldEditable::paste-clipboard ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
<!-- ##### SIGNAL GtkOldEditable::set-editable ##### -->
<para>
</para>
@oldeditable: the object which received the signal.
@arg1:
<!-- ##### ARG GtkOldEditable:text_position ##### -->
<para>
</para>
<!-- ##### ARG GtkOldEditable:editable ##### -->
<para>
</para>
docs/reference/gtk/tmpl/gtktreemodelsort.sgml
0 → 100644
View file @
5dd656fa
<!-- ##### SECTION Title ##### -->
GtkTreeModelSort
<!-- ##### SECTION Short_Description ##### -->
<!-- ##### SECTION Long_Description ##### -->
<para>
</para>
<!-- ##### SECTION See_Also ##### -->
<para>
</para>
<!-- ##### STRUCT GtkTreeModelSort ##### -->
<para>
</para>
@parent:
<!-- ##### USER_FUNCTION GValueCompareFunc ##### -->
<para>
</para>
@a:
@b:
@Returns:
<!-- ##### FUNCTION gtk_tree_model_sort_new ##### -->
<para>
</para>
@Returns:
<!-- ##### FUNCTION gtk_tree_model_sort_new_with_model ##### -->
<para>
</para>
@model:
@func:
@sort_col:
@Returns:
<!-- ##### FUNCTION gtk_tree_model_sort_set_model ##### -->
<para>
</para>
@tree_model_sort:
@model:
<!-- ##### FUNCTION gtk_tree_model_sort_set_sort_col ##### -->
<para>
</para>
@tree_model_sort:
@sort_col:
<!-- ##### FUNCTION gtk_tree_model_sort_set_compare ##### -->
<para>
</para>
@tree_model_sort:
@func:
<!-- ##### FUNCTION gtk_tree_model_sort_resort ##### -->
<para>
</para>
@tree_model_sort:
<!-- ##### FUNCTION gtk_tree_model_sort_convert_path ##### -->
<para>
</para>
@tree_model_sort:
@path:
@Returns:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment