Download presentation
Presentation is loading. Please wait.
1
Development the Text Editor
Kwangwoo Choi Department of Physics Kangwon National University • Development the Text Editor using the Glade • Using the GtkStatusbar
2
Make the widget Vertical Box
3
Add the toolbar widget Buttons
4
Add the Textbox widget Edit the Window
5
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);
6
Text Editor
7
Summary • Development the Text Editor using the Glade
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.