中文亚洲精品无码_熟女乱子伦免费_人人超碰人人爱国产_亚洲熟妇女综合网

當(dāng)前位置: 首頁(yè) > news >正文

微信上的網(wǎng)站怎么做百度seo搜索引擎優(yōu)化培訓(xùn)

微信上的網(wǎng)站怎么做,百度seo搜索引擎優(yōu)化培訓(xùn),注冊(cè)公司名稱查詢系統(tǒng)官網(wǎng),出口外貿(mào)網(wǎng)站建設(shè)文章目錄 前言css選擇器css文件示例源代碼效果動(dòng)態(tài)設(shè)置css-classes 前言 程序樣式和代碼邏輯分離開(kāi) 使代碼邏輯更可觀 css選擇器 Cambalache提供了兩種css-classes 相當(dāng)于css里的類名:class“類名”css-name 相當(dāng)于css里的標(biāo)簽名:spin div p 啥的 如上我設(shè)置了這個(gè)按鈕控件的…

文章目錄

  • 前言
  • css選擇器
  • css文件示例
  • 源代碼
  • 效果
  • 動(dòng)態(tài)設(shè)置css-classes

前言

  • 程序樣式和代碼邏輯分離開(kāi) 使代碼邏輯更可觀

css選擇器

  • Cambalache提供了兩種
  • css-classes 相當(dāng)于css里的類名:class=“類名”
  • css-name 相當(dāng)于css里的標(biāo)簽名:spin div p 啥的
    image
  • 如上我設(shè)置了這個(gè)按鈕控件的類名為testButton
    標(biāo)簽名為myButton
  • 它的Xml視圖是這樣的
    <?xml version='1.0' encoding='UTF-8'?>
    <!-- Created with Cambalache 0.16.0 -->
    <interface><!-- interface-name temp3.ui --><requires lib="gtk" version="4.12"/><object class="GtkButton" id="Button1"><property name="css-classes">testButton</property><property name="css-name">myButton</property><property name="focusable">True</property><property name="hexpand">True</property><property name="label">Button1</property><property name="vexpand">True</property><property name="vexpand-set">True</property></object>
    </interface>
    

css文件示例

.testButton{/*類選擇器*/background-color: blue; /* Green */color: greenyellow;border: none;
}
myButton {/*標(biāo)簽選擇器*/background-color: blue; /* Green */color: greenyellow;border: none;
}/* 設(shè)置按鈕在鼠標(biāo)懸停時(shí)的背景色 */
myButton:hover {background-color: red;
}

源代碼

#include <gtkmm.h>
#include <iostream>
class MainWindow : public Gtk::Window
{
public:// Member widgets:MainWindow(){// Set window propertiesset_title("GTKMM4 with CSS Example");set_default_size(200, 200);auto refBuilder= Gtk::Builder::create_from_file("K:\\VM_Shared\\temp3.ui");auto pButton = refBuilder->get_widget<Gtk::Button>("Button1");set_child(*pButton);pButton->set_visible();// Load CSS stylesload_css();}private:void load_css(){// Check if CSS file existsif (Glib::file_test("K:\\VM_Shared\\Style.css", Glib::FileTest::EXISTS)){// Create CSS provider and load CSS fileauto css_provider = Gtk::CssProvider::create();css_provider->load_from_path("K:\\VM_Shared\\Style.css");// Get the default screen and add the CSS providerauto screen = Gdk::Display::get_default();Gtk::StyleContext::add_provider_for_display(screen, css_provider,GTK_STYLE_PROVIDER_PRIORITY_APPLICATION );}else{std::cerr << "Failed to load CSS file: styles.css" << std::endl;}}
};int main(int argc, char* argv[])
{auto app=Gtk::Application::create("org.HelleCssExample");return app->make_window_and_run<MainWindow>(argc, argv);
}

效果

image

動(dòng)態(tài)設(shè)置css-classes

auto button1 = Gtk::make_managed<Gtk::Button>("bottom button");
button1->set_expand();
button1->get_style_context()->add_class("custom_button");
http://www.risenshineclean.com/news/66049.html

相關(guān)文章:

  • 怎么用ftp工具上傳網(wǎng)站源碼武漢seo首頁(yè)優(yōu)化公司
  • vs2015網(wǎng)站開(kāi)發(fā)基礎(chǔ)樣式百度客服
  • 域名 網(wǎng)站名稱手機(jī)系統(tǒng)流暢神器
  • 05網(wǎng)答案深圳關(guān)鍵詞優(yōu)化平臺(tái)
  • 開(kāi)發(fā)區(qū)網(wǎng)站建設(shè)游戲代理是怎么賺錢(qián)的如何代理游戲
  • 訊杰網(wǎng)站建設(shè)南寧seo教程
  • 做網(wǎng)站余姚做運(yùn)營(yíng)需要具備什么能力
  • 英文 日文網(wǎng)站建設(shè)申請(qǐng)seo賺錢(qián)嗎
  • 那個(gè)相親網(wǎng)站做的比較好網(wǎng)站流量分析工具
  • 開(kāi)發(fā)一個(gè)官方網(wǎng)站要多少錢(qián)免費(fèi)的關(guān)鍵詞優(yōu)化軟件
  • 自己做代練網(wǎng)站百度關(guān)鍵詞廣告怎么收費(fèi)
  • 網(wǎng)站發(fā)展方向百度指數(shù)大數(shù)據(jù)分享平臺(tái)
  • 網(wǎng)站swf怎么做seo搜索引擎優(yōu)化原理
  • vs做網(wǎng)站連數(shù)據(jù)庫(kù)優(yōu)化推廣網(wǎng)站怎么做最好
  • 網(wǎng)站規(guī)劃與設(shè)計(jì)范文太原網(wǎng)站排名推廣
  • 國(guó)內(nèi)做外貿(mào)網(wǎng)站的有哪些資料遼寧網(wǎng)站建設(shè)
  • 網(wǎng)絡(luò)營(yíng)銷工作網(wǎng)站seo優(yōu)化價(jià)格
  • 直接做的黃頁(yè)視頻網(wǎng)站濟(jì)南seo優(yōu)化公司
  • 網(wǎng)站開(kāi)發(fā)用什么系統(tǒng)比較好seo是做什么工作內(nèi)容
  • 做app布局參考哪個(gè)網(wǎng)站紹興seo排名外包
  • 免費(fèi)行情軟件app網(wǎng)站mnu萬(wàn)網(wǎng)域名查詢工具
  • 做鞋子批發(fā)的網(wǎng)站有哪些強(qiáng)力搜索引擎
  • 第三方免費(fèi)做網(wǎng)站seo云優(yōu)化公司
  • 網(wǎng)站獲取訪客qq號(hào)碼怎么接app推廣的單子
  • app手機(jī)網(wǎng)站模板免費(fèi)下載網(wǎng)站seo外包公司有哪些
  • 關(guān)于做網(wǎng)站書(shū)籍關(guān)鍵詞組合工具
  • 大學(xué)生個(gè)人網(wǎng)站怎么做seo技術(shù)學(xué)院
  • 網(wǎng)站如何在工信部備案信息網(wǎng)站設(shè)計(jì)公司模板
  • 南通網(wǎng)站建設(shè)seo班級(jí)優(yōu)化大師
  • 南和網(wǎng)站建設(shè)公司最近國(guó)際時(shí)事熱點(diǎn)事件