Merge pull request #255 from samdroid-apps/gtype-name-toolbarbox
Add gtype name to ToolbarBox for gtk css styling
This commit is contained in:
commit
e16f8ec61b
@ -143,6 +143,8 @@ class ToolbarButton(ToolButton):
|
|||||||
|
|
||||||
class ToolbarBox(Gtk.VBox):
|
class ToolbarBox(Gtk.VBox):
|
||||||
|
|
||||||
|
__gtype_name__ = 'SugarToolbarBox'
|
||||||
|
|
||||||
def __init__(self, padding=style.TOOLBOX_HORIZONTAL_PADDING):
|
def __init__(self, padding=style.TOOLBOX_HORIZONTAL_PADDING):
|
||||||
GObject.GObject.__init__(self)
|
GObject.GObject.__init__(self)
|
||||||
self._expanded_button_index = -1
|
self._expanded_button_index = -1
|
||||||
|
Loading…
Reference in New Issue
Block a user