〈GTK+ 2.0 教學-容器元件 Container Widgets〉的留言 https://job.achi.idv.tw/2008/02/26/gtk-20-tutorial-container-widgets/ 服務是工作達人架站的宗旨,工作|生活| 美食|旅遊|省錢~愛分享 Tue, 20 May 2014 07:05:00 +0000 hourly 1 https://wordpress.org/?v=6.4.3 留言者: GTK+ 2.0 教學-筆記本 Notebooks - 工作達人(Job Da Ren) https://job.achi.idv.tw/2008/02/26/gtk-20-tutorial-container-widgets/#comment-134592 Tue, 20 May 2014 07:05:00 +0000 http://job.achi.idv.tw/?p=764#comment-134592 […] 向上 […]

]]>
留言者: GTK+ 2.0 教學-沒有視窗的元件 | 工作達人(Job Da Ren) https://job.achi.idv.tw/2008/02/26/gtk-20-tutorial-container-widgets/#comment-60254 Thu, 13 Oct 2011 02:00:07 +0000 http://job.achi.idv.tw/?p=764#comment-60254 […] function w3tc_load_js(u){var d=document,p=d.getElementsByTagName('HEAD')[0],c=d.createElement('script');c.type='text/javascript';c.src=u;p.appendChild(c);}w3tc_load_js('http://job.achi.idv.tw/wp-content/w3tc/min/5023f/default.include-nb.89eafc.js');GTK+ 2.0 教學-沒有視窗的元件 | 工作達人(Job Da Ren) .cfac_container_1 { width: 130px; } .cfac_container_2 { width: 280px; } .cfac_code_left { width: 130px; float: left; padding: 2px; margin-right: 10px; margin-bottom: 10px; } .cfac_code_right { width: 130px; float: left; padding: 2px; margin-bottom: 10px; } .cfac_clear { float: none; clear: both; } // .wp-polls .pollbar { margin: 1px; font-size: 6px; line-height: 8px; height: 8px; background-image: url('http://job.achi.idv.tw/wp-content/plugins/wp-polls/images/default/pollbg.gif'); border: 1px solid #c8c8c8; } /* */ .recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}.broken_link, a.broken_link { text-decoration: line-through; }工作達人(Job Da Ren) 服務是我架站的宗旨,全球華人及男女青年未來的工作方向 HomeAbout achiMy Disclosure PolicyArchivesLink Exchange隱私權政策stock photosContactTop PostsPollwp-buzzㄚ琪的Live PRAdvertise Job Da Ren > LinuxDev > GTK+ 2.0 教學-沒有視窗的元件  Powered by Max Banner Ads « GTK+ 2.0 教學-元件的組織GTK+ 2.0 教學-按鈕元件 »GTK+ 2.0 教學-沒有視窗的元件點閱人數:163次 二月 21st, 2008 by ㄚ琪 | |2011/10/13 make money  Powered by Max Banner Ads 下面列出的元件沒有關聯的視窗。如果你想截取它們的信號,你需要使用事件盒。請看事件盒元件的介紹。GtkAlignment GtkArrow GtkBin GtkBox GtkButton GtkCheckButton GtkFixed GtkImage GtkLabel GtkMenuItem GtkNotebook GtkPaned GtkRadioButton GtkRange GtkScrolledWindow GtkSeparator GtkTable GtkToolbar GtkAspectFrame GtkFrame GtkVBox GtkHBox GtkVSeparator GtkHSeparator接著我們將一個個介紹每個元件,編寫一些簡單的函式來顯示它們。另一個好的原始碼是 GTK 附帶的testgtk程式,你可以在tests/testgtk.c裡面看到。« GTK+ 2.0 教學-元件的組織單元首頁GTK+ 2.0 教學-按鈕元件 »歷史上的今天2008: GTK+ 2.0 教學-單選按鈕 Radio Buttons2008: GTK+ 2.0 教學-複選按鈕2008: GTK+ 2.0 教學-雙態按鈕 Toggle Buttons2008: GTK+ 2.0 教學-按鈕元件2008: GTK+ 2.0 教學-元件的組織2008: GTK+ 2.0 教學-元件概述2008: GTK+ 2.0 教學-表格封裝範例2008: GTK+ 2.0 教學-用表格封裝2008: GTK+ 2.0 教學-封裝示範程式2008: GTK+ 2.0 教學-盒的細節2008: Ooo Basic 運行時間錯誤,找不到檔案 喜歡這篇文章嗎?請幫這篇加入共用書籤,謝謝:訂閱工作達人(Job Da Ren)  Powered by Max Banner Ads Related posts from the blogGTK+ 2.0 教學-表格封裝範例GTK+ 2.0 教學-元件概述GTK+ 2.0 教學-改進了的 Hello World使用Microsoft Visual C++ 2010 Express編譯GTK+建構點唱機Glade 入門介紹(轉載)Nautilus Facebook Uploader 0.6 Tags: gtk,widget,原始碼 作者:ㄚ琪 | 本文分類:[LinuxDev] |留言 | 引用 var addedComment = function(response) { //console.log('fbComments: Caught added comment'); //console.log('fbComments: Making AJAX call to update Facebook comment count'); $.post('http://job.achi.idv.tw/wp-content/plugins/facebook-comments-for-wordpress/facebook-comments-ajax.php', { fn: 'addComment', xid: '_post738' }, function(resp) { if (resp === 'true') { //console.log('fbComments: Updated and cached Facebook comment count for post with xid=_post738'); } else { //console.log('fbComments: FAILED to update Facebook comment count for post with xid=_post738'); } }); //console.log('fbComments: Making AJAX call to send email notification'); $.post('http://job.achi.idv.tw/wp-content/plugins/facebook-comments-for-wordpress/facebook-comments-ajax.php', { fn: 'sendNotification', xid: '_post738', postTitle: 'GTK+ 2.0 教學-沒有視窗的元件', postUrl: 'http://job.achi.idv.tw/2008/02/21/gtk-20-%e6%95%99%e5%ad%b8-%e6%b2%92%e6%9c%89%e8%a6%96%e7%aa%97%e7%9a%84%e5%85%83%e4%bb%b6/' }, function(resp) { if (resp === 'true') { //console.log('fbComments: Sent email notification'); } else { //console.log('fbComments: FAILED to send email notification'); } }); }; FB.Event.subscribe('comments.add', addedComment); Facebook留言 One Response to “GTK+ 2.0 教學-沒有視窗的元件”GTK+ 2.0 教學 | 工作達人 說道:2008-02-21 at 16:05:18[…] 沒有視窗的元件 […] 回覆發表迴響 點這裡取消回覆 名稱:(必) […]

]]>
留言者: 工作達人 » Blog Archive » GTK+ 2.0 教學 https://job.achi.idv.tw/2008/02/26/gtk-20-tutorial-container-widgets/#comment-6790 Tue, 26 Feb 2008 09:29:09 +0000 http://job.achi.idv.tw/?p=764#comment-6790 […] GTK+ 2.0 教學-容器元件 Container Widgets […]

]]>