Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ZenWalker
Glade
Commits
323e0ba9
Commit
323e0ba9
authored
Jan 05, 2011
by
Tristan Van Berkom
Browse files
* gladeui/glade-editor.c: Make the editor notebook scrollable.
parent
0a046221
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
323e0ba9
...
...
@@ -39,6 +39,8 @@
Glade core api now officially sealed and ABI stable.
* gladeui/glade-editor.c: Make the editor notebook scrollable.
2011-01-04 Johannes Schmid <jhs@gnome.org>
* data/gladeui-2.0.pc.in: Fix include paths and library name
...
...
gladeui/glade-editor.c
View file @
323e0ba9
...
...
@@ -439,6 +439,8 @@ glade_editor_init (GladeEditor * editor)
gtk_container_set_border_width
(
GTK_CONTAINER
(
editor
->
priv
->
notebook
),
0
);
gtk_notebook_set_scrollable
(
GTK_NOTEBOOK
(
editor
->
priv
->
notebook
),
TRUE
);
gtk_box_pack_start
(
GTK_BOX
(
editor
),
editor
->
priv
->
class_field
,
FALSE
,
FALSE
,
0
);
gtk_box_pack_start
(
GTK_BOX
(
editor
),
editor
->
priv
->
notebook
,
TRUE
,
TRUE
,
0
);
...
...
Write
Preview
Supports
Markdown
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