Browse CVS Repository
Diff of /shiki/shiki/shiki.c
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 641 |
gtk_tool_item_set_tooltip(icon, toolbar_tips, "バッファを閉じます", |
gtk_tool_item_set_tooltip(icon, toolbar_tips, "バッファを閉じます", |
| 642 |
"まだ内容が保存されていない場合は警告します"); |
"まだ内容が保存されていない場合は警告します"); |
| 643 |
|
|
| 644 |
|
gtk_box_pack_start(GTK_BOX(vbox), gtk_label_new("-E:** *scratch* (Lisp Interaction)--L1--All---------------------------------"), TRUE, TRUE, 0); |
| 645 |
|
|
| 646 |
/* C-x C-s などの状態を表示するステータスバーをウィンドウボトムに追加 */ |
/* C-x C-s などの状態を表示するステータスバーをウィンドウボトムに追加 */ |
| 647 |
statusbar = gtk_statusbar_new(); |
statusbar = gtk_statusbar_new(); |
| 648 |
gtk_box_pack_start(GTK_BOX(vbox), statusbar, TRUE, TRUE, 0); |
gtk_box_pack_start(GTK_BOX(vbox), statusbar, TRUE, TRUE, 0); |
|
|
Legend:
| Removed from v.1.8 |
|
| changed lines |
| |
Added in v.1.9 |
|
|
| |