Skip to content
GitLab
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
aa1e52ec
Commit
aa1e52ec
authored
Jan 04, 2011
by
Tristan Van Berkom
Browse files
Added padding to signal editor.
parent
094588c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
gladeui/glade-signal-editor.h
View file @
aa1e52ec
...
...
@@ -22,23 +22,29 @@ typedef struct _GladeSignalEditorClass GladeSignalEditorClass;
*/
struct
_GladeSignalEditor
{
GtkVBox
parent
;
GtkVBox
parent
;
GladeSignalEditorPrivate
*
priv
;
GladeSignalEditorPrivate
*
priv
;
};
struct
_GladeSignalEditorClass
{
GtkVBoxClass
parent_class
;
GtkVBoxClass
parent_class
;
void
(
*
glade_reserved1
)
(
void
);
void
(
*
glade_reserved2
)
(
void
);
void
(
*
glade_reserved3
)
(
void
);
void
(
*
glade_reserved4
)
(
void
);
void
(
*
glade_reserved5
)
(
void
);
void
(
*
glade_reserved6
)
(
void
);
};
GType
glade_signal_editor_get_type
(
void
)
G_GNUC_CONST
;
GType
glade_signal_editor_get_type
(
void
)
G_GNUC_CONST
;
GladeSignalEditor
*
glade_signal_editor_new
(
gpointer
*
editor
);
void
glade_signal_editor_construct_signals_list
(
GladeSignalEditor
*
editor
);
void
glade_signal_editor_load_widget
(
GladeSignalEditor
*
editor
,
GladeWidget
*
widget
);
GladeSignalEditor
*
glade_signal_editor_new
(
gpointer
*
editor
);
void
glade_signal_editor_construct_signals_list
(
GladeSignalEditor
*
editor
);
void
glade_signal_editor_load_widget
(
GladeSignalEditor
*
editor
,
GladeWidget
*
widget
);
G_END_DECLS
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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