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,151
Issues
1,151
List
Boards
Labels
Service Desk
Milestones
Merge Requests
142
Merge Requests
142
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
11faf1c6
Commit
11faf1c6
authored
Aug 15, 2008
by
Christian Dywan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve documentation of "gtk-button-images" setting
svn path=/trunk/; revision=21123
parent
f4a59dee
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
ChangeLog
ChangeLog
+7
-0
gtk/gtkbutton.c
gtk/gtkbutton.c
+5
-5
No files found.
ChangeLog
View file @
11faf1c6
2008-08-15 Christian Dywan <christian@imendio.com>
Bug 547775 – Documentation of gtk-button-images is not correct
* gtk/gtkbutton.c (gtk_button_class_init): Improve documentation
of "gtk-button-images" setting
2008-08-13 Matthias Clasen <mclasen@redhat.com>
Bug 547673 – Accessors for GtkFileSelection.font_entry and
...
...
gtk/gtkbutton.c
View file @
11faf1c6
...
...
@@ -481,15 +481,15 @@ gtk_button_class_init (GtkButtonClass *klass)
GTK_PARAM_READABLE
));
/**
* Gtk
Button
::gtk-button-images:
* Gtk
Settings
::gtk-button-images:
*
*
If stock icon in buttons should be shown at all.
*
Whether images should be shown on buttons
*
* Since: 2.4
*/
gtk_settings_install_property
(
g_param_spec_boolean
(
"gtk-button-images"
,
P_
(
"Show button images"
),
P_
(
"Whether
stock icons should be shown i
n buttons"
),
P_
(
"Whether
images should be shown o
n buttons"
),
TRUE
,
GTK_PARAM_READWRITE
));
...
...
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