バグ #1524 » 0001-UserList-Scrollbar-Window.patch
core/mui/gtk_userlist.rb | ||
---|---|---|
def initialize
|
||
super
|
||
@listview = Gtk::InnerUserList.new(self)
|
||
scrollbar = ::Gtk::VScrollbar.new(@listview.vadjustment)
|
||
add Gtk::Box.new(:horizontal, 0).add(@listview).closeup(scrollbar)
|
||
add Gtk::ScrolledWindow.new.add(@listview)
|
||
@listview.ssc(:row_activated, &self.class.row_activated)
|
||
@listview.ssc(:expose_event){
|
||
emit_expose_user
|