lem1802_fontview

Members

Functions

on_but_next_clicked
void on_but_next_clicked(Event event, Widget widget)

Click over Previus button

on_but_prev_clicked
void on_but_prev_clicked(Event event, Widget widget)

Click over Previus button

on_mnu_about_activate
void on_mnu_about_activate(Event event, Widget widget)

Show About dialog

on_mnu_exit_activate
void on_mnu_exit_activate(Event event, Widget widget)

Close the App when it's clicked menu exit option

on_mnu_new_activate
void on_mnu_new_activate(Event event, Widget widget)

Reset all data (new font)

on_mnu_open_activate
void on_mnu_open_activate(Event event, Widget widget)

Show the Open file Dialog and try to load it

on_mnu_saveas_activate
void on_mnu_saveas_activate(Event event, Widget widget)

Show the Save file Dialog and try to save it

update_editor
void update_editor()

Update the state of the editor buttons

update_glyph_lbl
void update_glyph_lbl()

Updates binary, hex and decimal representation of selected glyph

Meta