Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ListHelper ¶
type ListHelper struct { }
func ListHelperNew ¶
func ListHelperNew() *ListHelper
func (*ListHelper) CreateMovieCard ¶
func (l *ListHelper) CreateMovieCard(movie *data.Movie) *gtk.Frame
CreateMovieCard creates a movie card (a gtk.Frame) to be placed in a gtk.FlowBox
type MainWindow ¶
type MainWindow struct {
// contains filtered or unexported fields
}
func NewMainWindow ¶
func NewMainWindow() *MainWindow
NewMainWindow : Creates a new MainWindow object
func (*MainWindow) Open ¶
func (m *MainWindow) Open(app *gtk.Application)
Open : Opens the MainWindow window
Click to show internal directories.
Click to hide internal directories.