Development the Text Editor Kwangwoo Choi Department of Physics Kangwon National University • Development the Text Editor using the Glade • Using the GtkStatusbar
Make the widget Vertical Box
Add the toolbar widget Buttons
Add the Textbox widget Edit the Window
Add event hendling void on_Open_activate ( GtkMenuItem *menuitem, gpointer user_data) { GtkWidget *open_file; open_file = create_fileselection1(); gtk_widget_show (open_file); } gtk_signal_connect (GTK_OBJECT (ok_button1), "clicked", GTK_SIGNAL_FUNC(on_ok_button1_clicked), fileselection1);
Text Editor
Summary • Development the Text Editor using the Glade